Branch Coverage

blib/lib/MIME/Expander/Plugin/ApplicationBzip2.pm
Criterion Covered Total %
branch 3 6 50.0


line true false branch
22 3 0 ref $contents eq 'SCALAR' ? :
0 3 unless my $z = 'IO::Uncompress::Bunzip2'->new(ref $contents eq 'SCALAR' ? $contents : \$contents, 'Append', 1)
31 3 0 if ref $callback eq 'CODE'