| blib/lib/HTTP/Status.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 15 | 16 | 93.7 |
| line | true | false | branch |
|---|---|---|---|
| 147 | 2 | 1 | exists $StatusCodeName{$_[0]} ? : |
| 150 | 3 | 2 | if $_[0] and $_[0] >= 100 |
| 151 | 8 | 2 | if $_[0] and $_[0] >= 200 |
| 152 | 4 | 2 | if $_[0] and $_[0] >= 300 |
| 153 | 11 | 2 | if $_[0] and $_[0] >= 400 |
| 154 | 1 | 2 | if $_[0] and $_[0] >= 400 |
| 155 | 1 | 2 | if $_[0] and $_[0] >= 500 |
| 156 | 18 | 0 | if $_[0] |