| line | !l | l&&!r | l&&r | condition | 
 
| 54 | 0 | 0 | 0 | $shell eq "csh" and $ENV{'tcsh'} | 
 
| 90 | 0 | 0 | 0 | $command eq "shell" and @params | 
 
|  | 0 | 0 | 0 | $command eq "mode" and $mode eq "shim" | 
 
| 216 | 0 | 0 | 0 | $index == 1 and $words[0] eq 'global' || $words[0] eq 'switch' || $words[0] eq 'shell' || $words[0] eq 'local' || $words[0] eq 'nuke' || $words[0] eq 'test' | 
 
|  | 0 | 0 | 0 | $index == 1 and $words[0] eq "build" | 
 
|  | 0 | 0 | 0 | $index == 2 and $words[0] eq "build" | 
 
|  | 0 | 0 | 0 | $index == 1 and $words[0] eq "download" | 
 
|  | 0 | 0 | 0 | $index == 2 and $words[0] eq "download" | 
 
|  | 0 | 0 | 0 | $index == 1 and $words[0] eq "mode" | 
 
|  | 0 | 0 | 0 | $index == 2 and $words[0] eq "register" | 
 
|  | 0 | 0 | 0 | $index == 1 and $words[0] eq "help" | 
 
| 267 | 0 | 0 | 0 | length $candidate > 0 and substr($candidate, -1) ne "/" |