Condition Coverage

blib/lib/Log/Report/Util.pm
Criterion Covered Total %
condition 8 40 20.0


and 3 conditions

line !l l&&!r l&&r condition
84 0 0 8 $begin and $end
119 0 0 0 $mode == 3 and $reason_code{$reason} >= $reason_code{'MISTAKE'}
0 0 0 $mode == 2 and $reason_code{$reason} >= $reason_code{'WARNING'}
127 0 0 0 $mode == 3 and $reason_code{$reason} >= $reason_code{'ERROR'}
0 0 0 $mode == 2 and $reason_code{$reason} >= $reason_code{'ALERT'}
163 0 1 10 defined $locale and length $locale
181 0 0 0 $primary eq 'i' && @subtags
0 0 0 $primary eq 'x' && @subtags
190 10 0 0 @subtags > 1 and length $subtags[0] > 3

or 2 conditions

line l !l condition
82 7 1 $1 or "TRACE"
83 3 5 $2 or "PANIC"

or 3 conditions

line l !l&&r !l&&!r condition
119 0 0 0 $reason eq "ASSERT" or $reason eq "PANIC"
0 0 0 $reason eq "ASSERT" or $reason eq "PANIC" or $mode == 2 and $reason_code{$reason} >= $reason_code{'WARNING'}
127 0 0 0 $reason eq "PANIC" or $mode == 2 and $reason_code{$reason} >= $reason_code{'ALERT'}