Branch Coverage

blib/lib/Mail/Mailer/smtp_auth.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
24 0 0 unless my $smtp = 'Net::SMTP_auth'->new($host, %opt)
27 0 0 if ($opt{'Auth'})
28 0 0 unless $smtp->auth(@{$opt{'Auth'};})
40 0 0 if tied *$self
66 0 0 if ($sock and fileno $sock)
70 0 0 if ($sock and fileno $sock)
71 0 0 unless CORE::close $sock