Condition Coverage

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

line%coveragecondition
4650
Adec
00
11
$mail->{'data'} || {}
53100
ABdec
0X0
100
111
$mail->{'html'} and not $mail->{'text'}
7333
ABdec
000
011
1X1
$_->{'name'} || $_->{'filename'} || $_->{'source'}
50
Adec
00
11
$_->{'ctype'} || 'application/octet-stream'
33
ABdec
000
011
1X1
$_->{'name'} || $_->{'filename'} || $_->{'source'}
7567
ABdec
000
011
1X1
!$mail->{'attachments'} || ref $mail->{'attachments'} ne 'ARRAY'
8020
ABCDdec
0XXX0
10XX0
110X0
11100
11111
$mail->{'text'} and not $mail->{'html'} and @$attachments == 0