| blib/lib/Catalyst/ResponseHelpers.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 33 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 98 | 0 | 0 | 0 | $return and $return =~ /^\Q$base\E/i |
| 131 | 0 | 0 | 0 | @_ == 2 and not &is_success($status) |
| 180 | 0 | 0 | 0 | @_ == 2 and not &is_client_error($status) |
| 187 | 0 | 0 | 0 | @_ == 2 and not &is_server_error($status) |
| 203 | 0 | 0 | 0 | @_ == 2 and not &status_message($status) |
| 286 | 0 | 0 | 0 | $h->content_is_text and not $h->content_type_charset |
| line | l | !l | condition |
|---|---|---|---|
| 135 | 0 | 0 | $status //= 200 |
| 138 | 0 | 0 | $status //= 204 |
| 182 | 0 | 0 | $status // 400 |
| 189 | 0 | 0 | $status //= 500 |
| 205 | 0 | 0 | $status //= 200 |
| 224 | 0 | 0 | $status //= 200 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 208 | 0 | 0 | 0 | $msg // &status_message($status) |