blib/lib/Authen/Simple/POP3.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 22 | 0.0 |
line | true | false | branch |
---|---|---|---|
49 | 0 | 0 | unless (defined $connection) |
54 | 0 | 0 | if $self->log |
62 | 0 | 0 | if ($self->method eq 'plain') |
63 | 0 | 0 | if $connection->login($username, $password) |
66 | 0 | 0 | if ($self->method eq 'sasl') |
67 | 0 | 0 | if $connection->auth($username, $password) |
70 | 0 | 0 | if ($self->method eq 'apop') |
71 | 0 | 0 | if $connection->apop($username, $password) |
74 | 0 | 0 | unless ($success) |
78 | 0 | 0 | if $self->log |
84 | 0 | 0 | if $self->log |