| 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') | 
| 75 | 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 { pod2usage({'-verbose', 2}); } , 'version', sub { print 'App::palien version ' . ($App::palien::VERSION || 'dev') . "\n"; exit 1; } ) | 
| 77 | 0 | 0 | unless (@ARGV) | 
| 83 | 0 | 0 | unless -d $dir | 
| 87 | 0 | 0 | if $pm =~ /^(Base|Packages|Builder|MSYS)$/u | 
| 93 | 0 | 0 | unless -d $share_root | 
| 97 | 0 | 0 | unless -r $readme and $readme->slurp =~ /This README file is autogenerated by Alien::Base/u | 
| 112 | 0 | 0 | if ($module =~ /::/u) { } | 
| 115 | 0 | 0 | if ($@) | 
| 125 | 0 | 0 | unless $alien | 
| 128 | 0 | 0 | if ($detail) | 
| 135 | 0 | 0 | if eval { do { $alien->dist_dir } } | 
| 140 | 0 | 0 | if (defined $bin_dir) | 
| 145 | 0 | 0 | if ($cflags) | 
| 150 | 0 | 0 | if ($libs) | 
| 155 | 0 | 0 | if ($modversion) | 
| 160 | 0 | 0 | if ($dll) | 
| 175 | 0 | 0 | unless ($byname) | 
| 182 | 0 | 0 | unless -d $share_root | 
| 186 | 0 | 0 | unless -r $readme and $readme->slurp =~ /This README file is autogenerated by Alien::Base/u | 
| 197 | 0 | 0 | defined $module ? : |