| blib/lib/Dancer2/Core/Response.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 14 | 64.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 191 | 27 | 0 | 576 | not $headers->header('Content-Length') || $headers->header('Transfer-Encoding') and defined(my $content_length = length $content) |
| line | l | !l | condition |
|---|---|---|---|
| 234 | 0 | 25 | $status || 302 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 43 | 604 | 19 | 0 | shift() || $self->headers |
| 137 | 117 | 409 | 0 | $self->content_type || $self->content_type($self->default_content_type) |
| 191 | 27 | 0 | 576 | $headers->header('Content-Length') || $headers->header('Transfer-Encoding') |