| blib/lib/Perl/Critic/Exception/AggregateConfiguration.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 9 | 12 | 75.0 |
| line | true | false | branch |
|---|---|---|---|
| 35 | 38292 | 0 | unless ($exceptions) |
| 67 | 21492 | 2 | unless $eval_error |
| 68 | 0 | 2 | unless ref $eval_error |
| 70 | 1 | 1 | if ($eval_error->isa('Perl::Critic::Exception::Configuration')) { } |
| 1 | 0 | elsif ($eval_error->isa('Perl::Critic::Exception::AggregateConfiguration')) { } | |
| 90 | 152 | 38738 | @{$self->exceptions;} ? : |