Condition Coverage

blib/lib/Logfile/Rotate.pm
Criterion Covered Total %
condition 17 21 80.9


and 3 conditions

line !l l&&!r l&&r condition
73 12 1 0 $args{'Signal'} and $args{'Post'}
161 39 0 39 -r $prev and -f $prev
189 33 0 6 $$self{'Gzip'} and $$self{'Gzip'} eq 'lib'

or 2 conditions

line l !l condition
62 13 0 $args{'Count'} || 7
63 1 12 $args{'Signal'} || sub { 1; }
64 2 11 $args{'Pre'} || sub { 1; }
65 2 11 $args{'Post'} || sub { 1; }
66 2 11 $args{'Flock'} || 'yes'
67 2 11 $args{'Persist'} || 'yes'