Branch Coverage

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


line true false branch
23 4 37 if &Scalar::Util::reftype($hash_ref) ne 'HASH'
27 29 8 if (exists $hash_ref->{$key}) { }
28 16 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)