Branch Coverage

blib/lib/App/runscript.pm
Criterion Covered Total %
branch 18 26 69.2


line true false branch
34 0 0 if ($opts->{'V'}) { }
0 0 elsif ($opts->{'h'}) { }
46 0 0 if ($^O ne "VMS")
48 0 0 unless $perl_path =~ /$App::runscript::Config{'_exe'}\z/i
56 1 4 @_ == 1 ? :
68 1 2 unless basename($install_bin) eq "bin"
73 1 1 unless &_is_dir($install_lib)
82 2 3 if ('File::Spec'->file_name_is_absolute($application)) { }
83 1 1 unless -x $application
86 1 2 unless defined $application
96 1 5 unless defined $executable
98 2 3 unless my $file = which($executable)
99 2 1 if ($abs_path) { }