| line | !l | l&&!r | l&&r | condition | 
 
| 637 | 0 | 0 | 0 | $self->_configure(%values) and $self->_connect | 
 
| 724 | 0 | 0 | 0 | $val != 0 and $val != 1 | 
 
| 987 | 0 | 0 | 0 | defined $$self{'RESPONSEBUFFER'}{$actionid}{'Response'} and $$self{'RESPONSEBUFFER'}{$actionid}{'Response'} =~ /^(?:Success|Follows|Goodbye|Events Off|Pong)$/ox | 
 
| 1041 | 0 | 0 | 0 | exists $$packet{'Message'} and $$packet{'Message'} =~ /[fF]ollow/ox | 
 
| 1148 | 0 | 0 | 0 | $lkey eq 'async' and $value == 1 | 
 
| 1239 | 0 | 0 | 0 | $timeout and defined $$self{'CALLBACKS'}{$id} | 
 
| 1537 | 0 | 0 | 0 | $self and $self->simple_action({'Action', 'Ping'}, $timeout) | 
 
| 1604 | 0 | 0 | 0 | not $$self{'SOCKERR'} and $$self{'LOGGEDIN'} |