Coverage report: 26%

coverage.py v6.4, created at 2022-05-27 11:22 +0000

Module statements missing excluded branches partial coverage
python/lsst/__init__.py 2 0 0 0 0 100%
python/lsst/obs/__init__.py 3 0 0 0 0 100%
python/lsst/obs/base/__init__.py 12 0 0 0 0 100%
python/lsst/obs/base/_fitsRawFormatterBase.py 143 92 0 34 0 30%
python/lsst/obs/base/_instrument.py 158 107 0 56 1 25%
python/lsst/obs/base/butler_tests.py 78 59 0 24 0 21%
python/lsst/obs/base/cameraMapper.py 605 528 0 252 0 9%
python/lsst/obs/base/camera_tests.py 39 28 0 6 0 29%
python/lsst/obs/base/cli/__init__.py 0 0 0 0 0 100%
python/lsst/obs/base/cli/butler_cmd_test.py 31 14 0 6 0 51%
python/lsst/obs/base/cli/cmd/__init__.py 2 0 0 0 0 100%
python/lsst/obs/base/cli/cmd/commands.py 52 4 0 0 0 92%
python/lsst/obs/base/cli/opt/__init__.py 1 0 0 0 0 100%
python/lsst/obs/base/cli/opt/options.py 2 0 0 0 0 100%
python/lsst/obs/base/defineVisits.py 238 142 0 112 0 35%
python/lsst/obs/base/exposureAssembler.py 114 93 0 48 0 14%
python/lsst/obs/base/exposureIdInfo.py 30 20 0 12 0 29%
python/lsst/obs/base/filters.py 120 37 0 52 9 62%
python/lsst/obs/base/formatters/__init__.py 0 0 0 0 0 100%
python/lsst/obs/base/formatters/fitsExposure.py 192 143 0 104 0 21%
python/lsst/obs/base/gen2to3/__init__.py 7 0 0 0 0 100%
python/lsst/obs/base/gen2to3/calibRepoConverter.py 122 100 0 54 1 14%
python/lsst/obs/base/gen2to3/convertRepo.py 265 169 0 112 0 29%
python/lsst/obs/base/gen2to3/repoConverter.py 220 164 0 88 1 20%
python/lsst/obs/base/gen2to3/repoWalker/__init__.py 6 0 0 0 0 100%
python/lsst/obs/base/gen2to3/repoWalker/builders.py 137 86 0 44 0 36%
python/lsst/obs/base/gen2to3/repoWalker/handlers.py 128 76 0 42 1 38%
python/lsst/obs/base/gen2to3/repoWalker/parser.py 80 45 0 35 0 37%
python/lsst/obs/base/gen2to3/repoWalker/scanner.py 72 41 0 32 0 34%
python/lsst/obs/base/gen2to3/repoWalker/walker.py 40 23 0 18 0 33%
python/lsst/obs/base/gen2to3/rootRepoConverter.py 117 94 0 54 1 16%
python/lsst/obs/base/gen2to3/standardRepoConverter.py 102 62 0 38 1 34%
python/lsst/obs/base/gen2to3/translators.py 165 112 0 58 0 32%
python/lsst/obs/base/ingest.py 341 267 0 128 0 18%
python/lsst/obs/base/ingest_tests.py 191 127 0 32 0 30%
python/lsst/obs/base/instrument_tests.py 89 43 0 18 0 50%
python/lsst/obs/base/makeRawVisitInfo.py 133 91 0 36 0 26%
python/lsst/obs/base/makeRawVisitInfoViaObsInfo.py 91 69 0 42 0 18%
python/lsst/obs/base/mapper_tests.py 86 63 0 24 0 23%
python/lsst/obs/base/mapping.py 204 174 0 124 0 12%
python/lsst/obs/base/script/__init__.py 4 0 0 0 0 100%
python/lsst/obs/base/script/convert.py 33 25 0 10 0 19%
python/lsst/obs/base/script/defineVisits.py 21 15 0 8 0 21%
python/lsst/obs/base/script/ingestRaws.py 19 15 0 8 0 15%
python/lsst/obs/base/script/writeCuratedCalibrations.py 8 3 0 0 0 62%
python/lsst/obs/base/test/__init__.py 2 0 0 0 0 100%
python/lsst/obs/base/test/baseMapper.py 11 2 0 2 0 85%
python/lsst/obs/base/test/compositeMapper.py 16 7 0 4 0 55%
python/lsst/obs/base/tests.py 42 29 0 12 0 28%
python/lsst/obs/base/utils.py 54 36 0 14 0 29%
python/lsst/obs/base/version.py 6 0 0 0 0 100%
python/lsst/obs/base/yamlCamera.py 136 120 0 31 0 10%
tests/test_butlerFits.py 221 179 0 62 2 16%
tests/test_cameraMapper.py 404 309 0 78 1 24%
tests/test_cliCmdConvert.py 21 7 0 4 1 68%
tests/test_cliCmdDefineVisits.py 21 7 0 4 1 68%
tests/test_cliCmdTestIngest.py 56 26 0 12 1 54%
tests/test_cliCmdWriteCuratedCalibrations.py 19 6 0 4 1 70%
tests/test_cliLog.py 16 6 0 6 1 68%
tests/test_composite.py 219 182 0 22 1 20%
tests/test_defineVisits.py 40 23 0 8 1 42%
tests/test_dm-329.py 42 22 0 10 1 52%
tests/test_exposureFromImage.py 60 42 0 10 1 33%
tests/test_filters.py 98 77 0 18 1 24%
tests/test_findParentMapper.py 32 16 0 12 1 48%
tests/test_fitsRawFormatter.py 98 58 0 30 1 40%
tests/test_ingest.py 236 185 0 70 1 20%
tests/test_instrument.py 21 10 0 4 1 56%
tests/test_makeRawVisitInfo.py 183 154 0 54 1 15%
tests/test_makeRawVisitInfoViaObsInfo.py 50 32 0 18 1 37%
tests/test_outputRoot.py 162 131 0 20 1 21%
tests/test_policy.py 41 24 0 10 1 43%
tests/test_utils.py 20 9 0 10 1 53%
tests/test_yamlCamera.py 13 6 0 4 1 59%
Total 6843 4836 0 2244 38 26%

No items found using the specified filter.