blib/lib/ApacheLog/Compressor.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 15 | 26.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
429 | 2 | 0 | 0 | exists $$self{'filter'} and not $$self{'filter'}($self, \%data) |
597 | 0 | 0 | 0 | defined $info{'query'} and length $info{'query'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
193 | 0 | 5 | 0 | $format || $self->default_format |
431 | 2 | 0 | 0 | not defined $$self{'timestamp'} or $data{'timestamp'} != $$self{'timestamp'} |
674 | 1 | 0 | 0 | $$self{'on_' . $event} || $self->can('on_' . $event) |