| line | !l | l&&!r | l&&r | condition | 
 
| 75 | 0 | 0 | 0 | $self->size >= 2 and $self->size <= 4 | 
 
| 79 | 0 | 0 | 0 | $self->population >= 1 and $self->population <= 5 | 
 
| 98 | 0 | 0 | 0 | $self->atmosphere =~ /^[68]$/u and $self->population >= 6 | 
 
|  | 0 | 0 | 0 | $self->atmosphere =~ /^[68]$/u and $self->population >= 6 and $self->population <= 8 | 
 
|  | 0 | 0 | 0 | $self->atmosphere =~ /^[68]$/u and $self->population >= 6 and $self->population <= 8 and $self->government >= 4 | 
 
|  | 0 | 0 | 0 | $self->atmosphere =~ /^[68]$/u and $self->population >= 6 and $self->population <= 8 and $self->government >= 4 and $self->government <= 9 | 
 
| 101 | 0 | 0 | 0 | $self->atmosphere >= 2 and $self->atmosphere <= 5 | 
 
|  | 0 | 0 | 0 | $self->atmosphere >= 2 and $self->atmosphere <= 5 and $self->hydro <= 3 | 
 
| 103 | 0 | 0 | 0 | $self->atmosphere >= 4 and $self->atmosphere <= 9 | 
 
|  | 0 | 0 | 0 | $self->atmosphere >= 4 and $self->atmosphere <= 9 and $self->hydro >= 4 | 
 
|  | 0 | 0 | 0 | $self->atmosphere >= 4 and $self->atmosphere <= 9 and $self->hydro >= 4 and $self->hydro <= 8 | 
 
|  | 0 | 0 | 0 | $self->atmosphere >= 4 and $self->atmosphere <= 9 and $self->hydro >= 4 and $self->hydro <= 8 and $self->population >= 5 | 
 
|  | 0 | 0 | 0 | $self->atmosphere >= 4 and $self->atmosphere <= 9 and $self->hydro >= 4 and $self->hydro <= 8 and $self->population >= 5 and $self->population <= 7 | 
 
| 106 | 0 | 0 | 0 | $self->atmosphere <= 3 and $self->hydro <= 3 | 
 
|  | 0 | 0 | 0 | $self->atmosphere <= 3 and $self->hydro <= 3 and $self->population >= 6 | 
 
| 108 | 0 | 0 | 0 | $self->atmosphere =~ /^[012479]$/u and $self->population >= 9 | 
 
| 111 | 0 | 0 | 0 | $self->atmosphere >= 2 and $self->hydro == 0 | 
 
| 114 | 0 | 0 | 0 | $self->atmosphere <= 1 and $self->hydro >= 1 | 
 
| 121 | 0 | 0 | 0 | defined $num && $num =~ /^\d{1,2}$/u |