Condition Coverage

blib/lib/Mail/Transport/SMTP.pm
Criterion Covered Total %
condition 0 14 0.0


and 3 conditions

line !l l&&!r l&&r condition
61 0 0 0 ref $from and $from->isa('Mail::Address')

or 2 conditions

line l !l condition
32 0 0 $args->{'via'} ||= 'smtp'
33 0 0 $args->{'port'} ||= '25'
43 0 0 $args->{'smtp_debug'} || 0
60 0 0 $args{'from'} || $self->{'MTS_from'} || $message->sender || '<>'

or 3 conditions

line l !l&&r !l&&!r condition
39 0 0 0 $args->{'helo'} || eval { do { require Net::Config; $Net::Config::NetConfig{'inet_domain'} } } || eval { do { require Net::Domain; Net::Domain::hostfqdn() } }