blib/lib/Math/Prime/Util/ECProjectivePoint.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 6 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
130 | 0 | 0 | 0 | $self->{'c'} == $other->{'c'} and $self->{'n'} == $other->{'n'} |
180 | 0 | 0 | 0 | $self->{'x'}->is_zero && $self->{'z'}->is_one |