Coverage report: 88%

Files Functions Classes

coverage.py v7.14.1, created at 2026-06-15 03:22 +0000

      Statements   Branches   Total
File function   coverage statements missing excluded   coverage branches partial   coverage
python/lsst/__init__.py (no function)   100% 2 0 0   100% 0 0   100%
python/lsst/meas/__init__.py (no function)   100% 2 0 0   100% 0 0   100%
python/lsst/meas/extensions/__init__.py (no function)   100% 2 0 0   100% 0 0   100%
python/lsst/meas/extensions/trailedSources/NaivePlugin.py SingleFrameNaiveTrailPlugin.getExecutionOrder   100% 1 0 0   100% 0 0   100%
python/lsst/meas/extensions/trailedSources/NaivePlugin.py SingleFrameNaiveTrailPlugin.__init__   100% 33 0 0   50% 2 1   97%
python/lsst/meas/extensions/trailedSources/NaivePlugin.py SingleFrameNaiveTrailPlugin.measure   82% 98 18 0   50% 14 5   78%
python/lsst/meas/extensions/trailedSources/NaivePlugin.py SingleFrameNaiveTrailPlugin.check_trail   96% 23 1 0   83% 18 3   90%
python/lsst/meas/extensions/trailedSources/NaivePlugin.py SingleFrameNaiveTrailPlugin.fail   0% 3 3 0   0% 2 0   0%
python/lsst/meas/extensions/trailedSources/NaivePlugin.py SingleFrameNaiveTrailPlugin._computeSecondMomentDiff   100% 2 0 0   100% 0 0   100%
python/lsst/meas/extensions/trailedSources/NaivePlugin.py SingleFrameNaiveTrailPlugin.findLength   100% 6 0 0   100% 0 0   100%
python/lsst/meas/extensions/trailedSources/NaivePlugin.py SingleFrameNaiveTrailPlugin._gradFindLength   100% 16 0 0   100% 0 0   100%
python/lsst/meas/extensions/trailedSources/NaivePlugin.py SingleFrameNaiveTrailPlugin.computeLength   0% 5 5 0   100% 0 0   0%
python/lsst/meas/extensions/trailedSources/NaivePlugin.py SingleFrameNaiveTrailPlugin.computeRaDec   100% 5 0 0   100% 0 0   100%
python/lsst/meas/extensions/trailedSources/NaivePlugin.py (no function)   100% 34 0 0   100% 0 0   100%
python/lsst/meas/extensions/trailedSources/VeresPlugin.py SingleFrameVeresTrailPlugin.getExecutionOrder   100% 1 0 0   100% 0 0   100%
python/lsst/meas/extensions/trailedSources/VeresPlugin.py SingleFrameVeresTrailPlugin.__init__   100% 17 0 0   100% 0 0   100%
python/lsst/meas/extensions/trailedSources/VeresPlugin.py SingleFrameVeresTrailPlugin.measure   82% 33 6 0   50% 4 2   78%
python/lsst/meas/extensions/trailedSources/VeresPlugin.py SingleFrameVeresTrailPlugin.fail   0% 3 3 0   0% 2 0   0%
python/lsst/meas/extensions/trailedSources/VeresPlugin.py (no function)   100% 20 0 0   100% 0 0   100%
python/lsst/meas/extensions/trailedSources/__init__.py (no function)   100% 4 0 0   100% 0 0   100%
python/lsst/meas/extensions/trailedSources/utils.py getMeasurementCutout   100% 4 0 0   100% 0 0   100%
python/lsst/meas/extensions/trailedSources/utils.py (no function)   100% 2 0 0   100% 0 0   100%
python/lsst/meas/extensions/trailedSources/version.py (no function)   100% 5 0 0   100% 0 0   100%
tests/test_trailedEdgeSources.py TrailedEdgeSource.__init__   100% 8 0 0   100% 0 0   100%
tests/test_trailedEdgeSources.py TrailedTaskSetup.makeTrailedSourceMeasurementTask   100% 3 0 0   100% 0 0   100%
tests/test_trailedEdgeSources.py TrailedTestDataset.__init__   100% 1 0 0   100% 0 0   100%
tests/test_trailedEdgeSources.py TrailedTestDataset.addTrailedSource   100% 30 0 0   100% 8 0   100%
tests/test_trailedEdgeSources.py TrailedEdgeSourcesTestCase.setUp   100% 5 0 0   100% 0 0   100%
tests/test_trailedEdgeSources.py TrailedEdgeSourcesTestCase.testEdgeFlag   100% 56 0 0   100% 6 0   100%
tests/test_trailedEdgeSources.py TrailedEdgeSourcesTestCase.testNanFlag   100% 29 0 0   100% 6 0   100%
tests/test_trailedEdgeSources.py TrailedEdgeSourcesTestCase.testNanFlag.check_trail_mock   100% 9 0 0   100% 0 0   100%
tests/test_trailedEdgeSources.py TrailedEdgeSourcesOffImageTest.setUp   100% 5 0 0   100% 0 0   100%
tests/test_trailedEdgeSources.py TrailedEdgeSourcesOffImageTest.tearDown   100% 4 0 0   100% 0 0   100%
tests/test_trailedEdgeSources.py TrailedEdgeSourcesOffImageTest.testOffImageEdgeFlag   100% 7 0 0   100% 0 0   100%
tests/test_trailedEdgeSources.py setup_module   100% 1 0 0   100% 0 0   100%
tests/test_trailedEdgeSources.py (no function)   94% 35 2 0   50% 2 1   92%
tests/test_trailedSources.py TrailedSource.__init__   100% 8 0 0   100% 0 0   100%
tests/test_trailedSources.py TrailedTestDataset.__init__   100% 1 0 0   100% 0 0   100%
tests/test_trailedSources.py TrailedTestDataset.addTrailedSource   100% 21 0 0   100% 2 0   100%
tests/test_trailedSources.py TrailedSourcesFailuresTestCase.setUp   0% 6 6 0   100% 0 0   0%
tests/test_trailedSources.py TrailedSourcesFailuresTestCase._setupPlugin   0% 12 12 0   100% 0 0   0%
tests/test_trailedSources.py TrailedSourcesFailuresTestCase.testShapeFlag   0% 7 7 0   100% 0 0   0%
tests/test_trailedSources.py TrailedSourcesFailuresTestCase.testHsmShapeFallback   0% 9 9 0   100% 0 0   0%
tests/test_trailedSources.py TrailedSourcesFailuresTestCase.testBothShapesFail   0% 7 7 0   100% 0 0   0%
tests/test_trailedSources.py TrailedSourcesTestCase.setUp   100% 5 0 0   100% 0 0   100%
tests/test_trailedSources.py TrailedSourcesTestCase.transformMoments   100% 7 0 0   100% 0 0   100%
tests/test_trailedSources.py TrailedSourcesTestCase.f_length   100% 1 0 0   100% 0 0   100%
tests/test_trailedSources.py TrailedSourcesTestCase.g_length   100% 1 0 0   100% 0 0   100%
tests/test_trailedSources.py TrailedSourcesTestCase.f_flux   100% 1 0 0   100% 0 0   100%
tests/test_trailedSources.py TrailedSourcesTestCase.g_flux   100% 1 0 0   100% 0 0   100%
tests/test_trailedSources.py TrailedSourcesTestCase.central_difference   100% 10 0 0   100% 2 0   100%
tests/test_trailedSources.py TrailedSourcesTestCase.makeTrailedSourceMeasurementTask   100% 3 0 0   100% 0 0   100%
tests/test_trailedSources.py TrailedSourcesTestCase.testNaivePlugin   100% 35 0 0   100% 0 0   100%
tests/test_trailedSources.py TrailedSourcesTestCase.testVeresPlugin   100% 26 0 0   100% 0 0   100%
tests/test_trailedSources.py TrailedSourcesTestCase.testMonteCarlo   100% 32 0 0   100% 6 0   100%
tests/test_trailedSources.py setup_module   100% 1 0 0   100% 0 0   100%
tests/test_trailedSources.py (no function)   95% 59 3 0   50% 2 1   93%
Total     89% 767 82 0   75% 76 13   88%

No items found using the specified filter.