| blib/lib/Email/Address.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 16 | 18 | 88.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 238 | 46 | 0 | 198 | defined $user and defined $host |
| 426 | 86 | 1 | 247 | defined $self->[0] and length $self->[0] |
| 15 | 71 | 1 | defined $self->[2] and length $self->[2] | |
| 435 | 243 | 2 | 3 | length $comment and not $comment =~ /\A\(.*\)\z/ |
| 453 | 1 | 0 | 247 | defined $phrase and length $phrase |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 426 | 247 | 1 | 86 | defined $self->[0] and length $self->[0] or defined $self->[2] and length $self->[2] |