| blib/lib/GnuPG/Signature.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 8 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 55 | 0 | 0 | unless $self->$field eq $other->$field |
| 58 | 0 | 0 | unless defined $self->expiration_date == defined $other->expiration_date |
| 59 | 0 | 0 | if (defined $self->expiration_date) |
| 60 | 0 | 0 | unless $self->expiration_date == $other->expiration_date or $self->expiration_date_string eq $other->expiration_date_string |