Branch Coverage

blib/lib/Mail/Sender/Easy.pm
Criterion Covered Total %
branch 0 42 0.0


line true false branch
41 0 0 ref $$mail_ref{'_text_info'} eq 'HASH' ? :
43 0 0 if exists $$mail_ref{'_text_info'}
46 0 0 ref $$mail_ref{'_html_info'} eq 'HASH' ? :
48 0 0 if exists $$mail_ref{'_html_info'}
52 0 0 $^O eq 'MSWin32' ? :
53 0 0 $^O eq 'MSWin32' ? :
61 0 0 if $$sndr{'authid'}
62 0 0 if $$mail_ref{'authid'}
64 0 0 unless defined $text
69 0 0 if ($html) { }
0 0 elsif (not $html and $attachments) { }
112 0 0 if (defined $attachments and ref $attachments eq 'HASH')
115 0 0 unless defined $$attachments{$attach}{'description'}
117 0 0 unless defined $$attachments{$attach}{'ctype'}
119 0 0 unless defined $$attachments{$attach}{'_disptype'}
124 0 0 if (defined $$attachments{$attach}{'_inline'} and $html)
129 0 0 if ($$attachments{$attach}{'msg'}) { }
0 0 elsif ($$attachments{$attach}{'file'}) { }
160 0 0 if ($@ or $Mail::Sender::Error)
161 0 0 if ($Mail::Sender::Error)
162 0 0 $@ ? :