Condition Coverage

blib/lib/Mail/Message/Replace/MailInternet.pm
Criterion Covered Total %
condition 0 61 0.0


and 3 conditions

line !l l&&!r l&&r condition
55 0 0 0 ref $data and $data->isa('IO::Handle')
317 0 0 0 @body and $body[0] =~ /^\s*$/
318 0 0 0 @body and $body[-1] =~ /^\s*$/

or 2 conditions

line l !l condition
34 0 0 $args->{'head_type'} ||= 'Mail::Message::Replace::MailHeader'
40 0 0 $args->{'FoldLength'} || 79
173 0 0 delete $args{'Inline'} || '>'
174 0 0 delete $args{'ReplyAll'} || 0
175 0 0 delete $args{'Keep'} || []
176 0 0 delete $args{'Exclude'} || []
304 0 0 shift() || 10
328 0 0 $args{'MailFrom'} || $ENV{'MAILADDRESS'} || $ENV{'USER'} || 'unknown'

or 3 conditions

line l !l&&r !l&&!r condition
35 0 0 0 $args->{'head'} ||= $args->{'Header'}
36 0 0 0 $args->{'body'} ||= $args->{'Body'}
52 0 0 0 $get_head or $get_body
160 0 0 0 $ENV{'HOME'} || 'File::Spec'->curdir
173 0 0 0 $args{'quote'} ||= delete $args{'Inline'} || '>'
174 0 0 0 $args{'group_reply'} ||= delete $args{'ReplyAll'} || 0
194 0 0 0 shift() || 'File::Spec'->catfile($ENV{'HOME'} || 'File::Spec'->curdir, '.signature')
227 0 0 0 $args{'port'} ||= delete $args{'Port'}
228 0 0 0 $args{'nntp_debug'} ||= delete $args{'Debug'}
329 0 0 0 $args{'helo'} ||= delete $args{'Hello'}
330 0 0 0 $args{'port'} ||= delete $args{'Port'}
331 0 0 0 $args{'smtp_debug'} ||= delete $args{'Debug'}