blib/lib/Catalyst/Plugin/File/RotateLogs.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 8 | 50.0 |
line | l | !l | condition |
---|---|---|---|
12 | 0 | 1 | $ENV{'PLACK_ENV'} // 'development' |
20 | 0 | 1 | $c->config->{'File::RotateLogs'} || {'logfile', Path::Class::file($home, 'root', "$mode_prefix.error_log.%Y%m%d%H")->absolute->stringify, 'linkname', Path::Class::file($home, 'root', "$mode_prefix.error_log")->absolute->stringify, 'rotationtime', 86400, 'maxage', 259200, 'autodump', $default_autodump, 'color', $default_color} |
51 | 1 | 0 | $config->{'autodump'} //= 0 |
52 | 1 | 0 | $config->{'color'} //= 0 |