Condition Coverage

blib/lib/Hash/Diff.pm
Criterion Covered Total %
condition 4 9 44.4


and 3 conditions

line !l l&&!r l&&r condition
19 24 0 0 not defined $h1->{$k} and exists $h2->{$k}
0 0 0 not defined $h1->{$k} and exists $h2->{$k} and not defined $h2->{$k}

or 3 conditions

line l !l&&r !l&&!r condition
19 6 2 10 not defined $h2->{$k} or $h1->{$k} ne $h2->{$k}