blib/lib/Mail/Message/Field/Structured.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 14 | 85.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
81 | 8 | 70 | 80 | length $string and substr($string, 0, 1) ne ";" |
91 | 72 | 70 | 5 | $string =~ s/^\s*\;\s*// and length $found |
93 | 2 | 2 | 1 | $name and my $cont = $self->attribute($name) |
116 | 68 | 0 | 2 | $name and my $cont = $self->attribute($name) |
line | l | !l | condition |
---|---|---|---|
29 | 0 | 112 | $args->{'attributes'} || [] |