blib/lib/Plack/Middleware/ContentLength.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 2 | 2 | 100.0 |
line | true | false | branch |
---|---|---|---|
15 | 586 | 86 | if (not Plack::Util::status_with_no_entity_body($res->[0]) || $h->exists('Content-Length') || $h->exists('Transfer-Encoding') and defined(my $content_length = Plack::Util::content_length($res->[2]))) |