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 221 30 0 defined $_->[2] and !defined($t) || $t > $_->[2]
115 109 24 1393 $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 18 6 6 !defined($t) || $t > $_->[2]
65 0 0 251 not defined $min or $min > $fileno
79 1 0 0 $! == 4 or $! == 11