Branch Coverage

blib/lib/MojoX/Log/Log4perl.pm
Criterion Covered Total %
branch 9 14 64.2


line true false branch
23 0 0 unless ($format_warning_was_shown)
40 0 5 if ($watch) { }
85 10 1 if ($self->_get_logger($depth)->$level(@message))
89 1 9 if scalar @$history > $max
106 0 12 unless $level
108 12 0 if ($level =~ /^(?:trace|debug|info|warn|error|fatal)$/o) { }
122 9 2 if ($level) { }