Branch Coverage

blib/lib/Hash/Subset.pm
Criterion Covered Total %
branch 22 24 91.6


line true false branch
26 7 7 if $reverse
30 6 12 if ($ref eq 'ARRAY') { }
6 6 elsif ($ref eq 'HASH') { }
6 0 elsif ($ref eq 'CODE') { }
31 3 3 if ($reverse) { }
37 5 0 if exists $hash->{$_}
41 3 3 if ($reverse) { }
47 5 2 if exists $hash->{$_}
51 3 3 if ($reverse) { }
53 7 3 if &$keys_src($_, $hash->{$_})
57 7 3 if &$keys_src($_, $hash->{$_})
65 6 8 if ($return_ref) { }