| blib/lib/WE/Util/Functions.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 20 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 29 | 0 | 0 | 0 | file_name_is_absolute($prog) and -f $prog | 
| 0 | 0 | 0 | file_name_is_absolute($prog) and -f $prog and -x $prog | |
| 41 | 0 | 0 | 0 | -x "$_/$prog" and not -d "$_/$prog" | 
| line | l | !l | condition | 
|---|---|---|---|
| 31 | 0 | 0 | $Config::Config{'path_sep'} || ':' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 35 | 0 | 0 | 0 | -x "$_\\$prog.bat" or -x "$_\\$prog.com" | 
| 0 | 0 | 0 | -x "$_\\$prog.bat" or -x "$_\\$prog.com" or -x "$_\\$prog.exe" | |
| 0 | 0 | 0 | -x "$_\\$prog.bat" or -x "$_\\$prog.com" or -x "$_\\$prog.exe" or -x "$_\\$prog.cmd" |