blib/lib/Plack/Middleware/TrafficLog.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 8 | 87.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
188 | 12 | 2 | 11 | $seen and not defined $chunk |
189 | 12 | 1 | 1 | $seen and not $self->with_all_chunks |
line | l | !l | condition |
---|---|---|---|
91 | 25 | 0 | $self->logger || sub { $env->{'psgi.errors'}->print(@_); } |