Branch Coverage

blib/lib/Data/Validate/Mailbox.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
94 0 0 defined $self->{'debug'} ? :
95 0 0 defined $self->{'localhost'} ? :
96 0 0 defined $self->{'localuser'} ? :
105 0 0 if (@mx) { }
108 0 0 unless my $smtp = "Net::SMTP"->new($exchange, "Hello", $localhost, "Timeout", 30, "Debug", $debug)
114 0 0 unless $smtp->mail($localuser)
116 0 0 $smtp->to($mailbox) ? :