Condition Coverage

blib/lib/IO/Lambda/Loop/Select.pm
Criterion Covered Total %
condition 11 24 45.8


and 3 conditions

line !l l&&!r l&&r condition
49 0 128 0 defined $_->[2] and !defined($t) || $t > $_->[2]
59 7 3 0 defined $_->[2] and !defined($t) || $t > $_->[2]
115 10 0 66 $i <= $max and $n > 0
142 0 0 0 defined $_->[2] && $_->[2] <= $ct

or 3 conditions

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