| blib/lib/Deep/Hash/Exists.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 10 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 22 | 3 | 22 | if ref $hash_ref ne 'HASH' |
| 26 | 18 | 4 | if (exists $hash_ref->{$key}) { } |
| 27 | 9 | 9 | if (scalar @$array_ref > 0) { } |
| 42 | 1 | 4 | unless &key_exists($hash_ref, $array_ref) |
| 53 | 1 | 3 | if &key_exists($hash_ref, $array_ref) |