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