Condition Coverage

blib/lib/Test/Log4perl.pm
Criterion Covered Total %
condition 13 18 72.2


and 3 conditions

line !l l&&!r l&&r condition
285 14 0 1 ref $$expected{$thingy} and ref $$expected{$thingy} eq 'Regexp'
335 0 1 2 defined &overload::Overloaded and overload::Overloaded($expected)

or 2 conditions

line l !l condition
247 0 22 shift() || 'Log4perl test'
503 23 38 $temp{'ignore_priority'} || 0
5 35 $perm{'ignore_priority'} || 0

or 3 conditions

line l !l&&r !l&&!r condition
503 21 3 37 $priority <= ($temp{'ignore_priority'} || 0) or $priority <= ($perm{'ignore_priority'} || 0)
514 0 0 37 $filename eq $cur_filename or $filename eq $INC{'Log/Log4perl/Logger.pm'}