lib/App/Pmhack.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 18 | 50.0 |
line | true | false | branch |
---|---|---|---|
23 | 0 | 1 | unless my $module_name = &Params::Util::_CLASS(shift()) |
24 | 0 | 1 | unless my $hacklib = $ENV{'PERL5HACKLIB'} |
42 | 1 | 0 | @inc_filenames ? : |
45 | 1 | 0 | unless (-e $target_path and -d $target_path) |
47 | 0 | 1 | unless File::Path::make_path($target_path) |
51 | 0 | 1 | unless open my $target_fh, '>', $target_filename |
52 | 0 | 1 | unless copy($inc_filename, $target_fh) |
53 | 0 | 1 | unless close $target_fh |
56 | 0 | 1 | if ($App::Pmhack::OSNAME eq 'MSWin32') |