blib/lib/Log/Log4perl/JavaMap/RollingFileAppender.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 14 | 0.0 |
line | l | !l | condition |
---|---|---|---|
14 | 0 | 0 | $data->{'File'}{'value'} || $data->{'filename'}{'value'} || die("'File' not supplied for appender '${appender_name}', required for a '$data->{'value'}'\n") |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
18 | 0 | 0 | 0 | lc $data->{'Append'}{'value'} eq "true" or $data->{'Append'}{'value'} == 1 |
0 | 0 | 0 | lc $data->{'Append'}{'value'} eq "false" or $data->{'Append'}{'value'} == 0 | |
33 | 0 | 0 | 0 | lc $data->{'BufferedIO'}{'value'} eq "true" or $data->{'BufferedIO'}{'value'} |
0 | 0 | 0 | lc $data->{'BufferedIO'}{'value'} eq "true" or not $data->{'BufferedIO'}{'value'} |