blib/lib/CGI/Parse/PSGI/Streaming.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 8 | 75.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
63 | 1 | 2 | 1 | $response->header('Location') and not $response->header('Status') |
72 | 7 | 0 | 0 | $response->code == 500 and not defined $data |
line | l | !l | condition |
---|---|---|---|
83 | 3 | 1 | $response->header('Status') || 200 |