blib/lib/GnuPG/Revoker.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 5 | 10 | 50.0 |
line | true | false | branch |
---|---|---|---|
56 | 0 | 2 | unless $self->$field == $other->$field |
59 | 0 | 1 | unless $self->fingerprint->compare($other->fingerprint) |
63 | 1 | 0 | if (defined $deep and $deep) |
64 | 0 | 1 | unless @{$self->signatures;} == @{$other->signatures;} |
66 | 0 | 1 | unless $self->signatures->[$i]->compare($other->signatures->[$i], 1) |