| blib/lib/Log/Any/Adapter/Stdout.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 7 | 8 | 87.5 |
| line | true | false | branch |
|---|---|---|---|
| 19 | 6 | 2 | if (exists $self->{'log_level'} and $self->{'log_level'} =~ /\D/) |
| 21 | 1 | 5 | unless (defined $numeric_level) |
| 27 | 3 | 5 | if (not defined $self->{'log_level'}) |
| 37 | 0 | 2 | if $method_level > $self->{'log_level'} |