Coverage report: 97%

Files Functions Classes

coverage.py v7.14.3, created at 2026-06-23 08:20 +0000

      Statements   Branches   Total
File class   coverage statements missing excluded   coverage branches partial   coverage
python/lsst/__init__.py (no class)   100% 2 0 0   100% 0 0   100%
python/lsst/geom/_Angle.py AngleUnit   43% 7 4 0   50% 4 0   45%
python/lsst/geom/_Angle.py (no class)   100% 8 0 0   100% 0 0   100%
python/lsst/geom/_Box.py Box2I   0% 1 1 0   100% 0 0   0%
python/lsst/geom/_Box.py (no class)   100% 7 0 0   100% 0 0   100%
python/lsst/geom/_Interval.py IntervalI   100% 3 0 0   100% 0 0   100%
python/lsst/geom/_Interval.py (no class)   100% 9 0 0   100% 0 0   100%
python/lsst/geom/_SpherePoint.py SpherePoint   100% 8 0 0   100% 2 0   100%
python/lsst/geom/_SpherePoint.py (no class)   87% 15 2 0   50% 4 2   79%
python/lsst/geom/__init__.py (no class)   100% 8 0 0   100% 0 0   100%
python/lsst/geom/_coordinates.py CoordinateExpr   100% 0 0 0   100% 0 0   100%
python/lsst/geom/_coordinates.py Extent   100% 0 0 0   100% 0 0   100%
python/lsst/geom/_coordinates.py Point   100% 0 0 0   100% 0 0   100%
python/lsst/geom/_coordinates.py (no class)   100% 47 0 0   100% 2 0   100%
python/lsst/geom/testUtils.py (no class)   79% 63 13 0   83% 24 2   80%
python/lsst/geom/version.py (no class)   100% 5 0 0   100% 0 0   100%
tests/test_angle.py AngleTestCase   100% 149 0 0   100% 4 0   100%
tests/test_angle.py MemoryTester   100% 0 0 0   100% 0 0   100%
tests/test_angle.py (no class)   92% 25 2 0   50% 2 1   89%
tests/test_box.py Box2ITestCase   97% 187 6 0   89% 28 3   96%
tests/test_box.py Box2DTestCase   97% 173 6 0   85% 20 3   95%
tests/test_box.py SharedBoxTestCase   100% 20 0 0   100% 12 0   100%
tests/test_box.py MemoryTester   100% 0 0 0   100% 0 0   100%
tests/test_box.py (no class)   95% 39 2 0   50% 2 1   93%
tests/test_coordinates.py CoordinateTestCase   100% 51 0 0   100% 8 0   100%
tests/test_coordinates.py PointTestCase   100% 26 0 0   100% 0 0   100%
tests/test_coordinates.py ExtentTestCase   100% 42 0 0   100% 0 0   100%
tests/test_coordinates.py OperatorTestCase   98% 148 3 0   91% 34 3   97%
tests/test_coordinates.py MemoryTester   100% 0 0 0   100% 0 0   100%
tests/test_coordinates.py (no class)   94% 33 2 0   50% 2 1   91%
tests/test_interval.py IntervalTestData   100% 26 0 0   94% 18 1   98%
tests/test_interval.py IntervalTests   99% 150 2 0   100% 96 0   99%
tests/test_interval.py IntervalDTestCase   100% 29 0 0   100% 8 0   100%
tests/test_interval.py IntervalITestCase   100% 49 0 0   100% 4 0   100%
tests/test_interval.py MemoryTester   100% 0 0 0   100% 0 0   100%
tests/test_interval.py (no class)   97% 62 2 0   50% 2 1   95%
tests/test_pickles.py PickleBase   83% 6 1 0   100% 0 0   83%
tests/test_pickles.py AngleTestCase   100% 1 0 0   100% 0 0   100%
tests/test_pickles.py Point2DTestCase   100% 2 0 0   100% 0 0   100%
tests/test_pickles.py Point2ITestCase   100% 2 0 0   100% 0 0   100%
tests/test_pickles.py Point3DTestCase   100% 2 0 0   100% 0 0   100%
tests/test_pickles.py Point3ITestCase   100% 2 0 0   100% 0 0   100%
tests/test_pickles.py Extent2DTestCase   100% 2 0 0   100% 0 0   100%
tests/test_pickles.py Extent3DTestCase   100% 2 0 0   100% 0 0   100%
tests/test_pickles.py Extent2ITestCase   100% 2 0 0   100% 0 0   100%
tests/test_pickles.py Extent3ITestCase   100% 2 0 0   100% 0 0   100%
tests/test_pickles.py Box2DTestCase   100% 2 0 0   100% 0 0   100%
tests/test_pickles.py Box2ITestCase   100% 2 0 0   100% 0 0   100%
tests/test_pickles.py AffineTransformTestCase   100% 6 0 0   100% 0 0   100%
tests/test_pickles.py LinearTransformTestCase   100% 3 0 0   100% 0 0   100%
tests/test_pickles.py TestMemory   100% 0 0 0   100% 0 0   100%
tests/test_pickles.py (no class)   95% 44 2 0   50% 2 1   93%
tests/test_spherePoint.py SpherePointTestSuite   100% 449 0 0   100% 168 0   100%
tests/test_spherePoint.py MemoryTester   100% 0 0 0   100% 0 0   100%
tests/test_spherePoint.py (no class)   97% 62 2 0   50% 2 1   95%
tests/test_testUtils.py TestTestUtils   98% 88 2 0   100% 18 0   98%
tests/test_testUtils.py MemoryTester   100% 0 0 0   100% 0 0   100%
tests/test_testUtils.py (no class)   88% 17 2 0   50% 2 1   84%
tests/test_transforms.py TransformTests   100% 10 0 0   100% 4 0   100%
tests/test_transforms.py LinearTransformTestCase   100% 3 0 0   100% 0 0   100%
tests/test_transforms.py AffineTransformTestCase   100% 4 0 0   100% 0 0   100%
tests/test_transforms.py SphereTransformTestCase   100% 61 0 0   100% 0 0   100%
tests/test_transforms.py MemoryTester   100% 0 0 0   100% 0 0   100%
tests/test_transforms.py (no class)   92% 25 2 0   50% 2 1   89%
Total     97% 2191 56 0   95% 474 22   97%

No items found using the specified filter.