| blib/lib/Plack/Middleware/Log/Minimal.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 13 | 14 | 92.8 |
| line | true | false | branch |
|---|---|---|---|
| 16 | 2 | 10 | if &Encode::is_utf8($message) |
| 27 | 3 | 1 | unless $self->formatter |
| 30 | 1 | 3 | unless ref $encoding |
| 37 | 2 | 2 | $ENV{'PLACK_ENV'} && $ENV{'PLACK_ENV'} eq 'development' ? : |
| 38 | 4 | 0 | if $self->autodump |
| 39 | 2 | 2 | if $ENV{'PLACK_ENV'} and $ENV{'PLACK_ENV'} eq 'development' |
| 40 | 2 | 2 | if $self->loglevel |