| blib/lib/GnuPG/UserId.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 7 | 14 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 51 | 0 | 8 | unless $self->$field eq $other->$field |
| 54 | 0 | 4 | unless @{$self->signatures;} == @{$other->signatures;} |
| 55 | 0 | 4 | unless @{$self->revocations;} == @{$other->revocations;} |
| 59 | 4 | 0 | if (defined $deep and $deep) |
| 61 | 0 | 7 | unless $self->signatures->[$i]->compare($other->signatures->[$i], 1) |
| 65 | 0 | 0 | unless $self->revocations->[$i]->compare($other->revocations->[$i], 1) |
| 77 | 1 | 1 | if defined $v |