Coverage report: 22%

Files Functions Classes

coverage.py v7.14.1, created at 2026-06-10 18:00 +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/meas/__init__.py (no class)   100% 2 0 0   100% 0 0   100%
python/lsst/meas/extensions/__init__.py (no class)   100% 2 0 0   100% 0 0   100%
python/lsst/meas/extensions/scarlet/__init__.py (no class)   100% 7 0 0   100% 0 0   100%
python/lsst/meas/extensions/scarlet/deconvolveExposureTask.py DeconvolveExposureConnections   0% 6 6 0   0% 4 0   0%
python/lsst/meas/extensions/scarlet/deconvolveExposureTask.py DeconvolveExposureConfig   100% 0 0 0   100% 0 0   100%
python/lsst/meas/extensions/scarlet/deconvolveExposureTask.py DeconvolveExposureTask   0% 74 74 0   0% 20 0   0%
python/lsst/meas/extensions/scarlet/deconvolveExposureTask.py (no class)   68% 57 18 0   0% 6 0   62%
python/lsst/meas/extensions/scarlet/footprint.py (no class)   26% 65 48 0   0% 18 0   20%
python/lsst/meas/extensions/scarlet/io/__init__.py (no class)   100% 5 0 0   100% 0 0   100%
python/lsst/meas/extensions/scarlet/io/model_data.py LsstScarletModelData   0% 12 12 0   0% 4 0   0%
python/lsst/meas/extensions/scarlet/io/model_data.py (no class)   67% 39 13 0   12% 8 1   57%
python/lsst/meas/extensions/scarlet/io/source_data.py IsolatedSourceData   0% 16 16 0   0% 2 0   0%
python/lsst/meas/extensions/scarlet/io/source_data.py (no class)   74% 38 10 0   100% 0 0   74%
python/lsst/meas/extensions/scarlet/io/utils.py ScarletModelFormatter   0% 8 8 0   0% 2 0   0%
python/lsst/meas/extensions/scarlet/io/utils.py ScarletModelDelegate   0% 10 10 0   0% 4 0   0%
python/lsst/meas/extensions/scarlet/io/utils.py (no class)   24% 247 188 0   1% 76 1   19%
python/lsst/meas/extensions/scarlet/metrics.py DeblenderMetrics   100% 0 0 0   100% 0 0   100%
python/lsst/meas/extensions/scarlet/metrics.py (no class)   39% 31 19 0   0% 2 0   36%
python/lsst/meas/extensions/scarlet/scarletDeblendTask.py DeblenderError   0% 5 5 0   100% 0 0   0%
python/lsst/meas/extensions/scarlet/scarletDeblendTask.py DeblenderSkippedError   0% 5 5 0   100% 0 0   0%
python/lsst/meas/extensions/scarlet/scarletDeblendTask.py ScarletDeblendContext   0% 12 12 0   0% 2 0   0%
python/lsst/meas/extensions/scarlet/scarletDeblendTask.py ScarletDeblendConfig   100% 0 0 0   100% 0 0   100%
python/lsst/meas/extensions/scarlet/scarletDeblendTask.py ScarletDeblendTask   0% 337 337 0   0% 108 0   0%
python/lsst/meas/extensions/scarlet/scarletDeblendTask.py (no class)   65% 162 57 0   0% 20 0   58%
python/lsst/meas/extensions/scarlet/source.py IsolatedSource   0% 31 31 0   0% 6 0   0%
python/lsst/meas/extensions/scarlet/source.py (no class)   100% 27 0 2   100% 0 0   100%
python/lsst/meas/extensions/scarlet/utils.py (no class)   12% 205 180 0   0% 80 0   9%
python/lsst/meas/extensions/scarlet/version.py (no class)   100% 5 0 0   100% 0 0   100%
tests/pipeline.py ImageBundle   0% 1 1 0   100% 0 0   0%
tests/pipeline.py DetectionBundle   100% 0 0 0   100% 0 0   100%
tests/pipeline.py DeconvolveBundle   0% 1 1 0   100% 0 0   0%
tests/pipeline.py DeblendBundle   0% 2 2 0   100% 0 0   0%
tests/pipeline.py (no class)   57% 134 58 0   0% 14 0   51%
tests/scenes.py Scene   100% 0 0 0   100% 0 0   100%
tests/scenes.py (no class)   100% 19 0 0   100% 0 0   100%
tests/test_box_conversions.py TestBoxConversions   0% 44 44 0   0% 4 0   0%
tests/test_box_conversions.py MemoryTester   100% 0 0 0   100% 0 0   100%
tests/test_box_conversions.py (no class)   83% 18 3 0   50% 2 1   80%
tests/test_deblend_task.py TestDeblendTask   0% 292 292 0   0% 40 0   0%
tests/test_deblend_task.py MemoryTester   100% 0 0 0   100% 0 0   100%
tests/test_deblend_task.py (no class)   94% 53 3 0   50% 2 1   93%
tests/test_deconvolve_task.py TestDeconvolveTask   0% 114 114 0   0% 22 0   0%
tests/test_deconvolve_task.py MemoryTester   100% 0 0 0   100% 0 0   100%
tests/test_deconvolve_task.py (no class)   90% 29 3 0   50% 2 1   87%
tests/test_footprint_conversions.py TestFootprintConversions   0% 56 56 0   0% 8 0   0%
tests/test_footprint_conversions.py TestScarletModelToHeavy   0% 19 19 0   100% 0 0   0%
tests/test_footprint_conversions.py MemoryTester   100% 0 0 0   100% 0 0   100%
tests/test_footprint_conversions.py (no class)   68% 38 12 0   25% 4 1   64%
tests/test_io_model_data.py TestModelDataMigrations   0% 19 19 0   100% 0 0   0%
tests/test_io_model_data.py TestScarletLiteSchemaCheck   0% 23 23 0   100% 0 0   0%
tests/test_io_model_data.py MemoryTester   100% 0 0 0   100% 0 0   100%
tests/test_io_model_data.py (no class)   89% 28 3 0   50% 2 1   87%
tests/test_io_persistence.py TestIoPersistence   0% 136 136 0   0% 14 0   0%
tests/test_io_persistence.py MemoryTester   100% 0 0 0   100% 0 0   100%
tests/test_io_persistence.py (no class)   91% 34 3 0   50% 2 1   89%
tests/test_io_source_data.py TestIsolatedSourceData   0% 27 27 0   0% 2 0   0%
tests/test_io_source_data.py MemoryTester   100% 0 0 0   100% 0 0   100%
tests/test_io_source_data.py (no class)   82% 17 3 0   50% 2 1   79%
tests/test_io_utils.py TestUpdateCatalogFootprints   0% 11 11 0   100% 0 0   0%
tests/test_io_utils.py TestScarletModelToLsstScarletModel   0% 6 6 0   100% 0 0   0%
tests/test_io_utils.py TestScarletModelDelegate   0% 26 26 0   100% 0 0   0%
tests/test_io_utils.py TestMonochromaticDataToScarletDeprecation   0% 28 28 0   100% 0 0   0%
tests/test_io_utils.py TestLoadBlend   0% 30 30 0   0% 6 0   0%
tests/test_io_utils.py MemoryTester   100% 0 0 0   100% 0 0   100%
tests/test_io_utils.py (no class)   94% 51 3 0   50% 2 1   92%
tests/test_metrics.py TestSetDeblenderMetrics   0% 41 41 0   0% 4 0   0%
tests/test_metrics.py MemoryTester   100% 0 0 0   100% 0 0   100%
tests/test_metrics.py (no class)   56% 32 14 0   25% 4 1   53%
tests/test_source.py ScarletTestCase   0% 96 96 0   100% 0 0   0%
tests/test_source.py MemoryTester   100% 0 0 0   100% 0 0   100%
tests/test_source.py (no class)   89% 27 3 0   50% 2 1   86%
tests/test_utils.py BadPsf   0% 6 6 0   0% 2 0   0%
tests/test_utils.py MultiPointBadPsf   0% 6 6 0   0% 2 0   0%
tests/test_utils.py TestUtils   0% 158 158 0   0% 14 0   0%
tests/test_utils.py TestNonzeroBandSupport   0% 16 16 0   100% 0 0   0%
tests/test_utils.py TestMultibandConvolve   0% 18 18 0   0% 2 0   0%
tests/test_utils.py MemoryTester   100% 0 0 0   100% 0 0   100%
tests/test_utils.py (no class)   95% 55 3 0   50% 2 1   93%
tests/utils.py DeblenderTestModel   0% 5 5 0   0% 2 0   0%
tests/utils.py SersicModel   100% 8 0 0   100% 0 0   100%
tests/utils.py PsfModel   100% 8 0 0   100% 0 0   100%
tests/utils.py (no class)   52% 31 15 0   0% 8 0   41%
Total     26% 3173 2356 2   2% 532 13   22%

No items found using the specified filter.