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 5741 479 0 1444 156 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 78 13 0 28 7 79%
python/lsst/daf/butler/butler.py 141 24 0 58 12 79%
python/lsst/daf/butler/core/__init__.py 22 0 0 0 0 100%
python/lsst/daf/butler/core/assembler.py 108 41 0 54 8 56%
python/lsst/daf/butler/core/butlerConfig.py 29 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 170 13 0 56 1 91%
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 36 4 0 10 1 89%
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 138 43 0 18 4 65%
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 75 5 0 28 5 90%
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 198 6 0 102 6 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 108 6 0 32 6 91%
python/lsst/daf/butler/datastores/posixDatastore.py 200 13 0 59 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 49 10 0 12 2 80%
python/lsst/daf/butler/formatters/jsonFormatter.py 23 2 0 4 0 93%
python/lsst/daf/butler/formatters/pexConfigFormatter.py 24 16 0 4 0 29%
python/lsst/daf/butler/formatters/pickleFormatter.py 17 2 0 0 0 88%
python/lsst/daf/butler/formatters/yamlFormatter.py 25 3 0 6 1 87%
python/lsst/daf/butler/instrument.py 36 11 0 8 2 70%
python/lsst/daf/butler/registries/sqlPreFlight.py 186 25 0 113 8 84%
python/lsst/daf/butler/registries/sqlRegistry.py 308 15 0 112 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 36 4 0 8 2 82%
tests/test_butler.py 170 2 0 22 3 97%
tests/test_butlerFits.py 83 5 0 12 2 93%
tests/test_composites.py 46 1 0 4 1 96%
tests/test_config.py 197 1 0 10 1 99%
tests/test_dataUnit.py 33 1 0 8 1 95%
tests/test_datasets.py 69 2 0 8 1 96%
tests/test_datastore.py 283 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 66 2 0 18 1 96%
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 138 2 0 4 1 98%
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.