| line | l | !l&&r | !l&&!r | condition | 
 
| 103 | 4 | 0 | 1 | s/^[aAcC]// and $this = 1 or s/^[sSnv]// and $this = 2 | 
 
|  | 0 | 1 | 0 | s/^[aAcC]// and $this = 1 or s/^[sSnv]// and $this = 2 or s/^[iI]// and $this = 4 | 
 
|  | 1 | 0 | 0 | s/^[aAcC]// and $this = 1 or s/^[sSnv]// and $this = 2 or s/^[iI]// and $this = 4 or s/^[lLNV]// and $this = 4 | 
 
|  | 0 | 0 | 0 | s/^[aAcC]// and $this = 1 or s/^[sSnv]// and $this = 2 or s/^[iI]// and $this = 4 or s/^[lLNV]// and $this = 4 or s/^[qQ]// and $this = 8 | 
 
|  | 0 | 0 | 0 | s/^[aAcC]// and $this = 1 or s/^[sSnv]// and $this = 2 or s/^[iI]// and $this = 4 or s/^[lLNV]// and $this = 4 or s/^[qQ]// and $this = 8 or s/^f// and $this = 4 | 
 
|  | 0 | 0 | 0 | s/^[aAcC]// and $this = 1 or s/^[sSnv]// and $this = 2 or s/^[iI]// and $this = 4 or s/^[lLNV]// and $this = 4 or s/^[qQ]// and $this = 8 or s/^f// and $this = 4 or s/^d// and $this = 8 |