blib/lib/Perl/Critic/Exception/AggregateConfiguration.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 12 | 75.0 |
line | true | false | branch |
---|---|---|---|
36 | 49959 | 0 | unless ($exceptions) |
68 | 40786 | 4 | unless $eval_error |
69 | 0 | 4 | unless ref $eval_error |
71 | 3 | 1 | if ($eval_error->isa('Perl::Critic::Exception::Configuration')) { } |
1 | 0 | elsif ($eval_error->isa('Perl::Critic::Exception::AggregateConfiguration')) { } | |
91 | 154 | 59211 | @{$self->exceptions;} ? : |