| line | !l | l&&!r | l&&r | condition | 
 
| 33 | 0 | 0 | 2 | -e $self->{'FILE'} and -r $self->{'FILE'} | 
 
| 74 | 0 | 0 | 7 | $new_id and $new_name | 
 
| 80 | 0 | 0 | 3 | $has_key and not $has_value | 
 
|  | 0 | 0 | 0 | $has_key and $has_value | 
 
| 90 | 0 | 0 | 0 | $self->{'MAP_BY_ID'}{$new_id} eq $new_name and $self->{'MAP_BY_TERM'}{$new_name} eq $new_id | 
 
| 117 | 0 | 0 | 0 | $idspace and $term_name | 
 
| 118 | 0 | 0 | 0 | $self->is_empty and not $seed_id | 
 
|  | 0 | 0 | 0 | $seed_id and $seed_id =~ /$idspace:\d{7}/ | 
 
|  | 0 | 0 | 0 | $seed_id and $seed_id =~ /$idspace:\d{7}/ and not $self->contains_key($seed_id) | 
 
| 246 | 0 | 2 | 50 | $other_map_has_key and $other_map_has_value | 
 
| 247 | 0 | 0 | 50 | $tmp_id eq $other_map->get_id_by_term($tmp_name) and $tmp_name eq $other_map->get_term_by_id($tmp_id) |