Condition Coverage

blib/lib/Plack/Middleware/LogFilter.pm
Criterion Covered Total %
condition 4 8 50.0


and 3 conditions

line !l l&&!r l&&r condition
38 0 1 1 ref $filter eq 'CODE' and &$filter($$self{'env'}, $output)

or 2 conditions

line l !l condition
31 1 0 $filter || sub { return 1; }

or 3 conditions

line l !l&&r !l&&!r condition
38 0 0 2 not $filter or ref $filter eq 'CODE' and &$filter($$self{'env'}, $output)