blib/lib/CGI/WebGzip.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 15 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
152 | 0 | 0 | 0 | defined $ContentType and not isCompressibleType($ContentType) |
157 | 0 | 0 | 0 | $Status and $Status ne 200 |
167 | 0 | 0 | 0 | $ContentEncoding and $ContentEncoding =~ /\bgzip\b/i |
line | l | !l | condition |
---|---|---|---|
70 | 0 | 0 | $ENV{'HTTP_ACCEPT_ENCODING'} || '' |
128 | 0 | 0 | $h ||= '' |
153 | 0 | 0 | $ContentType ||= 'undef' |