| blib/lib/Plack/Middleware/ParseContent.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 18 | 38.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 61 | 0 | 0 | 4 | $content and $contentType |
| 69 | 0 | 0 | 4 | $content and $acceptedMimeType |
| 74 | 0 | 1 | 3 | $resp and ref $resp eq 'HASH' |
| 1 | 3 | 0 | $resp and ref $resp eq 'HASH' and exists $resp->{'enctype'} | |
| 84 | 0 | 0 | 0 | ref $data eq 'HASH' and not $param =~ /^query\./ |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 55 | 4 | 0 | 0 | $method eq 'POST' or $method eq 'PUT' |