Condition Coverage

blib/lib/Data/BitStream/Code/StartStop.pm
Criterion Covered Total %
condition 11 24 45.8


and 3 conditions

line !l l&&!r l&&r condition
51 0 0 3264 defined $p and ref $p eq 'ARRAY'
0 0 3264 defined $p and ref $p eq 'ARRAY' and scalar @$p >= 2
125 2 2 4683 defined $val and $val >= 0
147 0 0 1631 defined $p and ref $p eq 'ARRAY'
0 0 1631 defined $p and ref $p eq 'ARRAY' and scalar @$p >= 3
153 0 0 1631 $start >= 0 and $start <= $maxstop

or 3 conditions

line l !l&&r !l&&!r condition
53 0 47269 0 not defined $step or $step >= 0
151 0 1629 2 not defined $stop or $stop > $maxstop