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 54 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 425 $poll_fd_masks{$fileno} || 0
150 266 112 $poll_fd_masks{$fileno} || 0
176 335 0 $poll_fd_masks{$fileno} || 0
202 177 94 $poll_fd_masks{$fileno} || 0

or 3 conditions

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