blib/lib/Plack/Middleware/LogDispatchouli.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 10 | 80.0 |
line | true | false | branch |
---|---|---|---|
17 | 0 | 2 | unless ($self->logger) |
20 | 1 | 1 | if ref $self->logger eq 'HASH' |
22 | 0 | 2 | unless blessed($self->logger) and $self->logger->isa('Log::Dispatchouli') |
33 | 2 | 6 | if $$args{'level'} eq 'fatal' |
36 | 2 | 6 | if (ref $msg and ref $msg ne 'CODE') |