Condition Coverage

blib/lib/Hash/Fold.pm
Criterion Covered Total %
condition 14 18 77.7


and 3 conditions

line !l l&&!r l&&r condition
149 268 44 12 $ref && $ref ne 'HASH' && $ref ne 'ARRAY'
169 0 23 0 @_ and ref $_[0] eq 'ARRAY'
307 136 183 5 $refaddr and $seen->{$refaddr}

or 3 conditions

line l !l&&r !l&&!r condition
269 54 36 107 $step eq '0' or $step =~ /^[1-9]\d*$/
394 12 14 0 $$context[$step->[1]] ||= &$next_step_container()
103 53 0 $$context{$step->[1]} ||= &$next_step_container()