| blib/lib/App/palien.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 44 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 25 | 0 | 0 | if $alien->can("version") | 
| 26 | 0 | 0 | unless $alien->can("config") | 
| 74 | 0 | 0 | unless &GetOptions("bin-dir", \$bin_dir, "dir-sep", \$dir_sep, "cflags", \$cflags, "libs", \$libs, "dll", \$dll, "modversion", \$modversion, "detail|d", \$detail, "help|h", sub { | 
| 76 | 0 | 0 | unless (@ARGV) | 
| 82 | 0 | 0 | unless -d $dir | 
| 86 | 0 | 0 | if $pm =~ /^(Base|Packages|Builder|MSYS)$/u | 
| 92 | 0 | 0 | unless -d $share_root | 
| 96 | 0 | 0 | unless -r $readme and $readme->slurp =~ /This README file is autogenerated by Alien::Base/u | 
| 111 | 0 | 0 | if ($module =~ /::/u) { } | 
| 119 | 0 | 0 | if ($@) | 
| 129 | 0 | 0 | unless $alien | 
| 132 | 0 | 0 | if ($detail) | 
| 139 | 0 | 0 | if eval { | 
| 144 | 0 | 0 | if (defined $bin_dir) | 
| 149 | 0 | 0 | if ($cflags) | 
| 154 | 0 | 0 | if ($libs) | 
| 159 | 0 | 0 | if ($modversion) | 
| 164 | 0 | 0 | if ($dll) | 
| 179 | 0 | 0 | unless ($byname) | 
| 186 | 0 | 0 | unless -d $share_root | 
| 190 | 0 | 0 | unless -r $readme and $readme->slurp =~ /This README file is autogenerated by Alien::Base/u | 
| 208 | 0 | 0 | defined $module ? : |