line |
!l |
l&&!r |
l&&r |
condition |
31
|
0 |
0 |
0 |
-f $prog and -x $prog |
32
|
0 |
0 |
0 |
-f "$prog.bat" and -x "$prog.bat" |
33
|
0 |
0 |
0 |
-f "$prog.com" and -x "$prog.com" |
34
|
0 |
0 |
0 |
-f "$prog.exe" and -x "$prog.exe" |
35
|
0 |
0 |
0 |
-f "$prog.cmd" and -x "$prog.cmd" |
37
|
0 |
0 |
0 |
-f $prog and -x $prog |
46
|
0 |
0 |
0 |
-f "$_\\$prog" and -x "$_\\$prog" |
47
|
0 |
0 |
0 |
-f "$_\\$prog.bat" and -x "$_\\$prog.bat" |
48
|
0 |
0 |
0 |
-f "$_\\$prog.com" and -x "$_\\$prog.com" |
49
|
0 |
0 |
0 |
-f "$_\\$prog.exe" and -x "$_\\$prog.exe" |
50
|
0 |
0 |
0 |
-f "$_\\$prog.cmd" and -x "$_\\$prog.cmd" |
52
|
47 |
0 |
4 |
-x "$_/$prog" and not -d "$_/$prog" |