| blib/lib/Plack/Middleware/MethodOverride.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 11 | 12 | 91.6 |
| line | true | false | branch |
|---|---|---|---|
| 18 | 1 | 1 | unless exists $self->{'param'} |
| 19 | 1 | 1 | unless exists $self->{'header'} |
| 28 | 28 | 4 | if ($meth and uc $meth eq 'POST') |
| 34 | 22 | 6 | if exists $allowed_method{$override} |
| 43 | 28 | 2 | unless @_ |
| 44 | 0 | 2 | unless $_[0] |