blib/lib/Math/Prime/Util/ECProjectivePoint.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 22 | 63.6 |
line | true | false | branch |
---|---|---|---|
12 | 0 | 2 | unless (defined $Math::BigInt::VERSION) |
21 | 0 | 46 | unless ref $c eq 'Math::BigInt' |
22 | 1 | 45 | unless ref $n eq 'Math::BigInt' |
23 | 1 | 45 | unless ref $x eq 'Math::BigInt' |
24 | 1 | 45 | unless ref $z eq 'Math::BigInt' |
26 | 0 | 46 | unless $n >= 2 |
94 | 1317 | 1540 | if ($k & 1 << $l) { } |
104 | 8313 | 8698 | if ($k & 1 << $l) { } |
113 | 0 | 2857 | if ($k & 1) { } |
126 | 0 | 0 | unless ref $other eq 'Math::Prime::Util::ECProjectivePoint' |
130 | 0 | 0 | unless $self->{'c'} == $other->{'c'} and $self->{'n'} == $other->{'n'} |