| blib/lib/Mail/Message/Field/Structured.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 14 | 85.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 78 | 8 | 65 | 75 | length $string and substr($string, 0, 1) ne ';' |
| 88 | 67 | 65 | 5 | $string =~ s/^\s*\;\s*// and length $found |
| 90 | 2 | 2 | 1 | $name and my $cont = $self->attribute($name) |
| 113 | 63 | 0 | 2 | $name and my $cont = $self->attribute($name) |
| line | l | !l | condition |
|---|---|---|---|
| 29 | 0 | 105 | $args->{'attributes'} || [] |