Branch Coverage

blib/lib/MIME/Decoder/Gzip64.pm
Criterion Covered Total %
branch 4 8 50.0


line true false branch
84 0 1 unless $self->SUPER::decode_it($in, $tmp)
88 0 1 unless $self->filter($tmp, $out, $MIME::Decoder::Gzip64::GUNZIP)
103 0 1 unless $self->filter($in, $tmp, $MIME::Decoder::Gzip64::GZIP)
107 0 1 unless $self->SUPER::encode_it($tmp, $out)