blib/lib/Alien/Build/Plugin/Extract/Negotiate.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 13 | 18 | 72.2 |
line | true | false | branch |
---|---|---|---|
23 | 0 | 7 | if $format eq "tgz" |
24 | 0 | 7 | if $format eq "tbz" |
25 | 0 | 7 | if $format eq "txz" |
37 | 12 | 7 | if ($format =~ /^tar(\.(gz|bz2))?$/) { } |
5 | 2 | elsif ($format eq 'zip') { } | |
0 | 2 | elsif ($format eq 'tar.xz' or $format eq 'tar.Z') { } | |
2 | 0 | elsif ($format eq 'd') { } | |
39 | 11 | 1 | if ('Alien::Build::Plugin::Extract::ArchiveTar'->available($format)) { } |
51 | 2 | 3 | if ('Alien::Build::Plugin::Extract::ArchiveZip'->available($format)) { } |