| blib/lib/Mail/Builder/Address.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 14 | 16 | 87.5 |
| line | true | false | branch |
|---|---|---|---|
| 142 | 13 | 14 | unless $self->has_name |
| 149 | 12 | 2 | unless $encoded =~ /=\?/ |
| 152 | 1 | 13 | if $self->has_comment |
| 176 | 0 | 29 | unless defined $compare |
| 179 | 17 | 12 | if (&blessed($compare)) { } |
| 180 | 0 | 17 | unless $compare->isa('Mail::Builder::Address') |
| 181 | 1 | 16 | uc $self->email eq uc $compare->email ? : |
| 183 | 2 | 10 | uc $compare eq uc $self->{'email'} ? : |