| blib/lib/Hash/CoerceToArray.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 28 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 23 | 0 | 0 | if (ref $hashRefLocal ne 'HASH') |
| 27 | 0 | 0 | if ($sort and not $sort =~ /^(keys|values)$/) |
| 34 | 0 | 0 | unless $givenDepth |
| 35 | 0 | 0 | if $givenDepth |
| 51 | 0 | 0 | if ($depth == $counter + 1) |
| 63 | 0 | 0 | if (not ref $hashRef) { } |
| 67 | 0 | 0 | if ($sort) { } |
| 68 | 0 | 0 | if ($sort eq 'keys') { } |
| 91 | 0 | 0 | if ref $hashRef ne 'HASH' |
| 102 | 0 | 0 | unless $minMax |
| 104 | 0 | 0 | unless ($minMax =~ /^(min|max)$/) |
| 115 | 0 | 0 | if (ref $$hashRef{$rec} eq 'HASH') { } |
| 125 | 0 | 0 | if ($minMax eq 'max') { } |
| 0 | 0 | elsif ($minMax eq 'min') { } |