Condition Coverage

blib/lib/Catalyst/Plugin/File/RotateLogs.pm
Criterion Covered Total %
condition 2 4 50.0


or 2 conditions

line l !l condition
10 0 1 $c->config->{'File::RotateLogs'} || {'logfile', "$home/root/error_log.%Y%m%d%H", 'linkname', "$home/root/error_log", 'rotationtime', 86400, 'maxage', 259200, 'autodump', 0}
37 1 0 $$config{'autodump'} //= 0