Branch Coverage

blib/lib/CGI/Compress/Gzip/FileHandle.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
93 0 0 if ($length > length $buf)
97 0 0 if (defined $offset and $offset != 0)
103 0 0 if ($$self{'pending_header'})
109 0 0 unless $length
111 0 0 unless (defined $$self{'outtype'})
125 0 0 if (not $is_mod_perl and $type)
132 0 0 if ($is_glob or $is_filehandle)
135 0 0 unless ($self->SUPER::OPEN($$self{'out_fh'}, @{$$self{'openargs'};}))
145 0 0 if ($$self{'outtype'} eq 'stream') { }
163 0 0 if ($length < length $header) { }
173 0 0 unless (${$buf;} =~ s/ \A \Q$header\E //msx)
179 0 0 unless (print {$out_fh;} $header)
201 0 0 if ($$self{'outtype'} and $$self{'outtype'} eq 'stream') { }
204 0 0 unless ($result)