Condition Coverage

blib/lib/Mail/Transport/POP3.pm
Criterion Covered Total %
condition 0 41 0.0


and 3 conditions

line !l l&&!r l&&r condition
102 0 0 0 @$message and $message->[-1] =~ /^[\012\015]*$/
214 0 0 0 $response and &_OK($response)
254 0 0 0 $username and $password
300 0 0 0 not $connected and $authenticate =~ /^OAUTH2/

or 2 conditions

line l !l condition
32 0 0 shift() // ""
37 0 0 $args->{'port'} ||= 110
41 0 0 $args->{'authenticate'} || 'AUTO'
44 0 0 $args->{'ssl_options'} || {}
45 0 0 $opts->{'verify_hostname'} ||= 0
46 0 0 $opts->{'SSL_verify_mode'} ||= 0
85 0 0 $bodylines //= 0
133 0 0 +(shift())->{'MTP_dele'} ||= {}
150 0 0 $self->{'MTP_dele'} || {}
234 0 0 $self->{'MTP_socket'} // (return)

or 3 conditions

line l !l&&r !l&&!r condition
238 0 0 0 $@ or not readline $socket
278 0 0 0 $authenticate eq "AUTO" or $authenticate eq "APOP"
289 0 0 0 $authenticate eq "AUTO" or $authenticate eq "LOGIN"