Coverage report: 22%

coverage.py v7.2.3, created at 2023-04-20 04:18 -0700

Module statements missing excluded branches partial coverage
python/lsst/__init__.py 2 0 0 0 0 100%
python/lsst/pipe/__init__.py 2 0 0 0 0 100%
python/lsst/pipe/tasks/__init__.py 1 0 0 0 0 100%
python/lsst/pipe/tasks/assembleCoadd.py 647 517 0 232 0 15%
python/lsst/pipe/tasks/associationUtils.py 43 32 0 6 0 22%
python/lsst/pipe/tasks/calexpCutout.py 51 34 0 10 0 28%
python/lsst/pipe/tasks/calibrate.py 283 204 0 114 0 20%
python/lsst/pipe/tasks/characterizeImage.py 181 114 0 42 0 30%
python/lsst/pipe/tasks/cli/__init__.py 0 0 0 0 0 100%
python/lsst/pipe/tasks/cli/cmd/__init__.py 1 0 0 0 0 100%
python/lsst/pipe/tasks/cli/cmd/commands.py 30 3 0 0 0 90%
python/lsst/pipe/tasks/cli/cmd/opt/__init__.py 1 0 0 0 0 100%
python/lsst/pipe/tasks/cli/cmd/opt/arguments.py 4 0 0 0 0 100%
python/lsst/pipe/tasks/coaddBase.py 52 21 0 10 1 52%
python/lsst/pipe/tasks/coaddInputRecorder.py 96 73 0 22 0 19%
python/lsst/pipe/tasks/colorterms.py 70 46 0 16 0 28%
python/lsst/pipe/tasks/computeExposureSummaryStats.py 198 162 0 44 0 15%
python/lsst/pipe/tasks/dcrAssembleCoadd.py 414 339 0 112 0 14%
python/lsst/pipe/tasks/diff_matched_tract_catalog.py 366 245 0 125 1 26%
python/lsst/pipe/tasks/drpAssociationPipe.py 67 40 0 12 0 34%
python/lsst/pipe/tasks/extended_psf.py 203 150 0 76 0 20%
python/lsst/pipe/tasks/fakes.py 19 4 0 2 0 81%
python/lsst/pipe/tasks/finalizeCharacterization.py 246 203 0 34 0 15%
python/lsst/pipe/tasks/functors.py 809 462 0 160 0 36%
python/lsst/pipe/tasks/healSparseMapping.py 393 309 0 144 0 16%
python/lsst/pipe/tasks/healSparseMappingProperties.py 218 125 0 86 0 39%
python/lsst/pipe/tasks/hips.py 599 487 0 248 0 13%
python/lsst/pipe/tasks/insertFakes.py 406 330 0 96 0 15%
python/lsst/pipe/tasks/interpImage.py 91 64 0 36 0 21%
python/lsst/pipe/tasks/isolatedStarAssociation.py 216 177 0 68 0 14%
python/lsst/pipe/tasks/loadReferenceCatalog.py 123 96 0 44 0 16%
python/lsst/pipe/tasks/makeDiscreteSkyMap.py 53 34 0 18 0 27%
python/lsst/pipe/tasks/makeWarp.py 280 216 0 142 0 15%
python/lsst/pipe/tasks/maskStreaks.py 264 202 0 48 0 21%
python/lsst/pipe/tasks/matchBackgrounds.py 274 233 0 86 1 12%
python/lsst/pipe/tasks/matchFakes.py 109 68 0 8 0 35%
python/lsst/pipe/tasks/measurePsf.py 129 103 0 40 0 15%
python/lsst/pipe/tasks/metrics.py 44 21 0 6 0 46%
python/lsst/pipe/tasks/parquetTable.py 134 98 0 76 0 19%
python/lsst/pipe/tasks/photoCal.py 258 219 0 98 0 11%
python/lsst/pipe/tasks/postprocess.py 651 435 0 168 0 26%
python/lsst/pipe/tasks/quickFrameMeasurement.py 228 181 0 42 0 17%
python/lsst/pipe/tasks/registerImage.py 80 57 0 26 0 29%
python/lsst/pipe/tasks/repair.py 91 68 0 26 0 20%
python/lsst/pipe/tasks/reserveIsolatedStars.py 23 10 0 2 0 52%
python/lsst/pipe/tasks/scaleZeroPoint.py 85 51 0 12 0 35%
python/lsst/pipe/tasks/script/__init__.py 3 0 0 0 0 100%
python/lsst/pipe/tasks/script/makeDiscreteSkyMap.py 29 23 0 10 0 15%
python/lsst/pipe/tasks/script/registerDcrSubfilters.py 43 29 0 18 0 23%
python/lsst/pipe/tasks/script/registerSkymap.py 26 14 0 8 0 35%
python/lsst/pipe/tasks/selectImages.py 209 138 0 92 0 24%
python/lsst/pipe/tasks/setPrimaryFlags.py 92 76 0 20 0 14%
python/lsst/pipe/tasks/simpleAssociation.py 83 62 0 20 0 20%
python/lsst/pipe/tasks/snapCombine.py 147 101 0 30 0 26%
python/lsst/pipe/tasks/version.py 6 0 0 0 0 100%
python/lsst/pipe/tasks/warpAndPsfMatch.py 38 23 0 10 0 31%
tests/assembleCoaddTestUtils.py 161 113 0 30 0 25%
tests/surveyPropertyMapsTestUtils.py 61 49 0 10 0 17%
tests/test_assembleCoadd.py 153 105 0 16 1 29%
tests/test_associationUtils.py 28 17 0 2 1 40%
tests/test_calexpCutout.py 116 90 0 24 1 19%
tests/test_calibrate.py 88 62 0 10 1 28%
tests/test_cliCmd.py 100 63 0 14 1 33%
tests/test_coaddInputs.py 131 92 0 20 1 26%
tests/test_colorterm.py 70 48 0 8 1 29%
tests/test_computeExposureSummaryStats.py 66 49 0 6 1 25%
tests/test_dcrAssembleCoadd.py 80 64 0 8 1 19%
tests/test_diff_matched_tract_catalog.py 75 56 0 18 1 22%
tests/test_drpAssociationPipe.py 44 28 0 4 1 35%
tests/test_extended_psf.py 87 69 0 26 1 17%
tests/test_finalizeCharacterization.py 88 69 0 22 1 18%
tests/test_functors.py 388 337 0 32 1 12%
tests/test_healSparseMapFormatter.py 40 27 0 2 1 33%
tests/test_hips.py 92 73 0 6 1 20%
tests/test_import.py 26 16 0 10 1 31%
tests/test_interpImageTask.py 96 75 0 20 1 19%
tests/test_isPrimaryFlag.py 157 114 0 16 1 25%
tests/test_isolatedStarAssociation.py 214 186 0 46 1 11%
tests/test_loadReferenceCatalog.py 136 106 0 2 1 22%
tests/test_makeDiscreteSkyMap.py 43 33 0 2 1 24%
tests/test_makeSurveyPropertyMaps.py 139 109 0 32 1 19%
tests/test_makeWarp.py 65 47 0 6 1 27%
tests/test_maskStreaks.py 80 67 0 4 1 17%
tests/test_matchBackgrounds.py 199 167 0 26 1 15%
tests/test_matchFakes.py 56 38 0 6 1 31%
tests/test_metrics.py 153 116 0 24 1 21%
tests/test_parquet.py 110 86 0 20 1 19%
tests/test_photoCal.py 118 90 0 16 1 22%
tests/test_psfCandidateSelection.py 38 23 0 8 1 35%
tests/test_quickFrameMeasurement.py 60 35 0 8 1 38%
tests/test_register.py 130 103 0 22 1 18%
tests/test_reserveIsolatedStars.py 30 18 0 2 1 41%
tests/test_scaleZeroPoint.py 42 31 0 6 1 25%
tests/test_simpleAssociation.py 94 75 0 18 1 18%
tests/test_skySources.py 42 25 0 4 1 39%
tests/test_snapCombine.py 109 92 0 14 1 15%
tests/test_transformObject.py 81 64 0 10 1 20%
tests/test_wcsSelectImages.py 58 31 0 6 1 44%
Total 13355 9857 0 3331 43 22%

No items found using the specified filter.