Condition Coverage

blib/lib/Hash/Union.pm
Criterion Covered Total %
condition 9 19 47.3


and 3 conditions

line !l l&&!r l&&r condition
186 13 12 0 ref $$l{$lk} and not ref $$r{$k}
187 12 13 0 not ref $$l{$lk} and ref $$r{$k}

or 2 conditions

line l !l condition
136 8 0 $l ||= {}
137 8 0 $r ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
121 4 0 0 ref $left eq 'HASH' or not defined $left
125 4 0 0 ref $right eq 'HASH' or not defined $right
194 2 0 0 $$l{$lk} ||= $$r{$k}