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 52 0 0 $^O eq 'MSWin32' and not $ENV{'POE_DANTIC'}
322 87 125 308 $watch_mask & 64 and $got_mask & 120
333 306 0 214 $watch_mask & 256 and $got_mask & 312
344 520 0 0 $watch_mask & 128 and $got_mask & 184

or 2 conditions

line l !l condition
129 67 359 $poll_fd_masks{$fileno} || 0
150 241 103 $poll_fd_masks{$fileno} || 0
176 277 0 $poll_fd_masks{$fileno} || 0
202 157 64 $poll_fd_masks{$fileno} || 0

or 3 conditions

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