| blib/lib/Exception/Reporter.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 12 | 66.6 |
| line | true | false | branch |
|---|---|---|---|
| 107 | 2 | 1 | if ($self->{'always_dump'}) |
| 110 | 0 | 2 | unless ref $self->{'always_dump'}{$key} eq 'CODE' |
| 120 | 0 | 3 | unless $self->{'dumper'}->isa('Exception::Reporter::Dumper') |
| 126 | 0 | 6 | unless $arg->{$key} and @{$arg->{$key};} |
| 128 | 0 | 6 | if grep {not $_->isa($class);} @{$$arg{$key};} |
| 247 | 33 | 15 | unless $sum->can_summarize($dumpable) |