Condition Coverage

blib/lib/CGI/Compress/Gzip/FileHandle.pm
Criterion Covered Total %
condition 0 21 0.0


and 3 conditions

line !l l&&!r l&&r condition
97 0 0 0 defined $offset and $offset != 0
125 0 0 0 not $is_mod_perl and $type
127 0 0 0 $type eq 'GLOB' && defined $$self{'out_fh'}->fileno
128 0 0 0 !($type =~ / \A GLOB|SCALAR|HASH|ARRAY|CODE \z /msx) && $$self{'out_fh'}->can('fileno') && defined $$self{'out_fh'}->fileno
201 0 0 0 $$self{'outtype'} and $$self{'outtype'} eq 'stream'

or 3 conditions

line l !l&&r !l&&!r condition
119 0 0 0 $ENV{'MOD_PERL'} || $ENV{'GATEWAY_INTERFACE'} && $ENV{'GATEWAY_INTERFACE'} =~ m[ \A CGI-Perl/ ]msx
132 0 0 0 $is_glob or $is_filehandle