blib/lib/Mail/Message/Field/Full.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 20 | 22 | 90.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
94 | 7 | 6 | 100 | defined $body && length $body |
259 | 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'}) | |
345 | 0 | 10 | 17 | $is_text and not $encoded[0] =~ /\S/ |
line | l | !l | condition |
---|---|---|---|
82 | 79 | 1 | $implementation{lc $name} || 'Unstructured' |
303 | 40 | 1 | $charset || 'us-ascii' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
94 | 13 | 0 | 100 | not defined $body && length $body or ref $body |