| line | true | false | branch | 
 
| 36 | 0 | 0 | unless @_ == 1 | 
 
| 40 | 0 | 0 | unless $me->_CAPA | 
 
| 44 | 0 | 0 | if /^APOP/ | 
 
| 45 | 0 | 0 | if /^SASL (.+)$/ | 
 
| 47 | 0 | 0 | unless @auth | 
 
| 48 | 0 | 0 | wantarray ? : | 
 
| 53 | 0 | 0 | unless @_ == 4 | 
 
| 57 | 0 | 0 | if (uc $auth eq 'APOP') { } | 
 
|  | 0 | 0 | elsif (uc $auth eq 'PLAIN') { } | 
 
| 76 | 0 | 0 | unless $sasl | 
 
| 80 | 0 | 0 | unless $me->_AUTH($auth) | 
 
| 82 | 0 | 0 | if ($me->code == 201) | 
 
| 84 | 0 | 0 | if (my $initial = $conn->client_start) | 
 
| 87 | 0 | 0 | if $me->code == 200 | 
 
| 95 | 0 | 0 | if $me->code == 200 | 
 
| 96 | 0 | 0 | if $me->code == 500 | 
 
| 113 | 0 | 0 | if $cmd->debug | 
 
| 116 | 0 | 0 | if ($str =~ s/^\+OK\s+//io) { } | 
 
|  | 0 | 0 | elsif ($str =~ s/^\+\s+//io) { } |