blib/lib/Mail/Transport/POP3.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 27 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
85 | 0 | 0 | 0 | @$message and $message->[-1] =~ /^[\012\015]*$/ |
258 | 0 | 0 | 0 | $username and $password |
line | l | !l | condition |
---|---|---|---|
26 | 0 | 0 | $args->{'port'} ||= 110 |
30 | 0 | 0 | $args->{'authenticate'} || 'AUTO' |
65 | 0 | 0 | shift() || 0 |
116 | 0 | 0 | +(shift())->{'MTP_dele'} ||= {} |
133 | 0 | 0 | $self->{'MTP_dele'} || {} |
231 | 0 | 0 | shift() || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
241 | 0 | 0 | 0 | $@ or not readline $socket |
285 | 0 | 0 | 0 | $authenticate eq 'AUTO' or $authenticate eq 'APOP' |
296 | 0 | 0 | 0 | $authenticate eq 'AUTO' or $authenticate eq 'LOGIN' |