Branch Coverage

blib/lib/Deep/Hash/Exists.pm
Criterion Covered Total %
branch 10 10 100.0


line true false branch
23 4 33 if &Scalar::Util::reftype($hash_ref) ne 'HASH'
27 27 6 if (exists $hash_ref->{$key}) { }
28 14 13 if (scalar @$array_ref > 0) { }
43 1 4 unless &key_exists($hash_ref, $array_ref)
54 1 3 if &key_exists($hash_ref, $array_ref)