Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
71 9 6 32 $cmds{'from'} and not $cmds{'via'}
72 31 0 1 ref $$rule{'from'} eq 'ARRAY' and scalar @{$$rule{'from'};} != 1
81 1 3 34 $$rule{'from'} and ref $$rule{'from'} ne 'ARRAY'
90 0 2 25 @before and scalar @before == 1
2 0 25 @before and scalar @before == 1 and ref $before[0] eq 'HASH'
0 0 2 @before and scalar @before % 2 == 0