blib/lib/MIME/Expander/Plugin/ApplicationGzip.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 3 | 6 | 50.0 |
line | true | false | branch |
---|---|---|---|
22 | 6 | 0 | ref $contents eq 'SCALAR' ? : |
0 | 6 | unless my $z = 'IO::Uncompress::Gunzip'->new(ref $contents eq 'SCALAR' ? $contents : \$contents, 'Append', 1) | |
31 | 6 | 0 | if ref $callback eq 'CODE' |