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
94 7 6 106 defined $body && length $body
261 8 4 79 lc $encoding eq "q" and length $utf8 < 70
12 4 63 $utf8 =~ /\A[\p{IsASCII}]+\z/ms and not $args{'force'}
12 10 69 lc $encoding eq "q" and length $utf8 < 70 and ($utf8 =~ /\A[\p{IsASCII}]+\z/ms and not $args{'force'})
347 0 10 17 $is_text and not $encoded[0] =~ /\S/

or 2 conditions

line l !l condition
82 84 1 $implementation{lc $name} || 'Unstructured'
305 40 1 $charset || 'us-ascii'

or 3 conditions

line l !l&&r !l&&!r condition
94 13 0 106 not defined $body && length $body or ref $body