Condition Coverage

blib/lib/Adapter/Async/OrderedList/Array.pm
Criterion Covered Total %
condition 4 17 23.5


and 3 conditions

line !l l&&!r l&&r condition
89 0 0 0 $idx + $delta > $end and $idx - $delta < 0

or 2 conditions

line l !l condition
24 0 2 $$self{'data'} ||= []
37 4 4 $idx ||= 0
38 8 0 $data ||= []
139 0 0 delete $args{'start'} || 0

or 3 conditions

line l !l&&r !l&&!r condition
142 0 0 0 $args{'end'} //= $idx + $args{'count'}
143 0 0 0 $args{'end'} //= $max