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 5314 452 0 1269 156 89%
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 14 0 26 8 76%
python/lsst/daf/butler/butler.py 132 23 0 54 11 78%
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 49 0 0 18 2 97%
python/lsst/daf/butler/core/config.py 275 12 0 128 10 95%
python/lsst/daf/butler/core/dataUnit.py 193 9 0 78 5 93%
python/lsst/daf/butler/core/databaseDict.py 15 2 0 4 1 84%
python/lsst/daf/butler/core/datasets.py 72 2 0 8 2 95%
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 67 2 0 38 5 93%
python/lsst/daf/butler/core/formatter.py 21 3 0 0 0 86%
python/lsst/daf/butler/core/location.py 34 3 0 6 3 85%
python/lsst/daf/butler/core/mappingFactory.py 42 3 0 16 3 90%
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 133 40 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 119 3 0 54 3 97%
python/lsst/daf/butler/core/storageInfo.py 20 1 0 0 0 95%
python/lsst/daf/butler/core/storedFileInfo.py 22 0 0 2 0 100%
python/lsst/daf/butler/core/utils.py 118 16 0 54 2 80%
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 109 6 0 30 6 91%
python/lsst/daf/butler/datastores/posixDatastore.py 199 12 0 57 9 92%
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 39 8 0 14 4 74%
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 22 2 0 4 0 92%
python/lsst/daf/butler/instrument.py 22 0 0 8 2 93%
python/lsst/daf/butler/registries/sqlPreFlight.py 123 32 0 82 7 71%
python/lsst/daf/butler/registries/sqlRegistry.py 306 14 0 104 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 45 0 0 6 0 100%
tests/dummyRegistry.py 21 3 0 4 2 80%
tests/examplePythonTypes.py 20 4 0 4 1 71%
tests/test_butler.py 182 2 0 18 3 98%
tests/test_butlerFits.py 72 5 0 12 2 92%
tests/test_composites.py 42 1 0 6 1 96%
tests/test_config.py 197 1 0 10 1 99%
tests/test_dataUnit.py 24 1 0 8 1 94%
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 45 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 108 2 0 18 1 98%
tests/test_sqlRegistry.py 315 2 0 10 1 99%
tests/test_storageClass.py 85 2 0 2 1 97%
tests/test_storageInfo.py 24 2 0 2 1 88%
tests/test_templates.py 54 1 0 6 1 97%
tests/test_utils.py 118 2 0 10 1 98%

No items found using the specified filter.