Branch Coverage

blib/lib/IO/Uncompress/Inflate.pm
Criterion Covered Total %
branch 14 20 70.0


line true false branch
65 36 1794 if length $magic != 2
71 897 897 unless $self->isZlibMagic($magic)
93 1 863 if *$self->{'Strict'} and $ADLER32 != *$self->{'Uncomp'}->adler32
105 0 1794 if length $buffer < 2
110 895 899 if $hdr % 31 != 0
117 2 897 if $cm != 8
122 0 897 if $cinfo > 7
160 0 897 unless $cm == 8
164 0 897 if ($FDICT)
165 0 0 unless $self->smartReadExact(\$buffer, 4)