blib/lib/Prancer/Logger/Console.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 6 | 0.0 |
line | true | false | branch |
---|---|---|---|
24 | 0 | 0 | unless $level =~ /^(debug|info|warn|error|fatal)$/xi |
33 | 0 | 0 | unless $level =~ /^(debug|info|warn|error|fatal)$/xi |
34 | 0 | 0 | if {DEBUG => 4, ERROR => 1, FATAL => 0, INFO => 3, WARN => 2}->{uc $level} > $$self{'_level'} |