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 5627 470 0 1426 158 90%
python/lsst/__init__.py 3 0 0 0 0 100%
python/lsst/daf/__init__.py 3 0 0 0 0 100%
python/lsst/daf/butler/__init__.py 3 0 0 0 0 100%
python/lsst/daf/butler/assemblers/exposureAssembler.py 72 13 0 26 7 78%
python/lsst/daf/butler/butler.py 136 25 0 58 13 76%
python/lsst/daf/butler/core/__init__.py 22 0 0 0 0 100%
python/lsst/daf/butler/core/assembler.py 104 38 0 52 8 58%
python/lsst/daf/butler/core/butlerConfig.py 28 0 0 10 0 100%
python/lsst/daf/butler/core/composites.py 36 0 0 14 2 96%
python/lsst/daf/butler/core/config.py 278 13 0 130 10 94%
python/lsst/daf/butler/core/dataUnit.py 206 11 0 82 5 93%
python/lsst/daf/butler/core/databaseDict.py 15 2 0 4 1 84%
python/lsst/daf/butler/core/datasets.py 83 2 0 8 2 96%
python/lsst/daf/butler/core/datastore.py 81 13 0 4 0 85%
python/lsst/daf/butler/core/exceptions.py 4 0 0 0 0 100%
python/lsst/daf/butler/core/execution.py 18 0 0 0 0 100%
python/lsst/daf/butler/core/fileDescriptor.py 11 1 0 2 1 85%
python/lsst/daf/butler/core/fileTemplates.py 83 2 0 48 2 97%
python/lsst/daf/butler/core/formatter.py 24 3 0 2 0 88%
python/lsst/daf/butler/core/location.py 34 3 0 6 3 85%
python/lsst/daf/butler/core/mappingFactory.py 42 4 0 16 4 86%
python/lsst/daf/butler/core/preFlight.py 28 3 0 2 0 83%
python/lsst/daf/butler/core/quantum.py 36 2 0 4 2 90%
python/lsst/daf/butler/core/regions.py 12 8 0 2 0 29%
python/lsst/daf/butler/core/registry.py 130 39 0 12 3 68%
python/lsst/daf/butler/core/run.py 20 0 0 0 0 100%
python/lsst/daf/butler/core/safeFileIo.py 112 80 0 20 1 25%
python/lsst/daf/butler/core/schema.py 78 5 0 30 5 91%
python/lsst/daf/butler/core/sqlDatabaseDict.py 70 3 0 20 2 94%
python/lsst/daf/butler/core/sqlRegistryDatabaseDict.py 66 7 0 18 4 87%
python/lsst/daf/butler/core/storageClass.py 161 5 0 80 5 96%
python/lsst/daf/butler/core/storedFileInfo.py 32 1 0 2 0 97%
python/lsst/daf/butler/core/utils.py 126 16 0 56 2 81%
python/lsst/daf/butler/core/views.py 28 4 0 4 2 81%
python/lsst/daf/butler/datastores/chainedDatastore.py 154 5 0 72 3 96%
python/lsst/daf/butler/datastores/inMemoryDatastore.py 105 6 0 30 6 91%
python/lsst/daf/butler/datastores/posixDatastore.py 195 13 0 57 9 91%
python/lsst/daf/butler/formatters/fileFormatter.py 37 6 0 6 2 81%
python/lsst/daf/butler/formatters/fitsCatalogFormatter.py 11 1 0 2 1 85%
python/lsst/daf/butler/formatters/fitsExposureFormatter.py 51 11 0 14 3 78%
python/lsst/daf/butler/formatters/jsonFormatter.py 22 2 0 4 0 92%
python/lsst/daf/butler/formatters/pexConfigFormatter.py 24 16 0 4 0 29%
python/lsst/daf/butler/formatters/pickleFormatter.py 16 2 0 0 0 88%
python/lsst/daf/butler/formatters/yamlFormatter.py 24 3 0 6 1 87%
python/lsst/daf/butler/instrument.py 36 11 0 8 2 70%
python/lsst/daf/butler/registries/sqlPreFlight.py 185 25 0 111 8 84%
python/lsst/daf/butler/registries/sqlRegistry.py 307 15 0 108 10 94%
python/lsst/daf/butler/registries/sqliteRegistry.py 20 0 0 4 1 96%
python/lsst/daf/butler/version.py 5 0 0 0 0 100%
tests/datasetsHelper.py 46 0 0 8 1 98%
tests/dummyRegistry.py 23 4 0 6 2 79%
tests/examplePythonTypes.py 20 4 0 4 1 71%
tests/test_butler.py 162 2 0 22 3 97%
tests/test_butlerFits.py 76 5 0 12 2 92%
tests/test_composites.py 46 1 0 4 1 96%
tests/test_config.py 197 1 0 10 1 99%
tests/test_dataUnit.py 34 1 0 8 1 95%
tests/test_datasets.py 69 2 0 8 1 96%
tests/test_datastore.py 271 2 0 40 1 99%
tests/test_datastoreFits.py 149 6 0 12 2 95%
tests/test_execution.py 21 2 0 2 1 87%
tests/test_formatter.py 46 2 0 2 1 94%
tests/test_instrument.py 25 2 0 2 1 89%
tests/test_quantum.py 55 2 0 2 1 95%
tests/test_run.py 27 2 0 2 1 90%
tests/test_schema.py 69 2 0 26 1 97%
tests/test_sqlDatabaseDict.py 84 2 0 2 1 97%
tests/test_sqlPreFlight.py 170 2 0 88 1 99%
tests/test_sqlRegistry.py 329 2 0 10 1 99%
tests/test_storageClass.py 108 2 0 2 1 97%
tests/test_templates.py 97 1 0 6 1 98%
tests/test_utils.py 126 2 0 10 1 98%

No items found using the specified filter.