Coverage report: 26%

coverage.py v6.5.0, created at 2023-02-24 10:23 +0000

Module statements missing excluded branches partial coverage
python/lsst/analysis/tools/__init__.py 4 0 0 0 0 100%
python/lsst/analysis/tools/actions/__init__.py 0 0 0 0 0 100%
python/lsst/analysis/tools/actions/keyedData/__init__.py 2 0 0 0 0 100%
python/lsst/analysis/tools/actions/keyedData/keyedDataActions.py 70 40 0 32 0 29%
python/lsst/analysis/tools/actions/keyedData/stellarLocusFit.py 56 43 0 6 0 21%
python/lsst/analysis/tools/actions/keyedData/summaryStatistics.py 16 6 0 0 0 62%
python/lsst/analysis/tools/actions/plot/__init__.py 0 0 0 0 0 100%
python/lsst/analysis/tools/actions/plot/barPlots.py 153 123 0 44 0 15%
python/lsst/analysis/tools/actions/plot/colorColorFitPlot.py 167 143 0 17 0 13%
python/lsst/analysis/tools/actions/plot/diaSkyPlot.py 60 37 0 18 0 29%
python/lsst/analysis/tools/actions/plot/histPlot.py 222 175 0 74 0 16%
python/lsst/analysis/tools/actions/plot/multiVisitCoveragePlot.py 406 362 0 180 0 8%
python/lsst/analysis/tools/actions/plot/plotUtils.py 300 259 0 88 1 11%
python/lsst/analysis/tools/actions/plot/rhoStatisticsPlot.py 59 42 0 14 1 25%
python/lsst/analysis/tools/actions/plot/scatterplotWithTwoHists.py 367 311 0 117 0 12%
python/lsst/analysis/tools/actions/plot/skyPlot.py 165 140 0 57 0 11%
python/lsst/analysis/tools/actions/plot/xyPlot.py 61 37 0 20 1 36%
python/lsst/analysis/tools/actions/scalar/__init__.py 1 0 0 0 0 100%
python/lsst/analysis/tools/actions/scalar/scalarActions.py 124 61 0 6 0 48%
python/lsst/analysis/tools/actions/vector/__init__.py 5 0 0 0 0 100%
python/lsst/analysis/tools/actions/vector/calcBinnedStats.py 58 26 0 2 0 53%
python/lsst/analysis/tools/actions/vector/calcRhoStatistics.py 106 61 0 26 3 39%
python/lsst/analysis/tools/actions/vector/calcShapeSize.py 25 11 0 6 0 45%
python/lsst/analysis/tools/actions/vector/ellipticity.py 87 49 0 24 0 34%
python/lsst/analysis/tools/actions/vector/selectors.py 208 132 0 56 0 29%
python/lsst/analysis/tools/actions/vector/vectorActions.py 184 93 0 22 0 44%
python/lsst/analysis/tools/analysisMetrics/__init__.py 9 0 0 0 0 100%
python/lsst/analysis/tools/analysisMetrics/analysisMetrics.py 50 23 0 0 0 54%
python/lsst/analysis/tools/analysisMetrics/apDiaSourceMetrics.py 22 11 0 0 0 50%
python/lsst/analysis/tools/analysisMetrics/apSsoMetrics.py 15 8 0 0 0 47%
python/lsst/analysis/tools/analysisMetrics/diffMatchedMetrics.py 77 49 0 18 0 29%
python/lsst/analysis/tools/analysisMetrics/limitingMagnitudeMetric.py 20 11 0 0 0 45%
python/lsst/analysis/tools/analysisMetrics/metricMeasurementBundle.py 17 8 0 8 0 36%
python/lsst/analysis/tools/analysisMetrics/photometricRepeatabilityMetrics.py 9 3 0 0 0 67%
python/lsst/analysis/tools/analysisMetrics/psfResidualMetrics.py 21 8 0 0 0 62%
python/lsst/analysis/tools/analysisMetrics/skyFluxStatisticMetrics.py 23 12 0 0 0 48%
python/lsst/analysis/tools/analysisMetrics/sourceMetrics.py 12 6 0 0 0 50%
python/lsst/analysis/tools/analysisParts/__init__.py 0 0 0 0 0 100%
python/lsst/analysis/tools/analysisParts/base.py 92 68 0 58 0 16%
python/lsst/analysis/tools/analysisParts/baseFluxRatio.py 11 6 0 0 0 45%
python/lsst/analysis/tools/analysisParts/baseSources.py 21 15 0 0 0 29%
python/lsst/analysis/tools/analysisParts/diffMatched.py 44 26 0 0 0 41%
python/lsst/analysis/tools/analysisParts/genericPrep.py 19 11 0 0 0 42%
python/lsst/analysis/tools/analysisParts/photometricRepeatability.py 31 21 0 0 0 32%
python/lsst/analysis/tools/analysisParts/rhoStatistics.py 23 16 0 0 0 30%
python/lsst/analysis/tools/analysisParts/shapeSizeFractional.py 46 29 0 2 0 35%
python/lsst/analysis/tools/analysisParts/stellarLocus.py 97 76 0 0 0 22%
python/lsst/analysis/tools/analysisPlots/__init__.py 6 0 0 0 0 100%
python/lsst/analysis/tools/analysisPlots/analysisPlots.py 218 154 0 0 0 29%
python/lsst/analysis/tools/analysisPlots/coveragePlots.py 25 12 0 4 0 45%
python/lsst/analysis/tools/analysisPlots/photometricRepeatabilityPlots.py 18 11 0 0 0 39%
python/lsst/analysis/tools/analysisPlots/simpleDiaPlot.py 18 12 0 0 0 33%
python/lsst/analysis/tools/analysisPlots/skyObject.py 56 45 0 0 0 20%
python/lsst/analysis/tools/analysisPlots/skySource.py 56 43 0 0 0 23%
python/lsst/analysis/tools/contexts/__init__.py 3 0 0 0 0 100%
python/lsst/analysis/tools/contexts/_baseContext.py 95 51 0 26 1 39%
python/lsst/analysis/tools/contexts/_contexts.py 10 0 0 0 0 100%
python/lsst/analysis/tools/interfaces.py 125 55 0 22 1 48%
python/lsst/analysis/tools/statistics.py 5 0 0 0 0 100%
python/lsst/analysis/tools/tasks/__init__.py 9 0 0 0 0 100%
python/lsst/analysis/tools/tasks/associatedSourcesTractAnalysis.py 56 33 0 4 0 38%
python/lsst/analysis/tools/tasks/base.py 130 94 0 64 1 19%
python/lsst/analysis/tools/tasks/catalogMatch.py 140 83 0 28 0 34%
python/lsst/analysis/tools/tasks/ccdVisitTableAnalysis.py 34 14 0 2 0 56%
python/lsst/analysis/tools/tasks/diaObjectTableAssocAnalysis.py 11 0 0 0 0 100%
python/lsst/analysis/tools/tasks/diaSourceTableVisitAnalysis.py 11 0 0 0 0 100%
python/lsst/analysis/tools/tasks/diffMatchedAnalysis.py 12 1 0 0 0 92%
python/lsst/analysis/tools/tasks/objectTableSurveyAnalysis.py 33 14 0 10 1 47%
python/lsst/analysis/tools/tasks/objectTableTractAnalysis.py 13 0 0 0 0 100%
python/lsst/analysis/tools/tasks/reconstructor.py 41 32 0 22 1 16%
python/lsst/analysis/tools/tasks/sourceTableVisitAnalysis.py 11 0 0 0 0 100%
python/lsst/analysis/tools/version.py 6 0 0 0 0 100%
tests/test_actions.py 268 226 0 30 0 14%
tests/test_catalogMatch.py 103 76 0 14 1 24%
tests/test_contexts.py 92 43 0 8 1 50%
tests/test_getPlotDatasetTypeNames.py 52 32 0 6 1 36%
tests/test_metrics.py 42 26 0 14 1 30%
tests/test_plotUtils.py 51 41 0 8 1 19%
tests/test_psfResiduals.py 65 46 0 14 1 25%
tests/test_scatterPlot.py 96 70 0 28 1 22%
Total 5476 3772 0 1199 18 26%

No items found using the specified filter.