Condition Coverage

blib/lib/Email/Send/SMTP.pm
Criterion Covered Total %
condition 0 11 0.0


and 3 conditions

line !l l&&!r l&&r condition
76 0 0 0 $user and not $smtp_class eq 'Net::SMTP::TLS'

or 2 conditions

line l !l condition
56 0 0 delete $args{'Host'} || 'localhost'

or 3 conditions

line l !l&&r !l&&!r condition
66 0 0 0 $args{'User'} ||= $args{'username'}
67 0 0 0 $args{'Password'} ||= $args{'password'}