Coverage report:
26%
coverage.py v7.2.7
, created at 2023-06-06 04:05 -0700
Module
statements
missing
excluded
branches
partial
coverage
python/lsst/__init__.py
2
0
0
0
0
100%
python/lsst/analysis/__init__.py
2
0
0
0
0
100%
python/lsst/analysis/tools/__init__.py
3
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
71
41
0
32
0
29%
python/lsst/analysis/tools/actions/keyedData/stellarLocusFit.py
98
83
0
10
0
14%
python/lsst/analysis/tools/actions/keyedData/summaryStatistics.py
16
6
0
0
0
62%
python/lsst/analysis/tools/actions/plot/__init__.py
10
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/focalPlanePlot.py
95
71
0
15
0
22%
python/lsst/analysis/tools/actions/plot/histPlot.py
228
181
0
82
0
15%
python/lsst/analysis/tools/actions/plot/multiVisitCoveragePlot.py
406
362
0
180
0
8%
python/lsst/analysis/tools/actions/plot/plotUtils.py
257
207
0
84
1
16%
python/lsst/analysis/tools/actions/plot/rhoStatisticsPlot.py
57
40
0
14
1
25%
python/lsst/analysis/tools/actions/plot/scatterplotWithTwoHists.py
319
257
0
79
0
16%
python/lsst/analysis/tools/actions/plot/skyPlot.py
173
148
0
61
0
11%
python/lsst/analysis/tools/actions/plot/xyPlot.py
78
51
0
30
1
30%
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
7
0
0
0
0
100%
python/lsst/analysis/tools/actions/vector/calcBinnedStats.py
63
31
0
4
0
48%
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
90
51
0
24
0
34%
python/lsst/analysis/tools/actions/vector/mathActions.py
64
27
0
0
0
58%
python/lsst/analysis/tools/actions/vector/selectors.py
214
132
0
58
0
30%
python/lsst/analysis/tools/actions/vector/vectorActions.py
152
76
0
20
0
44%
python/lsst/analysis/tools/atools/__init__.py
21
0
0
0
0
100%
python/lsst/analysis/tools/atools/apDiaSourceMetrics.py
22
11
0
0
0
50%
python/lsst/analysis/tools/atools/apSsoMetrics.py
15
8
0
0
0
47%
python/lsst/analysis/tools/atools/astrometricRepeatability.py
83
64
0
0
0
23%
python/lsst/analysis/tools/atools/astrometryWithReference.py
83
57
0
0
0
31%
python/lsst/analysis/tools/atools/coveragePlots.py
25
12
0
4
0
45%
python/lsst/analysis/tools/atools/diffMatched.py
157
103
0
24
0
30%
python/lsst/analysis/tools/atools/fluxMetrics.py
13
8
0
0
0
38%
python/lsst/analysis/tools/atools/genericPrep.py
19
11
0
0
0
42%
python/lsst/analysis/tools/atools/limitingMagnitudeMetric.py
20
11
0
0
0
45%
python/lsst/analysis/tools/atools/magDiff.py
32
25
0
0
0
22%
python/lsst/analysis/tools/atools/numericalValidity.py
23
11
0
0
0
52%
python/lsst/analysis/tools/atools/photometricRepeatability.py
65
51
0
0
0
22%
python/lsst/analysis/tools/atools/photometry.py
53
42
0
0
0
21%
python/lsst/analysis/tools/atools/seeingMetric.py
12
5
0
0
0
58%
python/lsst/analysis/tools/atools/shapes.py
85
58
0
2
0
31%
python/lsst/analysis/tools/atools/simpleDiaPlot.py
18
12
0
0
0
33%
python/lsst/analysis/tools/atools/skyFluxStatisticMetrics.py
26
13
0
0
0
50%
python/lsst/analysis/tools/atools/skyObject.py
56
45
0
0
0
20%
python/lsst/analysis/tools/atools/skySource.py
56
43
0
0
0
23%
python/lsst/analysis/tools/atools/sources.py
34
26
0
0
0
24%
python/lsst/analysis/tools/atools/stellarLocus.py
135
112
0
0
0
17%
python/lsst/analysis/tools/bin/verifyToSasquatch.py
51
34
0
10
0
28%
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/__init__.py
6
0
0
0
0
100%
python/lsst/analysis/tools/interfaces/_actions.py
73
25
0
12
1
60%
python/lsst/analysis/tools/interfaces/_analysisTools.py
136
96
0
72
0
21%
python/lsst/analysis/tools/interfaces/_interfaces.py
34
2
0
0
0
94%
python/lsst/analysis/tools/interfaces/_metricMeasurementBundle.py
32
21
0
14
0
24%
python/lsst/analysis/tools/interfaces/_stages.py
119
87
0
74
0
17%
python/lsst/analysis/tools/interfaces/_task.py
168
118
0
84
2
21%
python/lsst/analysis/tools/interfaces/datastore/__init__.py
2
0
0
0
0
100%
python/lsst/analysis/tools/interfaces/datastore/_dispatcher.py
275
227
0
116
1
13%
python/lsst/analysis/tools/interfaces/datastore/_sasquatchDatastore.py
81
35
0
4
1
55%
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
58
33
0
4
0
40%
python/lsst/analysis/tools/tasks/catalogMatch.py
141
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
32
14
0
10
1
45%
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
276
230
0
32
0
15%
tests/test_analysisTool.py
46
23
0
2
1
50%
tests/test_catalogMatch.py
89
66
0
12
1
24%
tests/test_contexts.py
100
49
0
8
1
48%
tests/test_getPlotDatasetTypeNames.py
52
32
0
6
1
36%
tests/test_metrics.py
52
36
0
20
1
24%
tests/test_plotUtils.py
52
41
0
8
1
20%
tests/test_psfResiduals.py
65
46
0
14
1
25%
tests/test_scatterPlot.py
99
72
0
28
1
22%
tests/test_verifyToSasquatch.py
60
44
0
6
0
24%
Total
6456
4440
0
1454
22
26%
No items found using the specified filter.