Coverage report: 94%

Files Functions Classes

coverage.py v7.15.2, created at 2026-07-16 15:13 -0700

      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% 31 0 0   50% 2 1   97%
python/lsst/meas/extensions/trailedSources/NaivePlugin.py SingleFrameNaiveTrailPlugin.measure   85% 82 12 0   50% 10 3   82%
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% 52 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% 6 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   100% 6 0 0   100% 0 0   100%
tests/test_trailedSources.py TrailedSourcesFailuresTestCase._setupPlugin   100% 11 0 0   100% 0 0   100%
tests/test_trailedSources.py TrailedSourcesFailuresTestCase.testShapeFlag   100% 5 0 0   100% 0 0   100%
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% 34 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)   96% 51 2 0   50% 2 1   94%
Total     95% 716 34 0   76% 72 11   94%

No items found using the specified filter.