Condition Coverage

blib/lib/POE/Loop/IO_Poll.pm
Criterion Covered Total %
condition 19 32 59.3


and 3 conditions

line !l l&&!r l&&r condition
39 53 0 0 $^O eq 'MSWin32' and not $ENV{'POE_DANTIC'}
322 108 137 371 $watch_mask & 64 and $got_mask & 120
333 369 0 247 $watch_mask & 256 and $got_mask & 312
344 616 0 0 $watch_mask & 128 and $got_mask & 184

or 2 conditions

line l !l condition
129 67 393 $poll_fd_masks{$fileno} || 0
150 267 111 $poll_fd_masks{$fileno} || 0
176 324 0 $poll_fd_masks{$fileno} || 0
202 172 87 $poll_fd_masks{$fileno} || 0

or 3 conditions

line l !l&&r !l&&!r condition
57 0 0 53 $@ or not defined $x
290 0 0 27 $! == 115 or $! == 11
23 4 0 $! == 115 or $! == 11 or $! == 4
27 0 0 $! == 115 or $! == 11 or $! == 4 or $! == 0