Condition Coverage

blib/lib/Plack/Middleware/EmulateOPTIONS.pm
Criterion Covered Total %
condition 6 6 100.0


and 3 conditions

line !l l&&!r l&&r condition
37 17 1 9 $env->{'REQUEST_METHOD'} eq "OPTIONS" and !$filter || &$filter($env)

or 3 conditions

line l !l&&r !l&&!r condition
37 7 2 1 !$filter || &$filter($env)