Branch Coverage

lib/What/MTA.pm
Criterion Covered Total %
branch 4 26 15.3


line true false branch
93 0 2 defined $arg{'Timeout'} ? :
105 2 0 unless (defined $obj)
109 0 2 if defined $LocalAddr
110 0 2 if defined $LocalPort
115 0 0 exists $arg{'Debug'} ? :
117 0 0 unless ($obj->response == CMD_OK())
252 0 0 if (${*$self;}{'mta_banner'} =~ /Exim/) { }
0 0 elsif (${*$self;}{'mta_banner'} =~ /Postfix/) { }
0 0 elsif (${*$self;}{'mta_banner'} =~ /Sendmail/) { }
0 0 elsif (${*$self;}{'mta_banner'} =~ /XMail/) { }
0 0 elsif (${*$self;}{'mta_banner'} =~ /MasqMail/) { }
0 0 elsif (${*$self;}{'mta_banner'} =~ /\w ESMTP$/) { }
267 0 0 if (defined $@) { }