| lib/Mail/Make/Headers/Subject.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 20 | 26 | 76.9 |
| line | true | false | branch |
|---|---|---|---|
| 52 | 0 | 64 | unless $self->SUPER::init(@_) |
| 61 | 0 | 60 | unless defined $self->{'_raw'} |
| 62 | 0 | 60 | if defined $self->{'_encoded'} |
| 88 | 60 | 1 | if (@_) |
| 91 | 0 | 60 | unless (defined $text) |
| 107 | 15 | 1 | if (uc $enc eq 'B') { } |
| 120 | 0 | 16 | $@ ? : |
| 129 | 1 | 8 | unless defined $str and $str =~ /=\?/ |
| 149 | 43 | 17 | unless $text =~ /[^\x09\x20-\x7E]/ |
| 155 | 2 | 15 | unless utf8::is_utf8($text) |
| 172 | 15 | 16 | if $offset + $len > $total |
| 178 | 14 | 17 | if ($offset + $len < $total) |
| 181 | 0 | 14 | if (($next & 192) == 128) |