Condition Coverage

blib/lib/Iterator/Flex/Cycle.pm
Criterion Covered Total %
condition 5 15 33.3


and 3 conditions

line !l l&&!r l&&r condition
65 5 0 0 defined $prev and $prev < 0 || $prev >= $len
68 4 1 0 defined $current and $current < 0 || $current >= $len

or 3 conditions

line l !l&&r !l&&!r condition
65 0 0 0 $prev < 0 || $prev >= $len
68 0 0 1 $current < 0 || $current >= $len
71 0 0 5 $next < 0 or $next > $len