Condition Coverage

blib/lib/IO/Lambda/Loop/Select.pm
Criterion Covered Total %
condition 17 24 70.8


and 3 conditions

line !l l&&!r l&&r condition
49 0 136 0 defined $_->[2] and !defined($t) || $t > $_->[2]
59 288 29 0 defined $_->[2] and !defined($t) || $t > $_->[2]
115 138 27 1750 $i <= $max and $n > 0
142 6 1 1 defined $_->[2] && $_->[2] <= $ct

or 3 conditions

line l !l&&r !l&&!r condition
49 92 16 28 !defined($t) || $t > $_->[2]
59 17 8 4 !defined($t) || $t > $_->[2]
65 0 0 317 not defined $min or $min > $fileno
79 1 0 0 $! == 4 or $! == 11