| blib/lib/Test/HTTPStatus.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 5 | 10 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 82 | 1 | 0 | if (defined $expected and $expected eq $status) { } |
| 0 | 0 | elsif ($status == -1) { } | |
| 0 | 0 | elsif ($status == -2) { } | |
| 99 | 1 | 4 | unless defined $string |
| 102 | 1 | 3 | unless $url->host |