| lib/Haineko/SMTPD/Relay/File.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 7 | 12 | 58.3 |
| line | true | false | branch |
|---|---|---|---|
| 35 | 1 | 0 | unless utf8::is_utf8($$methodargv{'body'}) |
| 45 | 1 | 4 | if $e eq 'Received' |
| 46 | 0 | 4 | if $e eq 'MIME-Version' |
| 48 | 0 | 4 | if (ref $$self{'head'}{$e} eq 'ARRAY') { } |
| 65 | 1 | 0 | if (exists $$self{'head'}{'Message-Id'}) { } |
| 97 | 0 | 1 | if utf8::is_utf8($mailstring) |