| line | !l | l&&!r | l&&r | condition | 
 
| 87 | 0 | 0 | 0 | ref $e eq 'HASH' and exists $e->{'order'} | 
 
|  | 0 | 0 | 0 | ref $e eq 'HASH' and exists $e->{'order'} and exists $e->{'pref'} | 
 
|  | 0 | 0 | 0 | ref $e eq 'HASH' and exists $e->{'order'} and exists $e->{'pref'} and exists $e->{'svc'} | 
 
| 157 | 0 | 0 | 0 | exists $rd->{'e164'} and ref $rd->{'e164'} eq 'ARRAY' | 
 
|  | 0 | 0 | 0 | exists $rd->{'e164'} and ref $rd->{'e164'} eq 'ARRAY' and @{$rd->{'e164'};} | 
 
| 159 | 0 | 0 | 0 | defined $def and exists $def->{'rfc4114_relax'} | 
 
|  | 0 | 0 | 0 | defined $def and exists $def->{'rfc4114_relax'} and $def->{'rfc4114_relax'} |