| line | !l | l&&!r | l&&r | condition | 
 
| 84 | 0 | 0 | 0 | $logger->is_trace and @args | 
 
| 118 | 0 | 0 | 0 | $logger->is_trace and $mess | 
 
| 127 | 0 | 0 | 0 | $priority and $response | 
 
| 177 | 0 | 0 | 0 | $args->{'channel'} ne "msg" and defined $args->{'address'} | 
 
| 184 | 0 | 0 | 0 | defined $who and defined $body | 
 
| 205 | 0 | 0 | 0 | defined $args->{'irc_command'} && $args->{'irc_command'} eq 'notice' | 
 
| 235 | 0 | 0 | 0 | $nick and $address | 
 
| 267 | 0 | 0 | 0 | $nick and $address | 
 
| 310 | 0 | 0 | 0 | $mess->{'address'} and $mess->{'body'} =~ /^help/i | 
 
| 325 | 0 | 0 | 0 | not ref $return and length $return | 
 
| 505 | 0 | 0 | 0 | $m and ref $m |