blib/lib/Plack/Test/Simple.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 8 | 75.0 |
line | true | false | branch |
---|---|---|---|
20 | 1 | 0 | if $args[0] and not $args[1] |
71 | 2 | 2 | if (defined $cont) |
72 | 1 | 1 | ref $cont ? : |
91 | 3 | 0 | if @cmds == 3 and $cmds[0] =~ /^(get|post|put|delete|head|options|connect|patch|trace)$/ and $cmds[1] eq 'returns' and $cmds[2] =~ /^\d{3}$/ |