Hide keyboard shortcuts

Hot-keys on this page

n s m x b p c   change column sorting

Module statements missing excluded branches partial coverage
Total 6787 4824 0 1792 40 24%
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 142 93 0 32 0 28%
python/lsst/obs/base/_instrument.py 210 137 0 70 2 27%
python/lsst/obs/base/butler_tests.py 78 59 0 20 0 19%
python/lsst/obs/base/cameraMapper.py 600 522 0 246 0 9%
python/lsst/obs/base/camera_tests.py 39 28 0 4 0 26%
python/lsst/obs/base/cli/butler_cmd_test.py 31 14 0 2 0 52%
python/lsst/obs/base/cli/cmd/__init__.py 2 0 0 0 0 100%
python/lsst/obs/base/cli/cmd/commands.py 54 5 0 0 0 91%
python/lsst/obs/base/cli/opt/__init__.py 2 0 0 0 0 100%
python/lsst/obs/base/cli/opt/arguments.py 2 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 229 140 0 90 0 31%
python/lsst/obs/base/exposureAssembler.py 100 81 0 36 0 14%
python/lsst/obs/base/exposureIdInfo.py 30 20 0 10 0 25%
python/lsst/obs/base/filters.py 103 35 0 44 9 56%
python/lsst/obs/base/formatters/__init__.py 0 0 0 0 0 100%
python/lsst/obs/base/formatters/fitsExposure.py 191 143 0 90 0 17%
python/lsst/obs/base/gen2to3/__init__.py 7 0 0 0 0 100%
python/lsst/obs/base/gen2to3/calibRepoConverter.py 122 100 0 50 1 13%
python/lsst/obs/base/gen2to3/convertRepo.py 251 169 0 106 0 25%
python/lsst/obs/base/gen2to3/repoConverter.py 213 164 0 82 1 18%
python/lsst/obs/base/gen2to3/repoWalker/__init__.py 6 0 0 0 0 100%
python/lsst/obs/base/gen2to3/repoWalker/builders.py 134 86 0 30 0 29%
python/lsst/obs/base/gen2to3/repoWalker/handlers.py 128 76 0 30 1 34%
python/lsst/obs/base/gen2to3/repoWalker/parser.py 77 45 0 27 0 31%
python/lsst/obs/base/gen2to3/repoWalker/scanner.py 71 41 0 26 0 31%
python/lsst/obs/base/gen2to3/repoWalker/walker.py 38 23 0 16 0 28%
python/lsst/obs/base/gen2to3/rootRepoConverter.py 117 94 0 52 1 15%
python/lsst/obs/base/gen2to3/standardRepoConverter.py 97 62 0 32 1 31%
python/lsst/obs/base/gen2to3/translators.py 165 112 0 40 0 26%
python/lsst/obs/base/ingest.py 311 251 0 112 0 16%
python/lsst/obs/base/ingest_tests.py 181 127 0 24 0 26%
python/lsst/obs/base/instrument_tests.py 85 43 0 10 0 46%
python/lsst/obs/base/makeRawVisitInfo.py 133 91 0 34 0 25%
python/lsst/obs/base/makeRawVisitInfoViaObsInfo.py 90 69 0 38 0 16%
python/lsst/obs/base/mapper_tests.py 86 63 0 22 0 21%
python/lsst/obs/base/mapping.py 204 174 0 114 0 9%
python/lsst/obs/base/script/__init__.py 5 0 0 0 0 100%
python/lsst/obs/base/script/convert.py 33 25 0 8 0 20%
python/lsst/obs/base/script/defineVisits.py 16 12 0 6 0 18%
python/lsst/obs/base/script/ingestRaws.py 17 13 0 6 0 17%
python/lsst/obs/base/script/registerInstrument.py 7 4 0 2 0 33%
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 0 0 82%
python/lsst/obs/base/test/compositeMapper.py 16 7 0 2 0 50%
python/lsst/obs/base/tests.py 45 29 0 10 0 29%
python/lsst/obs/base/utils.py 65 48 0 16 0 21%
python/lsst/obs/base/version.py 5 0 0 0 0 100%
python/lsst/obs/base/yamlCamera.py 136 120 0 29 0 10%
tests/test_butlerFits.py 234 185 0 56 2 18%
tests/test_cameraMapper.py 404 309 0 40 1 22%
tests/test_cliCmdConvert.py 21 7 0 2 1 65%
tests/test_cliCmdDefineVisits.py 21 7 0 2 1 65%
tests/test_cliCmdRegisterInstrument.py 19 6 0 2 1 67%
tests/test_cliCmdTestIngest.py 55 25 0 2 1 54%
tests/test_cliCmdWriteCuratedCalibrations.py 19 6 0 2 1 67%
tests/test_cliLog.py 16 6 0 2 1 61%
tests/test_composite.py 219 182 0 10 1 17%
tests/test_defineVisits.py 40 23 0 6 1 39%
tests/test_dm-329.py 42 22 0 4 1 46%
tests/test_exposureFromImage.py 60 42 0 6 1 29%
tests/test_filters.py 98 77 0 2 1 22%
tests/test_findParentMapper.py 32 16 0 4 1 47%
tests/test_fitsRawFormatter.py 98 59 0 8 1 38%
tests/test_ingest.py 207 158 0 12 1 23%
tests/test_instrument.py 21 10 0 2 1 52%
tests/test_makeRawVisitInfo.py 182 153 0 42 1 13%
tests/test_makeRawVisitInfoViaObsInfo.py 49 31 0 2 1 37%
tests/test_outputRoot.py 162 131 0 6 1 19%
tests/test_policy.py 41 24 0 4 1 40%
tests/test_utils.py 20 9 0 6 1 46%
tests/test_yamlCamera.py 13 6 0 2 1 53%

No items found using the specified filter.