Coverage report:
42%
hide covered
Files
Functions
Classes
coverage.py v7.5.0
, created at 2024-04-27 04:03 -0700
File
class
statements
missing
excluded
branches
partial
coverage
python/lsst/__init__.py
(no class)
2
0
0
0
0
100%
python/lsst/cell_coadds/__init__.py
(no class)
15
0
0
0
0
100%
python/lsst/cell_coadds/_cell_coadd_builder.py
SingleCellCoaddBuilderConfig
0
0
0
0
0
100%
python/lsst/cell_coadds/_cell_coadd_builder.py
SingleCellCoaddBuilderTask
0
0
2
0
0
100%
python/lsst/cell_coadds/_cell_coadd_builder.py
MultipleCellCoaddBuilderConnections
0
0
0
0
0
100%
python/lsst/cell_coadds/_cell_coadd_builder.py
MultipleCellCoaddBuilderConfig
0
0
0
0
0
100%
python/lsst/cell_coadds/_cell_coadd_builder.py
MultipleCellCoaddBuilderTask
53
53
0
26
0
0%
python/lsst/cell_coadds/_cell_coadd_builder.py
(no class)
42
0
2
2
0
100%
python/lsst/cell_coadds/_common_components.py
CoaddUnits
0
0
0
0
0
100%
python/lsst/cell_coadds/_common_components.py
CommonComponents
0
0
0
0
0
100%
python/lsst/cell_coadds/_common_components.py
CommonComponentsProperties
4
4
2
0
0
0%
python/lsst/cell_coadds/_common_components.py
(no class)
34
0
4
10
0
100%
python/lsst/cell_coadds/_exploded_coadd.py
ExplodedCoadd
34
34
0
12
0
0%
python/lsst/cell_coadds/_exploded_coadd.py
(no class)
30
2
0
16
1
93%
python/lsst/cell_coadds/_fits.py
IncompatibleVersionError
0
0
0
0
0
100%
python/lsst/cell_coadds/_fits.py
CellCoaddFitsFormatter
0
0
0
0
0
100%
python/lsst/cell_coadds/_fits.py
CellCoaddFitsReader
40
40
0
16
0
0%
python/lsst/cell_coadds/_fits.py
(no class)
37
0
0
4
0
100%
python/lsst/cell_coadds/_grid_container.py
GridContainer
38
38
0
10
0
0%
python/lsst/cell_coadds/_grid_container.py
(no class)
32
1
0
12
1
95%
python/lsst/cell_coadds/_identifiers.py
PatchIdentifiers
2
2
0
0
0
0%
python/lsst/cell_coadds/_identifiers.py
CellIdentifiers
2
2
0
0
0
0%
python/lsst/cell_coadds/_identifiers.py
ObservationIdentifiers
5
5
0
0
0
0%
python/lsst/cell_coadds/_identifiers.py
(no class)
42
0
0
12
0
100%
python/lsst/cell_coadds/_image_planes.py
ImagePlanes
1
1
12
0
0
0%
python/lsst/cell_coadds/_image_planes.py
OwnedImagePlanes
12
12
0
0
0
0%
python/lsst/cell_coadds/_image_planes.py
ViewImagePlanes
11
11
0
4
0
0%
python/lsst/cell_coadds/_image_planes.py
(no class)
48
3
12
28
1
95%
python/lsst/cell_coadds/_multiple_cell_coadd.py
MultipleCellCoadd
46
46
0
16
0
0%
python/lsst/cell_coadds/_multiple_cell_coadd.py
(no class)
42
2
0
24
1
95%
python/lsst/cell_coadds/_single_cell_coadd.py
SingleCellCoadd
16
16
0
0
0
0%
python/lsst/cell_coadds/_single_cell_coadd.py
(no class)
29
2
0
16
1
93%
python/lsst/cell_coadds/_stitched_coadd.py
StitchedCoadd
26
26
0
12
0
0%
python/lsst/cell_coadds/_stitched_coadd.py
(no class)
29
1
0
14
1
95%
python/lsst/cell_coadds/_stitched_image_planes.py
StitchedImagePlanes
34
34
8
26
0
0%
python/lsst/cell_coadds/_stitched_image_planes.py
(no class)
36
1
8
14
1
96%
python/lsst/cell_coadds/_stitched_psf.py
StitchedPsf
43
43
2
24
0
0%
python/lsst/cell_coadds/_stitched_psf.py
(no class)
44
1
0
18
1
97%
python/lsst/cell_coadds/_uniform_grid.py
UniformGrid
54
54
0
24
0
0%
python/lsst/cell_coadds/_uniform_grid.py
(no class)
34
0
0
18
0
100%
python/lsst/cell_coadds/test_utils.py
(no class)
6
0
0
0
0
100%
python/lsst/cell_coadds/typing_helpers.py
ImageLike
7
7
0
0
0
0%
python/lsst/cell_coadds/typing_helpers.py
(no class)
16
0
0
6
0
100%
python/lsst/cell_coadds/version.py
(no class)
5
0
0
0
0
100%
tests/test_coadds.py
BaseMultipleCellCoaddTestCase
61
61
0
12
0
0%
tests/test_coadds.py
MultipleCellCoaddTestCase
13
13
0
6
0
0%
tests/test_coadds.py
ExplodedCoaddTestCase
15
15
0
6
0
0%
tests/test_coadds.py
StitchedCoaddTestCase
66
66
0
22
0
0%
tests/test_coadds.py
TestMemory
0
0
0
0
0
100%
tests/test_coadds.py
(no class)
57
2
0
14
1
96%
tests/test_common.py
CommonComponentsTestCase
10
10
0
0
0
0%
tests/test_common.py
TestMemory
0
0
0
0
0
100%
tests/test_common.py
(no class)
12
2
0
2
1
79%
tests/test_fits.py
FitsTestCase
3
3
0
0
0
0%
tests/test_fits.py
TestMemory
0
0
0
0
0
100%
tests/test_fits.py
(no class)
11
2
0
2
1
77%
tests/test_grid_container.py
GridContainerTestCase
108
108
0
24
0
0%
tests/test_grid_container.py
(no class)
19
1
0
4
1
91%
tests/test_identifiers.py
IdentifiersTestCase
19
19
0
4
0
0%
tests/test_identifiers.py
(no class)
13
1
0
4
1
88%
tests/test_stitched_psf.py
StitchedPsfTestCase
86
86
0
24
0
0%
tests/test_stitched_psf.py
TestMemory
0
0
0
0
0
100%
tests/test_stitched_psf.py
(no class)
28
2
0
4
1
91%
tests/test_uniform_grid.py
UniformGridTestCase
78
78
0
32
0
0%
tests/test_uniform_grid.py
(no class)
21
1
0
6
1
93%
Total
1571
911
52
530
15
42%
No items found using the specified filter.