| lib/Log/Mini/Logger/Base.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 12 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 40 | 1 | 36 | unless $LEVELS->{$new_level} |
| 65 | 1 | 4 | unless $context_string |
| 77 | 1 | 2 | unless scalar @{$self->{'_context'};} |
| 81 | 1 | 1 | if (scalar @{$self->{'_context'};}) { } |
| 115 | 10 | 68 | if $LEVELS->{$level} > $$LEVELS{$self->{'level'}} |
| 118 | 11 | 57 | if @_ |