Branch Coverage

blib/lib/Plack/Middleware/Options.pm
Criterion Covered Total %
branch 9 10 90.0


line true false branch
15 1 2 if (ref $allowed eq 'ARRAY') { }
1 1 elsif (ref $allowed ne 'HASH') { }
30 3 21 if ($method eq 'OPTIONS') { }
12 9 elsif (exists $$self{'allowed'}{$method}) { }
33 0 3 if ($$env{'REQUEST_URI'} eq '*') { }