blib/lib/Log/Log4perl/Filter/LevelRange.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 3 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
47 | 2 | 2 | 4 | 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'}) |