Condition Coverage

blib/lib/Log/StdLog.pm
Criterion Covered Total %
condition 6 11 54.5


and 3 conditions

line !l l&&!r l&&r condition
32 1 14 0 $opt_ref and not ref $opt_ref eq 'HASH'

or 2 conditions

line l !l condition
57 15 0 $$opt_ref{'level'} || 'user'

or 3 conditions

line l !l&&r !l&&!r condition
57 15 0 0 $severity{$$opt_ref{'level'}} || $severity{'user'}
76 84 2 0 $severity{$level} || $severity{'user'}