Condition Coverage

blib/lib/Logfile/Base.pm
Criterion Covered Total %
condition 2 22 9.0


and 3 conditions

line !l l&&!r l&&r condition
197 0 0 0 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'
60 8 0 0 $type || ref $type
116 0 0 0 $par{'Sort'} || $group
211 0 0 0 $x =~ /[^\d.]|^$/o or $y =~ /[^\d.]|^$/o
285 0 0 0 $$self{'Hour'} || $hours

xor 4 conditions

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