blib/lib/Plack/Middleware/LogFilter.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 8 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
38 | 0 | 1 | 1 | ref $filter eq 'CODE' and &$filter($$self{'env'}, $output) |
line | l | !l | condition |
---|---|---|---|
31 | 1 | 0 | $filter || sub { return 1; } |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
38 | 0 | 0 | 2 | not $filter or ref $filter eq 'CODE' and &$filter($$self{'env'}, $output) |