Branch Coverage

File:lib/Email/Mailer.pm
Coverage:90.0%

line%coveragebranch
18100TFif (not ref $self) { }
29100TFif /^(?:to|from|subject|html|text)$/i
44100TFif (ref $mail->{'process'} eq 'CODE')
53100TFif $mail->{'html'} and not $mail->{'text'}
73100TF$_->{'content'} ? :
75100TF!$mail->{'attachments'} || ref $mail->{'attachments'} ne 'ARRAY' ? :
80100TFif ($mail->{'text'} and not $mail->{'html'} and @$attachments == 0) { }
50TFelsif ($mail->{'text'} and not $mail->{'html'}) { }
119100TFref $_[0] eq 'HASH' ? :
12250TFwantarray ? :