blib/lib/Math/Prime/Util/ECProjectivePoint.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 22 | 63.6 |
line | true | false | branch |
---|---|---|---|
12 | 0 | 1 | unless (defined $Math::BigInt::VERSION) |
21 | 0 | 9 | unless ref $c eq 'Math::BigInt' |
22 | 1 | 8 | unless ref $n eq 'Math::BigInt' |
23 | 1 | 8 | unless ref $x eq 'Math::BigInt' |
24 | 1 | 8 | unless ref $z eq 'Math::BigInt' |
26 | 0 | 9 | unless $n >= 2 |
94 | 10 | 18 | if ($k & 1 << $l) { } |
104 | 21 | 27 | if ($k & 1 << $l) { } |
113 | 0 | 28 | 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'} |