blib/lib/Log/Log4perl/Filter/LevelRange.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 2 | 2 | 100.0 |
line | true | false | branch |
---|---|---|---|
47 | 4 | 4 | if (Log::Log4perl::Level::to_priority($self->{'LevelMin'}) <= Log::Log4perl::Level::to_priority($p{'log4p_level'}) and Log::Log4perl::Level::to_priority($self->{'LevelMax'}) >= Log::Log4perl::Level::to_priority($p{'log4p_level'})) { } |