Branch Coverage

blib/lib/Gmail/Mailbox/Validate.pm
Criterion Covered Total %
branch 0 6 0.0


line true false branch
58 0 0 unless my $smtp = 'Net::SMTP'->new('gmail-smtp-in.l.google.com')
59 0 0 unless $smtp->mail('foo@bar.net')
61 0 0 $smtp->to($username . '@gmail.com') ? :