Condition Coverage

blib/lib/Hash/Diff.pm
Criterion Covered Total %
condition 12 12 100.0


and 3 conditions

line !l l&&!r l&&r condition
19 25 3 3 not defined $h1->{$k} and exists $h2->{$k}
3 1 2 not defined $h1->{$k} and exists $h2->{$k} and not defined $h2->{$k}
4 7 12 defined $h1->{$k} && defined $h2->{$k}

or 3 conditions

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