Branch Coverage

blib/lib/IO/Uncompress/Adapter/Inflate.pm
Criterion Covered Total %
branch 12 14 85.7


line true false branch
24 69 3457 if ($scan) { }
42 0 3526 if $status != Z_OK()
65 1178 3981 if ($status != Z_OK() and $status != Z_STREAM_END() and $status != Z_BUF_ERROR())
71 267 4309 if $status == Z_BUF_ERROR()
72 595 3714 if $status == Z_OK()
73 3714 0 if $status == Z_STREAM_END()
118 4 1180 $self->{'Inf'}->inflateSync(@_) == Z_OK() ? :