Branch Coverage

blib/lib/MojoX/Log/Log4perl.pm
Criterion Covered Total %
branch 9 12 75.0


line true false branch
34 0 5 if ($watch) { }
79 11 1 if ($self->_get_logger($depth)->$level(@message))
83 1 10 if scalar @$history > $max
100 0 12 unless $level
102 12 0 if ($level =~ /^(?:trace|debug|info|warn|error|fatal)$/o) { }
116 9 2 if ($level) { }