Branch Coverage

blib/lib/MIME/Expander/Plugin/ApplicationZip.pm
Criterion Covered Total %
branch 7 12 58.3


line true false branch
22 3 0 ref $contents eq 'SCALAR' ? :
0 3 unless my $uzip = 'IO::Uncompress::Unzip'->new(ref $contents eq 'SCALAR' ? $contents : \$contents, 'Append', 1)
30 0 9 if $status < 0
37 0 9 if $bytes < 0
40 3 6 if $name and $name =~ m[/$]
42 6 0 if ref $callback eq 'CODE'