| line | !l | l&&!r | l&&r | condition | 
 
| 199 | 0 | 1 | 2 | &Int()->($v) and $v >= -1 | 
 
| 255 | 261 | 2 | 2 | exists $parsed{$lc_k} and not exists $options_with_list_type{$lc_k} | 
 
| 317 | 193 | 1 | 8 | exists $parsed{'tlsinsecure'} and exists $parsed{'tlsallowinvalidcertificates'} || exists $parsed{'tlsallowinvalidhostnames'} | 
 
| 326 | 184 | 1 | 9 | exists $parsed{'tls'} and exists $parsed{'ssl'} | 
 
|  | 1 | 5 | 4 | exists $parsed{'tls'} and exists $parsed{'ssl'} and $parsed{'tls'} != $parsed{'ssl'} | 
 
| 366 | 0 | 0 | 0 | $phase and $phase eq 'init' | 
 
| 401 | 0 | 0 | 0 | $phase and $phase eq 'init' | 
 
| 409 | 0 | 0 | 0 | $minimum_ttl < 60 and $phase | 
 
|  | 0 | 0 | 0 | $minimum_ttl < 60 and $phase and $phase ne 'init' | 
 
| 430 | 0 | 0 | 5 | defined $result{'hostids'} and length $result{'hostids'} | 
 
| 492 | 0 | 0 | 0 | defined $self->{'expires'} and $self->{'expires'} <= &MongoDB::_URI::time() | 
 
| 522 | 0 | 5 | 541 | defined $hostids and length $hostids | 
 
| 527 | 550 | 0 | 34 | $hostid =~ m[/] and $hostid =~ /\.sock/ | 
 
| 539 | 2 | 3 | 125 | $port >= 1 and $port <= 65535 |