| lib/Mail/Make/Headers/Subject.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 8 | 37.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 129 | 0 | 1 | 8 | defined $str and $str =~ /=\?/ |
| 184 | 0 | 0 | 0 | $len > 0 and (ord substr($chunk, $len - 1, 1) & 192) == 128 |
| line | l | !l | condition |
|---|---|---|---|
| 72 | 9 | 0 | shift @_ // (return $self->error("No value to decode.")) |