| blib/lib/Mail/Transport/POP3.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 39 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 99 | 0 | 0 | 0 | @$message and $message->[-1] =~ /^[\012\015]*$/ |
| 224 | 0 | 0 | 0 | $response and &_OK($response) |
| 266 | 0 | 0 | 0 | $username and $password |
| 321 | 0 | 0 | 0 | not $connected and $authenticate =~ /^OAUTH2/ |
| line | l | !l | condition |
|---|---|---|---|
| 26 | 0 | 0 | shift() // "" |
| 31 | 0 | 0 | $args->{'port'} ||= 110 |
| 35 | 0 | 0 | $args->{'authenticate'} || 'AUTO' |
| 38 | 0 | 0 | $args->{'ssl_options'} || {} |
| 39 | 0 | 0 | $opts->{'verify_hostname'} ||= 0 |
| 40 | 0 | 0 | $opts->{'SSL_verify_mode'} ||= 0 |
| 79 | 0 | 0 | shift() || 0 |
| 130 | 0 | 0 | +(shift())->{'MTP_dele'} ||= {} |
| 147 | 0 | 0 | $self->{'MTP_dele'} || {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 250 | 0 | 0 | 0 | $@ or not readline $socket |
| 297 | 0 | 0 | 0 | $authenticate eq "AUTO" or $authenticate eq "APOP" |
| 308 | 0 | 0 | 0 | $authenticate eq "AUTO" or $authenticate eq "LOGIN" |