Condition Coverage

blib/lib/Iterator/GroupedRange.pm
Criterion Covered Total %
condition 7 10 70.0


and 3 conditions

line !l l&&!r l&&r condition
95 2 0 3 @_ == 1 && ref $_[0] eq 'ARRAY'
103 2 0 3 not $$self{'_has_next'} and @{$$self{'_append_buffer'};}

or 2 conditions

line l !l condition
12 11 2 $range ||= 1000
13 0 13 $opts ||= {}