Coverage report: 25%

Files Functions Classes

coverage.py v7.5.1, created at 2024-05-07 02:53 -0700

File class statements missing excluded branches partial coverage
python/lsst/__init__.py (no class) 2 0 0 0 0 100%
python/lsst/skymap/__init__.py (no class) 11 0 0 0 0 100%
python/lsst/skymap/baseSkyMap.py BaseSkyMapConfig 4 4 0 0 0 0%
python/lsst/skymap/baseSkyMap.py BaseSkyMap 84 84 0 38 0 0%
python/lsst/skymap/baseSkyMap.py (no class) 40 0 0 0 0 100%
python/lsst/skymap/cachingSkyMap.py CachingSkyMap 17 17 0 6 0 0%
python/lsst/skymap/cachingSkyMap.py (no class) 9 0 0 0 0 100%
python/lsst/skymap/cellInfo.py CellInfo 22 22 0 2 0 0%
python/lsst/skymap/cellInfo.py (no class) 24 0 0 4 0 100%
python/lsst/skymap/detail/__init__.py (no class) 3 0 0 0 0 100%
python/lsst/skymap/detail/dodecahedron.py Dodecahedron 26 26 0 8 0 0%
python/lsst/skymap/detail/dodecahedron.py (no class) 25 6 0 4 1 69%
python/lsst/skymap/detail/utils.py Index2D 0 0 0 0 0 100%
python/lsst/skymap/detail/utils.py (no class) 11 0 0 0 0 100%
python/lsst/skymap/detail/wcsFactory.py WcsFactory 5 5 0 2 0 0%
python/lsst/skymap/detail/wcsFactory.py (no class) 6 0 0 0 0 100%
python/lsst/skymap/discreteSkyMap.py DiscreteSkyMapConfig 5 5 0 4 0 0%
python/lsst/skymap/discreteSkyMap.py DiscreteSkyMap 10 10 0 0 0 0%
python/lsst/skymap/discreteSkyMap.py (no class) 17 0 0 0 0 100%
python/lsst/skymap/dodecaSkyMap.py DodecaSkyMapConfig 5 5 0 0 0 0%
python/lsst/skymap/dodecaSkyMap.py DodecaSkyMap 19 19 0 6 0 0%
python/lsst/skymap/dodecaSkyMap.py (no class) 21 0 0 0 0 100%
python/lsst/skymap/equatSkyMap.py EquatSkyMapConfig 1 1 0 0 0 0%
python/lsst/skymap/equatSkyMap.py EquatSkyMap 21 21 0 6 0 0%
python/lsst/skymap/equatSkyMap.py (no class) 18 0 0 0 0 100%
python/lsst/skymap/healpixSkyMap.py HealpixTractInfo 3 3 0 2 0 0%
python/lsst/skymap/healpixSkyMap.py HealpixSkyMapConfig 1 1 0 0 0 0%
python/lsst/skymap/healpixSkyMap.py HealpixSkyMap 10 10 0 0 0 0%
python/lsst/skymap/healpixSkyMap.py (no class) 24 0 0 0 0 100%
python/lsst/skymap/packers.py SkyMapDimensionPackerConfig 0 0 0 0 0 100%
python/lsst/skymap/packers.py SkyMapDimensionPacker 53 53 0 38 0 0%
python/lsst/skymap/packers.py (no class) 23 0 0 8 0 100%
python/lsst/skymap/patchInfo.py PatchInfo 72 72 0 28 0 0%
python/lsst/skymap/patchInfo.py (no class) 41 0 0 4 0 100%
python/lsst/skymap/ringsSkyMap.py RingsSkyMapConfig 0 0 0 0 0 100%
python/lsst/skymap/ringsSkyMap.py RingsSkyMap 114 114 0 58 0 0%
python/lsst/skymap/ringsSkyMap.py (no class) 24 0 0 4 2 93%
python/lsst/skymap/skyMapRegistry.py (no class) 13 0 0 0 0 100%
python/lsst/skymap/tractBuilder.py BaseTractBuilderConfig 0 0 0 0 0 100%
python/lsst/skymap/tractBuilder.py BaseTractBuilder 37 37 0 10 0 0%
python/lsst/skymap/tractBuilder.py LegacyTractBuilderConfig 0 0 0 0 0 100%
python/lsst/skymap/tractBuilder.py LegacyTractBuilder 24 24 0 14 0 0%
python/lsst/skymap/tractBuilder.py CellTractBuilderConfig 4 4 0 4 0 0%
python/lsst/skymap/tractBuilder.py CellTractBuilder 27 27 0 16 0 0%
python/lsst/skymap/tractBuilder.py (no class) 45 0 0 4 0 100%
python/lsst/skymap/tractInfo.py TractInfo 81 81 0 28 0 0%
python/lsst/skymap/tractInfo.py ExplicitTractInfo 13 13 0 2 0 0%
python/lsst/skymap/tractInfo.py (no class) 47 0 0 0 0 100%
python/lsst/skymap/version.py (no class) 5 0 0 0 0 100%
tests/helper/__init__.py (no class) 0 0 0 0 0 100%
tests/helper/skyMapTestCase.py SkyMapTestCase 205 205 0 100 0 0%
tests/helper/skyMapTestCase.py (no class) 29 0 0 0 0 100%
tests/test_cellInfo.py CellInfoTestCase 44 44 0 10 0 0%
tests/test_cellInfo.py MemoryTester 0 0 0 0 0 100%
tests/test_cellInfo.py (no class) 17 2 0 2 1 84%
tests/test_discreteSkyMap.py DiscreteTestCase 24 24 0 8 0 0%
tests/test_discreteSkyMap.py MemoryTester 0 0 0 0 0 100%
tests/test_discreteSkyMap.py (no class) 18 2 0 6 1 88%
tests/test_dodecaSkyMap.py DodecaSkyMapTestCase 64 64 0 26 0 0%
tests/test_dodecaSkyMap.py MemoryTester 0 0 0 0 0 100%
tests/test_dodecaSkyMap.py (no class) 22 2 0 2 1 88%
tests/test_equatSkyMap.py EquatSkyMapTestCase 97 97 0 36 0 0%
tests/test_equatSkyMap.py MemoryTester 0 0 0 0 0 100%
tests/test_equatSkyMap.py (no class) 21 2 0 2 1 87%
tests/test_healpixSkyMap.py HealpixTestCase 16 16 0 6 0 0%
tests/test_healpixSkyMap.py MemoryTester 0 0 0 0 0 100%
tests/test_healpixSkyMap.py (no class) 16 2 0 2 1 83%
tests/test_packers.py SkyMapDimensionPackerTestCase 45 45 0 4 0 0%
tests/test_packers.py MemoryTester 0 0 0 0 0 100%
tests/test_packers.py (no class) 23 4 0 4 1 81%
tests/test_patchInfo.py PatchInfoTestCase 48 48 0 10 0 0%
tests/test_patchInfo.py MemoryTester 0 0 0 0 0 100%
tests/test_patchInfo.py (no class) 19 2 0 2 1 86%
tests/test_ringsSkyMap.py RingsTestCase 25 25 0 12 0 0%
tests/test_ringsSkyMap.py NonzeroRaStartRingsTestCase 3 3 0 0 0 0%
tests/test_ringsSkyMap.py HscRingsTestCase 42 42 0 10 0 0%
tests/test_ringsSkyMap.py Version0HscRingsTestCase 14 14 0 6 0 0%
tests/test_ringsSkyMap.py MemoryTester 0 0 0 0 0 100%
tests/test_ringsSkyMap.py (no class) 32 2 0 2 1 91%
tests/test_ringsSkyMapCells.py RingsCellsTestCase 58 58 0 16 0 0%
tests/test_ringsSkyMapCells.py MemoryTester 0 0 0 0 0 100%
tests/test_ringsSkyMapCells.py (no class) 14 2 0 2 1 81%
tests/test_tractInfo.py TractInfoTestCase 26 26 0 4 0 0%
tests/test_tractInfo.py MemoryTester 0 0 0 0 0 100%
tests/test_tractInfo.py (no class) 15 2 0 2 1 82%
Total   2004 1397 0 574 13 25%

No items found using the specified filter.