| 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 | 99 | defined $body && length $body | 
| 258 | 8 | 4 | 77 | lc $encoding eq 'q' and length $utf8 < 70 | 
| 12 | 2 | 63 | $utf8 =~ /\A[\p{IsASCII}]+\z/ms and not $args{'force'} | |
| 12 | 8 | 69 | lc $encoding eq 'q' and length $utf8 < 70 and ($utf8 =~ /\A[\p{IsASCII}]+\z/ms and not $args{'force'}) | |
| 344 | 0 | 10 | 16 | $is_text and not $encoded[0] =~ /\S/ | 
| line | l | !l | condition | 
|---|---|---|---|
| 82 | 79 | 1 | $implementation{lc $name} || 'Unstructured' | 
| 302 | 38 | 1 | $charset || 'us-ascii' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 94 | 13 | 0 | 99 | not defined $body && length $body or ref $body |