Branch Coverage

blib/lib/Catalyst/Plugin/Compress/Gzip.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
11 0 0 if ($c->response->content_encoding)
15 0 0 unless ($c->response->body)
19 0 0 unless ($c->response->status == 200)
23 0 0 unless ($c->response->content_type =~ /^text|xml$|javascript$/)
29 0 0 unless (index($accept, 'gzip') >= 0)
34 0 0 if ref $body
35 0 0 if ref $body