Condition Coverage

blib/lib/Email/MIME/Kit/Assembler/Standard.pm
Criterion Covered Total %
condition 20 26 76.9


or 2 conditions

line l !l condition
75 12 5 $attr{'content_type'} ||= "text/plain"
107 8 2 $self->manifest->{'attributes'}{'content_type'} || 'text/plain'
119 0 3 $attr{'content_type'} || 'multipart/alternative'
211 4 0 $manifest->{'attributes'} ||= {}
223 2 0 $filename ||= "unknown-attachment"
278 4 3 $arg->{'body'} || ''
281 0 13 $attr{'encoding'} ||= "quoted-printable"
282 4 9 $attr{'charset'} ||= "UTF-8"
284 4 0 $attr{'encoding'} ||= "base64"
306 2 2 $ct || 'multipart/mixed'

or 3 conditions

line l !l&&r !l&&!r condition
57 7 10 3 $has_body or $has_path
17 3 0 $has_body or $has_path or $has_alts