| line | !l | l&&!r | l&&r | condition | 
 
| 140 | 0 | 8 | 20 | $choice_score < 5 and $i > 0 | 
 
|  | 8 | 1 | 19 | $choice_score < 5 and $i > 0 and $i < $#$self | 
 
|  | 9 | 14 | 5 | $choice_score < 5 and $i > 0 and $i < $#$self and not $$self[$i - 1][0] | 
 
|  | 15 | 1 | 4 | $choice_score < 5 and $i > 0 and $i < $#$self and not $$self[$i - 1][0] and not $$self[$i + 1][0] | 
 
|  | 0 | 8 | 16 | $choice_score < 4 and $i > 0 | 
 
|  | 8 | 14 | 2 | $choice_score < 4 and $i > 0 and not $$self[$i - 1][0] | 
 
|  | 0 | 0 | 22 | $choice_score < 3 and $i < $#$self | 
 
|  | 0 | 16 | 6 | $choice_score < 3 and $i < $#$self and not $$self[$i + 1][0] | 
 
|  | 4 | 7 | 5 | $choice_score < 2 and $i > 0 | 
 
|  | 11 | 0 | 5 | $choice_score < 2 and $i > 0 and $i < $#$self | 
 
| 231 | 0 | 1 | 2 | $i > 0 and $i < $#$self | 
 
|  | 1 | 1 | 1 | $i > 0 and $i < $#$self and not $$self[$i - 1][0] | 
 
|  | 2 | 0 | 1 | $i > 0 and $i < $#$self and not $$self[$i - 1][0] and not $$self[$i + 1][0] | 
 
|  | 0 | 2 | 0 | $i > 0 and not $$self[$i - 1][0] | 
 
|  | 1 | 1 | 0 | $i < $#$self and not $$self[$i + 1][0] | 
 
|  | 0 | 1 | 1 | $i > 0 and $i < $#$self |