| blib/lib/PAGI/Middleware/GZip.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 17 | 58.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 136 | 1 | 0 | 8 | $should_compress and length $body > 0 |
| line | l | !l | condition |
|---|---|---|---|
| 48 | 8 | 0 | $config->{'min_size'} // 1024 |
| 50 | 0 | 8 | $config->{'mime_types'} // ["text/html", "text/plain", "text/css", "text/javascript", "application/json", "application/javascript", "application/xml"] |
| 66 | 11 | 2 | $self->_get_header($scope, "accept-encoding") // "" |
| 89 | 11 | 0 | $event->{'headers'} // [] |
| 105 | 11 | 0 | $event->{'body'} // "" |
| 142 | 8 | 0 | $original_headers // [] |
| 198 | 13 | 0 | $scope->{'headers'} // [] |