Branch Coverage

blib/lib/POE/Loop/Select.pm
Criterion Covered Total %
branch 28 32 87.5


line true false branch
68 0 348 if (index($bits, '1') >= 0)
119 742 14 unless $loop_filenos{$fileno} and $loop_filenos{$fileno} &= ~(1 << $mode)
129 325 283 unless $loop_filenos{$fileno} and $loop_filenos{$fileno} &= ~(1 << $mode)
160 1976 0 if (defined $timeout) { }
162 786 1190 if $timeout < 0
165 0 1976 if $timeout > 3600
198 1152 476 if (scalar keys %loop_filenos) { }
0 107 elsif ($timeout) { }
241 622 852 if ($hits > 0)
248 374 908 if vec $rout, $_, 1
249 602 1975 if vec $wout, $_, 1
250 392 1860 if vec $eout, $_, 1
288 593 1972 if @rd_selects
289 352 1578 if @wr_selects
290 129 1930 if @ex_selects
300 152 306 if ($^O eq 'MSWin32') { }