| line | !l | l&&!r | l&&r | condition | 
 
| 210 | 0 | 0 | 0 | $protocol eq 'aemp' and $aemp =~ /^aemp-\w+$/u | 
 
| 219 | 0 | 0 | 0 | $aemp ne $protocol and $aemp ne 'aemp' | 
 
| 224 | 0 | 0 | 0 | $AnyEvent::MP::Kernel::NODE{$rnode} and $AnyEvent::MP::Kernel::NODE{$rnode}{'transport'} | 
 
| 238 | 0 | 0 | 0 | $self->{'tls_ctx'} && 1 == int $self->{'remote_greeting'}{'tls'} | 
 
| 242 | 0 | 0 | 0 | grep(($auth_ eq $_), @$auth_snd) and !($auth_ =~ /^tls_/u) || $tls | 
 
| 315 | 0 | 0 | 0 | $protocol eq 'aemp' and $self->{'hdl'} | 
 
| 419 | 0 | 0 | 0 | $self->{'node'} and $self->{'node'}{'transport'} == $self |