| blib/lib/Mail/Message/Field/Structured.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 16 | 87.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 85 | 18 | 75 | 105 | length $string and substr($string, 0, 1) ne ";" |
| 95 | 77 | 75 | 5 | $string =~ s/^\s*\;\s*// and length $found |
| 97 | 2 | 2 | 1 | $name and my $cont = $self->attribute($name) |
| 120 | 73 | 0 | 2 | $name and my $cont = $self->attribute($name) |
| line | l | !l | condition |
|---|---|---|---|
| 35 | 0 | 158 | $args->{'attributes'} || [] |
| 138 | 47 | 2 | $datum // "" |