| blib/lib/IO/Compress/RawDeflate.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 13 | 20 | 65.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 83 | 0 | 714 | unless defined $obj | 
| 159 | 0 | 69 | unless eval "require $invClass" | 
| 162 | 9 | 60 | unless my $inf = $invClass->new($outValue, "Transparent", 0, "AutoClose", 0, "Scan", 1) | 
| 170 | 0 | 60 | unless $inf->scan | 
| 172 | 0 | 60 | unless $inf->zap($end_offset) | 
| 184 | 24 | 36 | if ($outType eq 'buffer') { } | 
| 36 | 0 | elsif ($outType eq 'handle' or $outType eq 'filename') { } | |
| 190 | 12 | 24 | if $outType eq "handle" | 
| 193 | 0 | 36 | unless *$self->{'FH'}->seek($end_offset, 0) | 
| 211 | 0 | 3 | if $status == -1 |