| blib/lib/App/palien.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 42 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 23 | 0 | 0 | if $alien->can('version') |
| 24 | 0 | 0 | unless $alien->can('config') |
| 62 | 0 | 0 | unless GetOptions 'cflags', \$cflags, 'libs', \$libs, 'dll', \$dll, 'modversion', \$modversion, 'detail|d', \$detail, 'help|h', sub { pod2usage({-'verbose', 2}); } , 'version', sub { print 'App::palien version ' . ($VERSION || 'dev') . "\n"; exit 1; } |
| 64 | 0 | 0 | unless (@ARGV) |
| 70 | 0 | 0 | unless -d $dir |
| 75 | 0 | 0 | if $pm =~ /^(Base|Packages)$/ |
| 80 | 0 | 0 | unless -d $share_root |
| 84 | 0 | 0 | unless -r $readme and $readme->slurp =~ /This README file is autogenerated by Alien::Base/ |
| 99 | 0 | 0 | if ($module =~ /::/) { } |
| 102 | 0 | 0 | if ($@) |
| 112 | 0 | 0 | unless $alien |
| 115 | 0 | 0 | if ($detail) |
| 122 | 0 | 0 | if eval { do { $alien->dist_dir } } |
| 127 | 0 | 0 | if ($cflags) |
| 132 | 0 | 0 | if ($libs) |
| 137 | 0 | 0 | if ($modversion) |
| 142 | 0 | 0 | if ($dll) |
| 157 | 0 | 0 | unless ($byname) |
| 164 | 0 | 0 | unless -d $share_root |
| 168 | 0 | 0 | unless -r $readme and $readme->slurp =~ /This README file is autogenerated by Alien::Base/ |
| 179 | 0 | 0 | defined $module ? : |