Condition Coverage

blib/lib/Hash/Fold.pm
Criterion Covered Total %
condition 13 18 72.2


and 3 conditions

line !l l&&!r l&&r condition
104 148 20 12 $ref && $ref ne 'HASH' && $ref ne 'ARRAY'
124 0 5 0 @_ and ref $_[0] eq 'ARRAY'
251 76 104 0 $refaddr and $seen->{$refaddr}

or 3 conditions

line l !l&&r !l&&!r condition
213 14 24 60 $step eq '0' or $step =~ /^[1-9]\d*$/
338 2 12 0 $$context[$step->[1]] ||= &$next_step_container()
63 37 0 $$context{$step->[1]} ||= &$next_step_container()