Condition Coverage

blib/lib/perl5i/2/ARRAY.pm
Criterion Covered Total %
condition 15 18 83.3


and 3 conditions

line !l l&&!r l&&r condition
58 1 8 0 $num->is_integer and $num->is_positive || $num == 0
105 1 5 0 $times->is_integer and $times->is_positive || $times == 0
118 1 5 0 $times->is_integer and $times->is_positive || $times == 0

or 3 conditions

line l !l&&r !l&&!r condition
58 6 1 1 $num->is_positive || $num == 0
105 3 1 1 $times->is_positive || $times == 0
118 3 1 1 $times->is_positive || $times == 0