Coverage report: 15%

Files Functions Classes

coverage.py v7.5.0, created at 2024-05-02 03:18 -0700

File function statements missing excluded branches partial coverage
python/lsst/__init__.py (no function) 2 0 0 0 0 100%
python/lsst/geom/_Angle.py AngleUnit.__mul__ 3 3 0 2 0 0%
python/lsst/geom/_Angle.py AngleUnit.__rmul__ 3 1 0 2 1 60%
python/lsst/geom/_Angle.py AngleUnit.__reduce__ 1 1 0 0 0 0%
python/lsst/geom/_Angle.py (no function) 8 0 0 2 0 100%
python/lsst/geom/_Box.py Box2I.grid 1 1 0 0 0 0%
python/lsst/geom/_Box.py (no function) 7 0 0 2 0 100%
python/lsst/geom/_Interval.py IntervalI.range 1 1 0 0 0 0%
python/lsst/geom/_Interval.py IntervalI.arange 1 1 0 0 0 0%
python/lsst/geom/_Interval.py IntervalI.slice 1 1 0 0 0 0%
python/lsst/geom/_Interval.py (no function) 9 0 0 2 0 100%
python/lsst/geom/_SpherePoint.py _pickExactlyOne 5 5 0 4 0 0%
python/lsst/geom/_SpherePoint.py SpherePoint.__iter__ 2 2 0 2 0 0%
python/lsst/geom/_SpherePoint.py SpherePoint.__repr__ 2 2 0 2 0 0%
python/lsst/geom/_SpherePoint.py SpherePoint.toUnitXYZ 4 4 0 0 0 0%
python/lsst/geom/_SpherePoint.py (no function) 10 0 0 4 0 100%
python/lsst/geom/__init__.py (no function) 8 0 0 0 0 100%
python/lsst/geom/_coordinates.py _coordinateStr 1 1 0 2 0 0%
python/lsst/geom/_coordinates.py _coordinateRepr 1 1 0 2 0 0%
python/lsst/geom/_coordinates.py _coordinateReduce 1 1 0 0 0 0%
python/lsst/geom/_coordinates.py _coordinateIter 2 2 0 2 0 0%
python/lsst/geom/_coordinates.py (no function) 42 0 0 0 0 100%
python/lsst/geom/testUtils.py extraMsg 3 3 0 2 0 0%
python/lsst/geom/testUtils.py assertAnglesAlmostEqual 13 13 0 10 0 0%
python/lsst/geom/testUtils.py assertPairsAlmostEqual 8 8 0 8 0 0%
python/lsst/geom/testUtils.py assertPairListsAlmostEqual 11 11 0 8 0 0%
python/lsst/geom/testUtils.py assertSpherePointsAlmostEqual 2 2 0 2 0 0%
python/lsst/geom/testUtils.py assertSpherePointListsAlmostEqual 6 6 0 4 0 0%
python/lsst/geom/testUtils.py assertBoxesAlmostEqual 2 2 0 0 0 0%
python/lsst/geom/testUtils.py (no function) 19 0 0 12 0 100%
python/lsst/geom/version.py (no function) 5 0 0 0 0 100%
tests/test_angle.py AngleTestCase.setUp 2 2 0 0 0 0%
tests/test_angle.py AngleTestCase.testCtor 11 11 0 0 0 0%
tests/test_angle.py AngleTestCase.testArithmetic 23 23 0 10 0 0%
tests/test_angle.py AngleTestCase.testAbs 1 1 0 0 0 0%
tests/test_angle.py AngleTestCase.testPi 1 1 0 0 0 0%
tests/test_angle.py AngleTestCase.testComparison 17 17 0 0 0 0%
tests/test_angle.py AngleTestCase.testTrig 4 4 0 0 0 0%
tests/test_angle.py AngleTestCase.testSeparation 14 14 0 0 0 0%
tests/test_angle.py AngleTestCase.checkWrappedAngle 5 5 0 0 0 0%
tests/test_angle.py AngleTestCase.testWrap 66 66 0 4 0 0%
tests/test_angle.py AngleTestCase.test_repr 5 5 0 0 0 0%
tests/test_angle.py setup_module 1 1 0 0 0 0%
tests/test_angle.py (no function) 25 2 0 2 1 89%
tests/test_box.py Box2ITestCase.setUp 1 1 0 0 0 0%
tests/test_box.py Box2ITestCase.testEmpty 13 13 0 4 0 0%
tests/test_box.py Box2ITestCase.testConstruction 36 36 0 10 0 0%
tests/test_box.py Box2ITestCase.testOverflowDetection 5 5 0 0 0 0%
tests/test_box.py Box2ITestCase.test_Box2I_repr 3 3 0 0 0 0%
tests/test_box.py Box2ITestCase.test_Box2D_repr 4 4 0 0 0 0%
tests/test_box.py Box2ITestCase.testPointExtent 6 6 0 0 0 0%
tests/test_box.py Box2ITestCase.testSwap 13 13 0 0 0 0%
tests/test_box.py Box2ITestCase.testConversion 24 24 0 10 0 0%
tests/test_box.py Box2ITestCase.testAccessors 35 35 0 6 0 0%
tests/test_box.py Box2ITestCase.testRelations 30 30 0 8 0 0%
tests/test_box.py Box2ITestCase.testMutators 17 17 0 0 0 0%
tests/test_box.py Box2DTestCase.setUp 1 1 0 0 0 0%
tests/test_box.py Box2DTestCase.testEmpty 13 13 0 4 0 0%
tests/test_box.py Box2DTestCase.testConstruction 36 36 0 8 0 0%
tests/test_box.py Box2DTestCase.testSwap 13 13 0 0 0 0%
tests/test_box.py Box2DTestCase.testAccessors 29 29 0 4 0 0%
tests/test_box.py Box2DTestCase.testRelations 31 31 0 8 0 0%
tests/test_box.py Box2DTestCase.testMutators 18 18 0 0 0 0%
tests/test_box.py Box2DTestCase.testFlipI 16 16 0 0 0 0%
tests/test_box.py Box2DTestCase.testFlipD 16 16 0 0 0 0%
tests/test_box.py SharedBoxTestCase.setUp 1 1 0 0 0 0%
tests/test_box.py SharedBoxTestCase.testMakeCenteredBox 8 8 0 8 0 0%
tests/test_box.py SharedBoxTestCase._checkBoxConstruction 11 11 0 8 0 0%
tests/test_box.py setup_module 1 1 0 0 0 0%
tests/test_box.py (no function) 38 2 0 2 1 92%
tests/test_coordinates.py CoordinateTestCase.testAccessors 11 11 0 4 0 0%
tests/test_coordinates.py CoordinateTestCase.testComparison 35 35 0 26 0 0%
tests/test_coordinates.py CoordinateTestCase.test_repr 5 5 0 2 0 0%
tests/test_coordinates.py PointTestCase.setUp 2 2 0 2 0 0%
tests/test_coordinates.py PointTestCase.testConstructors 24 24 0 4 0 0%
tests/test_coordinates.py ExtentTestCase.setUp 2 2 0 2 0 0%
tests/test_coordinates.py ExtentTestCase.testRounding 4 4 0 0 0 0%
tests/test_coordinates.py ExtentTestCase.testConstructors 36 36 0 0 0 0%
tests/test_coordinates.py OperatorTestCase.makeRandom 12 12 0 10 0 0%
tests/test_coordinates.py OperatorTestCase.checkOperator 13 13 0 10 0 0%
tests/test_coordinates.py OperatorTestCase.testPointAsExtent 6 6 0 4 0 0%
tests/test_coordinates.py OperatorTestCase.testExtentAsPoint 6 6 0 4 0 0%
tests/test_coordinates.py OperatorTestCase.testUnaryOperators 9 9 0 4 0 0%
tests/test_coordinates.py OperatorTestCase.testBinaryOperators 53 53 0 2 0 0%
tests/test_coordinates.py OperatorTestCase.testInPlaceOperators 49 49 0 2 0 0%
tests/test_coordinates.py setup_module 1 1 0 0 0 0%
tests/test_coordinates.py (no function) 33 2 0 4 1 92%
tests/test_interval.py IntervalTestData.__init__ 20 20 0 16 0 0%
tests/test_interval.py IntervalTestData.subset 3 3 0 4 0 0%
tests/test_interval.py IntervalTestData.nonempty 1 1 0 0 0 0%
tests/test_interval.py IntervalTestData.finite 1 1 0 0 0 0%
tests/test_interval.py IntervalTestData.all 1 1 0 0 0 0%
tests/test_interval.py IntervalTests.assertAllTrue 2 2 0 0 0 0%
tests/test_interval.py IntervalTests.assertAllFalse 2 2 0 0 0 0%
tests/test_interval.py IntervalTests.testEmpty 5 5 0 6 0 0%
tests/test_interval.py IntervalTests.testConstructors 12 12 0 12 0 0%
tests/test_interval.py IntervalTests.testFromSpannedPoints 10 10 0 6 0 0%
tests/test_interval.py IntervalTests.testContains 22 22 0 28 0 0%
tests/test_interval.py IntervalTests.testOverlaps 11 11 0 16 0 0%
tests/test_interval.py IntervalTests.testEquality 6 6 0 6 0 0%
tests/test_interval.py IntervalTests.testClippedTo 9 9 0 6 0 0%
tests/test_interval.py IntervalTests.testShiftedBy 16 16 0 20 0 0%
tests/test_interval.py IntervalTests.testExpandedTo 16 16 0 16 0 0%
tests/test_interval.py IntervalTests.testDilatedBy 16 16 0 22 0 0%
tests/test_interval.py IntervalTests.testErodedBy 8 8 0 12 0 0%
tests/test_interval.py IntervalTests.testReflectedAbout 15 15 0 20 0 0%
tests/test_interval.py IntervalDTestCase.setUp 4 4 0 0 0 0%
tests/test_interval.py IntervalDTestCase.checkEmptyIntervalInvariants 4 4 0 0 0 0%
tests/test_interval.py IntervalDTestCase.testBadConstruction 8 8 0 8 0 0%
tests/test_interval.py IntervalDTestCase.testCenter 4 4 0 4 0 0%
tests/test_interval.py IntervalDTestCase.testInfinite 9 9 0 8 0 0%
tests/test_interval.py IntervalITestCase.setUp 3 3 0 0 0 0%
tests/test_interval.py IntervalITestCase.checkEmptyIntervalInvariants 3 3 0 0 0 0%
tests/test_interval.py IntervalITestCase.testExtensions 6 6 0 0 0 0%
tests/test_interval.py IntervalITestCase.testConversions 7 7 0 6 0 0%
tests/test_interval.py IntervalITestCase.testOverflow 30 30 0 24 0 0%
tests/test_interval.py setup_module 1 1 0 0 0 0%
tests/test_interval.py (no function) 61 2 0 10 1 96%
tests/test_pickles.py PickleBase.setUp 1 1 0 0 0 0%
tests/test_pickles.py PickleBase.tearDown 1 1 0 0 0 0%
tests/test_pickles.py PickleBase.assertPickled 1 1 0 0 0 0%
tests/test_pickles.py PickleBase.testPickle 3 3 0 0 0 0%
tests/test_pickles.py AngleTestCase.setUp 1 1 0 0 0 0%
tests/test_pickles.py Point2DTestCase.setUp 2 2 0 0 0 0%
tests/test_pickles.py Point2ITestCase.setUp 2 2 0 0 0 0%
tests/test_pickles.py Point3DTestCase.setUp 2 2 0 0 0 0%
tests/test_pickles.py Point3ITestCase.setUp 2 2 0 0 0 0%
tests/test_pickles.py Extent2DTestCase.setUp 2 2 0 0 0 0%
tests/test_pickles.py Extent3DTestCase.setUp 2 2 0 0 0 0%
tests/test_pickles.py Extent2ITestCase.setUp 2 2 0 0 0 0%
tests/test_pickles.py Extent3ITestCase.setUp 2 2 0 0 0 0%
tests/test_pickles.py Box2DTestCase.setUp 2 2 0 0 0 0%
tests/test_pickles.py Box2ITestCase.setUp 2 2 0 0 0 0%
tests/test_pickles.py AffineTransformTestCase.setUp 5 5 0 0 0 0%
tests/test_pickles.py AffineTransformTestCase.assertPickled 1 1 0 0 0 0%
tests/test_pickles.py LinearTransformTestCase.setUp 2 2 0 0 0 0%
tests/test_pickles.py LinearTransformTestCase.assertPickled 1 1 0 0 0 0%
tests/test_pickles.py setup_module 1 1 0 0 0 0%
tests/test_pickles.py (no function) 44 2 0 2 1 93%
tests/test_spherePoint.py SpherePointTestSuite.setUp 2 2 0 0 0 0%
tests/test_spherePoint.py SpherePointTestSuite.pointSet 3 3 0 4 0 0%
tests/test_spherePoint.py SpherePointTestSuite.positions 7 7 0 0 0 0%
tests/test_spherePoint.py SpherePointTestSuite.testLonLatConstructorErrors 23 23 0 18 0 0%
tests/test_spherePoint.py SpherePointTestSuite.testVector3dConstructor 21 21 0 6 0 0%
tests/test_spherePoint.py SpherePointTestSuite.testDefaultConstructor 4 4 0 0 0 0%
tests/test_spherePoint.py SpherePointTestSuite.testCopyConstructor 3 3 0 0 0 0%
tests/test_spherePoint.py SpherePointTestSuite.testInitNArgFail 8 8 0 8 0 0%
tests/test_spherePoint.py SpherePointTestSuite.testGetLongitudeValue 12 12 0 8 0 0%
tests/test_spherePoint.py SpherePointTestSuite.testGetPosition 5 5 0 6 0 0%
tests/test_spherePoint.py SpherePointTestSuite.testTicket1394 2 2 0 0 0 0%
tests/test_spherePoint.py SpherePointTestSuite.testGetLatitudeValue 8 8 0 6 0 0%
tests/test_spherePoint.py SpherePointTestSuite.testGetVectorValue 26 26 0 14 0 0%
tests/test_spherePoint.py SpherePointTestSuite.testToUnitXZY 11 11 0 6 0 0%
tests/test_spherePoint.py SpherePointTestSuite.testTicket1761 8 8 0 0 0 0%
tests/test_spherePoint.py SpherePointTestSuite.testAtPoleValue 8 8 0 8 0 0%
tests/test_spherePoint.py SpherePointTestSuite.testIsFiniteValue 8 8 0 4 0 0%
tests/test_spherePoint.py SpherePointTestSuite.testGetItemError 5 5 0 4 0 0%
tests/test_spherePoint.py SpherePointTestSuite.testGetItemValue 15 15 0 6 0 0%
tests/test_spherePoint.py SpherePointTestSuite.testEquality 28 28 0 11 0 0%
tests/test_spherePoint.py SpherePointTestSuite.checkTransitive 7 7 0 2 0 0%
tests/test_spherePoint.py SpherePointTestSuite.testBearingToValueOnEquator 16 16 0 8 0 0%
tests/test_spherePoint.py SpherePointTestSuite.testBearingToValueSameLongitude 13 13 0 12 0 0%
tests/test_spherePoint.py SpherePointTestSuite.testBearingToFromPole 12 12 0 10 0 0%
tests/test_spherePoint.py SpherePointTestSuite.testBearingToValueSingular 5 5 0 0 0 0%
tests/test_spherePoint.py SpherePointTestSuite.testSeparationValueGeneric 18 18 0 8 0 0%
tests/test_spherePoint.py SpherePointTestSuite.testSeparationValueAbsolute 6 6 0 0 0 0%
tests/test_spherePoint.py SpherePointTestSuite.testSeparationPoles 8 8 0 0 0 0%
tests/test_spherePoint.py SpherePointTestSuite.toVector 8 8 0 2 0 0%
tests/test_spherePoint.py SpherePointTestSuite.testRotatedValue 50 50 0 14 0 0%
tests/test_spherePoint.py SpherePointTestSuite.testRotatedAlias 9 9 0 2 0 0%
tests/test_spherePoint.py SpherePointTestSuite.testOffsetValue 39 39 0 14 0 0%
tests/test_spherePoint.py SpherePointTestSuite.testOffsetTangentPlane 10 10 0 6 0 0%
tests/test_spherePoint.py SpherePointTestSuite.testIterResult 11 11 0 6 0 0%
tests/test_spherePoint.py SpherePointTestSuite.testStrValue 10 10 0 6 0 0%
tests/test_spherePoint.py SpherePointTestSuite.testReprValue 7 7 0 2 0 0%
tests/test_spherePoint.py SpherePointTestSuite.testAverageSpherePoint 4 4 0 4 0 0%
tests/test_spherePoint.py SpherePointTestSuite.testAverageSpherePoint.checkCircle 7 7 0 2 0 0%
tests/test_spherePoint.py SpherePointTestSuite.nextUp 1 1 0 0 0 0%
tests/test_spherePoint.py SpherePointTestSuite.nextDown 1 1 0 0 0 0%
tests/test_spherePoint.py setup_module 1 1 0 0 0 0%
tests/test_spherePoint.py (no function) 62 2 0 8 1 96%
tests/test_testUtils.py TestTestUtils.testAssertAnglesAlmostEqual 24 24 0 18 0 0%
tests/test_testUtils.py TestTestUtils.testAssertBoxesAlmostEqual 21 21 0 12 0 0%
tests/test_testUtils.py TestTestUtils.testAssertSpherePointsAlmostEqual 21 21 0 10 0 0%
tests/test_testUtils.py TestTestUtils.testAssertSpherePointListsAlmostEqual 13 13 0 6 0 0%
tests/test_testUtils.py TestTestUtils.testAssertPairsAlmostEqual 9 9 0 8 0 0%
tests/test_testUtils.py setup_module 1 1 0 0 0 0%
tests/test_testUtils.py (no function) 16 2 0 2 1 83%
tests/test_transforms.py TransformTests.testVectorization 10 10 0 4 0 0%
tests/test_transforms.py LinearTransformTestCase.setUp 3 3 0 0 0 0%
tests/test_transforms.py AffineTransformTestCase.setUp 4 4 0 0 0 0%
tests/test_transforms.py setup_module 1 1 0 0 0 0%
tests/test_transforms.py (no function) 16 2 0 2 1 83%
Total   2127 1736 0 779 9 15%

No items found using the specified filter.