| blib/lib/failures.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 16 | 16 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 14 | 1 | 2 | if ($is_custom and ref $failures[1] eq 'ARRAY') |
| 22 | 2 | 3 | if $is_custom |
| 26 | 4 | 5 | if ($is_custom) |
| 42 | 7 | 5 | ref $msg eq 'HASH' ? : |
| 43 | 11 | 5 | defined $$m{$_} ? : |
| 49 | 11 | 10 | defined $msg && length $msg ? : |
| 55 | 8 | 11 | length $trace ? : |
| 69 | 1 | 1 | $fn eq 'croak_trace' ? : |