Condition Coverage

blib/lib/Logfile/Base.pm
Criterion Covered Total %
condition 15 22 68.1


and 3 conditions

line !l l&&!r l&&r condition
198 248 45 8 defined $par{'Top'} and --$par{'Top'} <= 0

or 3 conditions

line l !l&&r !l&&!r condition
27 0 0 8 ref $f eq 'GLOB' or ref \$f eq 'GLOB'
61 8 0 0 $type || ref $type
117 19 21 0 $par{'Sort'} || $group
212 383 0 641 $x =~ /[^\d.]|^$/o or $y =~ /[^\d.]|^$/o
288 19 377 6 $$self{'Hour'} || $hours

xor 4 conditions

line l&&r l&&!r !l&&r !l&&!r condition
118 4 18 0 18 $sort =~ /Date|Hour/ xor $par{'Reverse'}