blib/lib/WE/Util/Functions.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 1 | 16 | 6.2 |
line | true | false | branch |
---|---|---|---|
29 | 0 | 0 | if file_name_is_absolute($prog) and -f $prog and -x $prog |
33 | 0 | 0 | if ($^O eq 'MSWin32') { } |
35 | 0 | 0 | if -x "$_\\$prog.bat" or -x "$_\\$prog.com" or -x "$_\\$prog.exe" or -x "$_\\$prog.cmd" |
41 | 0 | 0 | if -x "$_/$prog" and not -d "$_/$prog" |
65 | 0 | 0 | unless chdir $pwd |
66 | 0 | 0 | if $err |
73 | 0 | 3 | if (eval { do { require File::Spec; defined &File::Spec::file_name_is_absolute } }) { } |
79 | 0 | 0 | if ($^O eq 'MSWin32') { } |