| line | !l | l&&!r | l&&r | condition | 
 
| 90 | 0 | 0 | 2 | $element->hasAttribute("x3") and $element->hasAttribute("y3") | 
 
|  | 0 | 0 | 2 | $element->hasAttribute("x3") and $element->hasAttribute("y3") and $element->hasAttribute("z3") | 
 
| 102 | 2 | 0 | 0 | $atomParity and $atomParity->hasAttribute("atomRefs4") | 
 
|  | 2 | 0 | 0 | $atomParity and $atomParity->hasAttribute("atomRefs4") and $atomParity->textContent =~ /^-?1$/ | 
 
| 137 | 0 | 0 | 0 | $mol_bond->can("cistrans") and $bondStereo | 
 
|  | 0 | 0 | 0 | $mol_bond->can("cistrans") and $bondStereo and $bondStereo->hasAttribute("atomRefs4") | 
 
|  | 0 | 0 | 0 | $mol_bond->can("cistrans") and $bondStereo and $bondStereo->hasAttribute("atomRefs4") and $bondStereo->textContent =~ /^[CT]$/ |