Branch Coverage

blib/lib/Hash/Diff.pm
Criterion Covered Total %
branch 9 10 90.0


line true false branch
19 2 29 if (not defined $h1->{$k} and exists $h2->{$k} and not defined $h2->{$k}) { }
6 23 elsif (ref $h1->{$k} eq 'HASH') { }
13 10 elsif (not defined $h1->{$k} && defined $h2->{$k} or $h1->{$k} ne $h2->{$k}) { }
23 6 0 if (ref $h2->{$k} eq 'HASH') { }
25 2 4 if %$d