| blib/lib/Plack/Middleware/Inflater.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 14 | 57.1 |
| line | true | false | branch |
|---|---|---|---|
| 20 | 1 | 0 | unless ($self->content_encoding) |
| 28 | 0 | 3 | if $env->{'plack.skip-inflater'} |
| 30 | 1 | 2 | unless my $content_encoding = $env->{'HTTP_CONTENT_ENCODING'} |
| 34 | 2 | 0 | if (my $match_cts = $self->content_encoding) |
| 37 | 2 | 0 | if ($content_encoding eq $match_ct) |
| 42 | 0 | 2 | unless $match |
| 48 | 2 | 0 | if ($env->{'psgi.input'}) |