| lib/Mail/Make/Headers/ContentTransferEncoding.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 14 | 57.1 |
| line | true | false | branch |
|---|---|---|---|
| 51 | 0 | 53 | unless $self->SUPER::init(@_) |
| 52 | 53 | 0 | if (defined $encoding and length $encoding) |
| 54 | 1 | 52 | unless $self->encoding($encoding) |
| 70 | 53 | 0 | if (@_) |
| 73 | 1 | 52 | unless (exists $Mail::Make::Headers::ContentTransferEncoding::VALID_ENCODINGS{$enc}) |
| 86 | 0 | 52 | (+(shift())->{'_encoding'} // '') eq 'binary' ? : |
| 93 | 0 | 0 | $enc eq 'base64' || $enc eq 'quoted-printable' ? : |