Branch Coverage

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 22 unless ref $c eq 'Math::BigInt'
22 1 21 unless ref $n eq 'Math::BigInt'
23 1 21 unless ref $x eq 'Math::BigInt'
24 1 21 unless ref $z eq 'Math::BigInt'
26 0 22 unless $n >= 2
94 633 728 if ($k & 1 << $l) { }
104 3957 4130 if ($k & 1 << $l) { }
113 0 1361 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'}