Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
63 0 0 0 builtin::blessed($data) and $data->isa("IO::Handle")
296 0 0 0 @body and $body[0] =~ /^\s*$/
297 0 0 0 @body and $body[-1] =~ /^\s*$/

or 2 conditions

line l !l condition
43 0 0 $args->{'head_type'} ||= "Mail::Message::Replace::MailHeader"
48 0 0 $args->{'FoldLength'} || 79
165 0 0 delete $args{'Inline'} || '>'
166 0 0 delete $args{'ReplyAll'} || 0
167 0 0 delete $args{'Keep'} || []
168 0 0 delete $args{'Exclude'} || []
284 0 0 $lines // 10
307 0 0 $args{'MailFrom'} || $ENV{'MAILADDRESS'} || $ENV{'USER'} || 'unknown'

or 3 conditions

line l !l&&r !l&&!r condition
44 0 0 0 $args->{'head'} ||= $args->{'Header'}
45 0 0 0 $args->{'body'} ||= $args->{'Body'}
60 0 0 0 $get_head or $get_body
63 0 0 0 ref $data eq "GLOB" or builtin::blessed($data) and $data->isa("IO::Handle")
156 0 0 0 $ENV{'HOME'} || 'File::Spec'->curdir
165 0 0 0 $args{'quote'} ||= delete $args{'Inline'} || '>'
166 0 0 0 $args{'group_reply'} ||= delete $args{'ReplyAll'} || 0
182 0 0 0 $ENV{'HOME'} || 'File::Spec'->curdir
0 0 0 shift() // "File::Spec"->catfile($ENV{'HOME'} || 'File::Spec'->curdir, ".signature")
219 0 0 0 $self->SUPER::head // $self->{'MM_head_type'}->new("message", $self)
308 0 0 0 $args{'helo'} ||= delete $args{'Hello'}
309 0 0 0 $args{'port'} ||= delete $args{'Port'}
310 0 0 0 $args{'smtp_debug'} ||= delete $args{'Debug'}