blib/lib/Email/Address.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 15 | 86.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
238 | 46 | 0 | 198 | defined $user and defined $host |
431 | 243 | 2 | 3 | length $comment and not $comment =~ /\A\(.*\)\z/u |
line | l | !l | condition |
---|---|---|---|
427 | 85 | 1 | $self->[1] // "" |
430 | 163 | 85 | $self->[2] // "" |
433 | 248 | 0 | $self->[1] // "" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
426 | 247 | 1 | 86 | length $self->[0] or length $self->[2] |