Branch Coverage

blib/lib/Email/Send/Netease.pm
Criterion Covered Total %
branch 0 8 0.0


line true false branch
20 0 0 if ($email =~ /\@(126|163|188|)\.com$/ or $email =~ /\@yeah\.net$/) { }
26 0 0 unless defined $debug
28 0 0 unless eval { do { require MIME::Base64; require Authen::SASL } }
50 0 0 unless my $msg = 'MIME::Lite'->new('From', $from_address, 'To', $to_address, 'Subject', $subject, 'Type', 'text/html', 'Data', $html_body, 'Encoding', 'base64')