| blib/lib/Test/HTTPStatus.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 14 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 142 | 0 | 0 | 0 | defined $expected and $expected == $status |
| 198 | 0 | 0 | 0 | $response && defined $response->code |
| 0 | 0 | 0 | $response->code >= 400 and $response->code != 404 |
| line | l | !l | condition |
|---|---|---|---|
| 135 | 0 | 0 | shift() || 200 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 198 | 0 | 0 | 0 | not $response && defined $response->code or $response->code >= 400 and $response->code != 404 |