| blib/lib/CGI/Parse/PSGI.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 11 | 81.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 39 | 5 | 2 | 1 | $response->header('Location') and not $response->header('Status') |
| 49 | 8 | 0 | 0 | $response->code == 500 and not $remaining |
| 66 | 1 | 2 | 5 | $length and not $response->content_length |
| line | l | !l | condition |
|---|---|---|---|
| 43 | 3 | 5 | $response->header('Status') || 200 |