Condition Coverage

blib/lib/CGI/WebGzip.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

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

or 2 conditions

line l !l condition
70 0 0 $ENV{'HTTP_ACCEPT_ENCODING'} || ''
128 0 0 $h ||= ''
153 0 0 $ContentType ||= 'undef'