Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
85 0 0 0 @$message and $message->[-1] =~ /^[\012\015]*$/
258 0 0 0 $username and $password

or 2 conditions

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() || ''

or 3 conditions

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'