• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

famoser / elliptic / 16577142134

28 Jul 2025 06:28PM UTC coverage: 94.369% (-1.2%) from 95.58%
16577142134

Pull #15

github

web-flow
Merge 1ae6c035b into d917b1701
Pull Request #15: Improve bernstein math

236 of 256 new or added lines in 31 files covered. (92.19%)

35 existing lines in 3 files now uncovered.

1324 of 1403 relevant lines covered (94.37%)

8.13 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/Math/Traits/InfinityPointMathTrait.php
1
<?php
2

3
namespace Famoser\Elliptic\Math\Traits;
4

5
use Famoser\Elliptic\Primitives\Point;
6

7
trait InfinityPointMathTrait
8
{
NEW
9
    public function isInfinity(Point $a): bool
×
10
    {
NEW
11
        return $this->math->isInfinity($a);
×
12
    }
13

NEW
14
    public function getInfinity(): Point
×
15
    {
NEW
16
        return $this->math->getInfinity();
×
17
    }
18
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc