Branch Coverage

blib/lib/Mojolicious/Plugin/StaticLog.pm
Criterion Covered Total %
branch 3 4 75.0


line true false branch
9 0 3 unless $level =~ /^(debug|info|warn|error|fatal)$/
15 3 2 unless $log->is_level($level)