Condition Coverage

blib/lib/Mail/Message/Field/Full.pm
Criterion Covered Total %
condition 20 22 90.9


and 3 conditions

line !l l&&!r l&&r condition
89 7 6 152 defined $body && length $body
241 8 4 57 lc $encoding eq "q" and length $utf8 < 70
12 4 41 $utf8 =~ /\A[\p{IsASCII}]+\z/ms and not $args{'force'}
12 10 47 lc $encoding eq "q" and length $utf8 < 70 and ($utf8 =~ /\A[\p{IsASCII}]+\z/ms and not $args{'force'})
326 0 10 17 $is_text and not $encoded[0] =~ /\S/

or 2 conditions

line l !l condition
77 124 1 $implementation{lc $name} || 'Unstructured'
285 40 1 $charset || 'us-ascii'

or 3 conditions

line l !l&&r !l&&!r condition
89 13 0 152 not defined $body && length $body or ref $body