Condition Coverage

blib/lib/Log/Lite.pm
Criterion Covered Total %
condition 3 21 14.2


and 3 conditions

line !l l&&!r l&&r condition
50 1 0 0 substr($path, 0, 1) ne '/' and not $path =~ /^[a-zA-Z]\:\\/
1 0 0 substr($path, 0, 1) ne '/' and not $path =~ /^[a-zA-Z]\:\\/ and $ENV{'PWD'}

or 3 conditions

line l !l&&r !l&&!r condition
27 0 0 0 $rotate eq 'day' or $rotate eq 'month'
0 0 0 $rotate eq 'day' or $rotate eq 'month' or $rotate eq 'year'
0 0 0 $rotate eq 'day' or $rotate eq 'month' or $rotate eq 'year' or $rotate eq 'no'
40 0 0 0 $mode eq 'debug' or $mode eq 'log'
102 1 0 0 -d $logpath or make_path($logpath, {'verbose', 0, 'mode', 493})