| blib/lib/Test/HTTPStatus.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 20 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 138 | 0 | 0 | $ENV{'NO_NETWORK_TESTING'} ? : |
| 142 | 0 | 0 | if (not defined $status) { } |
| 0 | 0 | elsif (defined $expected and $expected == $status) { } | |
| 0 | 0 | elsif ($status == -1) { } | |
| 0 | 0 | elsif ($status == -2) { } | |
| 158 | 0 | 0 | unless defined $string |
| 161 | 0 | 0 | unless $url->host |
| 190 | 0 | 0 | unless (defined $link) |
| 198 | 0 | 0 | if (not $response && defined $response->code or $response->code >= 400 and $response->code != 404) |
| 203 | 0 | 0 | unless (ref $response) |