blib/lib/Mail/Transport/POP3.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 30 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
88 | 0 | 0 | 0 | @$message and $message->[-1] =~ /^[\012\015]*$/ |
213 | 0 | 0 | 0 | $response and &_OK($response) |
255 | 0 | 0 | 0 | $username and $password |
line | l | !l | condition |
---|---|---|---|
23 | 0 | 0 | shift() // '' |
28 | 0 | 0 | $args->{'port'} ||= 110 |
32 | 0 | 0 | $args->{'authenticate'} || 'AUTO' |
68 | 0 | 0 | shift() || 0 |
119 | 0 | 0 | +(shift())->{'MTP_dele'} ||= {} |
136 | 0 | 0 | $self->{'MTP_dele'} || {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
239 | 0 | 0 | 0 | $@ or not readline $socket |
281 | 0 | 0 | 0 | $authenticate eq 'AUTO' or $authenticate eq 'APOP' |
292 | 0 | 0 | 0 | $authenticate eq 'AUTO' or $authenticate eq 'LOGIN' |