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 11049 8885 0 3486 50 15%
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/butler.py 256 214 0 132 0 11%
python/lsst/daf/butler/core/__init__.py 26 0 0 0 0 100%
python/lsst/daf/butler/core/assembler.py 108 92 0 54 0 10%
python/lsst/daf/butler/core/butlerConfig.py 34 21 0 12 0 28%
python/lsst/daf/butler/core/composites.py 38 23 0 14 0 29%
python/lsst/daf/butler/core/config.py 386 326 0 192 0 10%
python/lsst/daf/butler/core/configSupport.py 104 74 0 64 6 21%
python/lsst/daf/butler/core/constraints.py 49 32 0 26 0 23%
python/lsst/daf/butler/core/dataIdPacker.py 65 41 0 12 0 31%
python/lsst/daf/butler/core/databaseDict.py 15 8 0 4 0 37%
python/lsst/daf/butler/core/datasets.py 150 100 0 42 0 26%
python/lsst/daf/butler/core/datastore.py 94 46 0 4 0 49%
python/lsst/daf/butler/core/dimensions/__init__.py 4 0 0 0 0 100%
python/lsst/daf/butler/core/dimensions/dataId.py 215 174 0 120 0 12%
python/lsst/daf/butler/core/dimensions/elements.py 76 53 0 14 0 26%
python/lsst/daf/butler/core/dimensions/graph.py 163 115 0 52 0 22%
python/lsst/daf/butler/core/dimensions/sets.py 116 79 0 38 0 24%
python/lsst/daf/butler/core/exceptions.py 6 0 0 0 0 100%
python/lsst/daf/butler/core/execution.py 18 8 0 0 0 56%
python/lsst/daf/butler/core/fileDescriptor.py 12 7 0 2 0 36%
python/lsst/daf/butler/core/fileTemplates.py 181 146 0 82 0 13%
python/lsst/daf/butler/core/formatter.py 52 29 0 12 0 36%
python/lsst/daf/butler/core/location.py 133 96 0 56 0 20%
python/lsst/daf/butler/core/mappingFactory.py 46 35 0 16 0 18%
python/lsst/daf/butler/core/preFlight.py 17 8 0 0 0 53%
python/lsst/daf/butler/core/quantum.py 36 21 0 4 0 38%
python/lsst/daf/butler/core/regions.py 12 8 0 2 0 29%
python/lsst/daf/butler/core/registry.py 220 118 0 54 0 37%
python/lsst/daf/butler/core/repoRelocation.py 8 3 0 2 0 50%
python/lsst/daf/butler/core/run.py 20 8 0 0 0 60%
python/lsst/daf/butler/core/safeFileIo.py 112 83 0 20 0 22%
python/lsst/daf/butler/core/schema.py 142 108 0 64 0 17%
python/lsst/daf/butler/core/storageClass.py 204 158 0 104 0 15%
python/lsst/daf/butler/core/storedFileInfo.py 32 18 0 2 0 41%
python/lsst/daf/butler/core/utils.py 64 41 0 32 1 25%
python/lsst/daf/butler/core/views.py 32 17 0 4 0 42%
python/lsst/daf/butler/datastores/posixDatastore.py 233 198 0 79 0 11%
python/lsst/daf/butler/exprParser/__init__.py 4 0 0 0 0 100%
python/lsst/daf/butler/exprParser/exprTree.py 78 44 0 6 0 40%
python/lsst/daf/butler/exprParser/parserLex.py 47 16 0 0 0 66%
python/lsst/daf/butler/exprParser/parserYacc.py 82 51 0 20 0 30%
python/lsst/daf/butler/exprParser/ply/__init__.py 2 0 0 0 0 100%
python/lsst/daf/butler/exprParser/ply/lex.py 692 627 0 310 0 6%
python/lsst/daf/butler/exprParser/ply/yacc.py 1929 1775 0 904 1 5%
python/lsst/daf/butler/exprParser/treeVisitor.py 10 0 0 0 0 100%
python/lsst/daf/butler/instrument.py 58 32 0 6 1 42%
python/lsst/daf/butler/registries/sqlRegistry.py 434 360 0 208 0 12%
python/lsst/daf/butler/registries/sqlRegistryDatabaseDict.py 78 63 0 26 0 14%
python/lsst/daf/butler/sql/__init__.py 4 0 0 0 0 100%
python/lsst/daf/butler/sql/multipleDatasetQueryBuilder.py 150 107 0 58 0 21%
python/lsst/daf/butler/sql/queryBuilder.py 178 140 0 86 16 15%
python/lsst/daf/butler/sql/resultColumnsManager.py 94 72 0 47 0 16%
python/lsst/daf/butler/sql/singleDatasetQueryBuilder.py 79 61 0 28 0 17%
python/lsst/daf/butler/version.py 5 0 0 0 0 100%
tests/datasetsHelper.py 45 35 0 8 0 19%
tests/dummyRegistry.py 25 16 0 6 0 29%
tests/examplePythonTypes.py 36 23 0 8 0 30%
tests/test_butler.py 302 233 0 40 1 20%
tests/test_butlerFits.py 78 47 0 12 1 36%
tests/test_composites.py 47 37 0 4 1 22%
tests/test_config.py 318 267 0 38 1 15%
tests/test_constraints.py 95 82 0 2 1 14%
tests/test_dataid.py 17 9 0 2 1 47%
tests/test_datasets.py 140 123 0 16 1 12%
tests/test_datastore.py 379 296 0 62 1 19%
tests/test_datastoreFits.py 143 105 0 12 1 25%
tests/test_dimensions.py 190 175 0 22 1 8%
tests/test_execution.py 15 9 0 2 1 41%
tests/test_exprParserLex.py 148 131 0 12 1 11%
tests/test_exprParserYacc.py 208 179 0 10 1 14%
tests/test_formatter.py 62 50 0 2 1 20%
tests/test_instrument.py 31 15 0 6 1 46%
tests/test_location.py 65 53 0 8 1 18%
tests/test_quantum.py 51 41 0 2 1 21%
tests/test_queryBuilder.py 282 265 0 112 1 5%
tests/test_run.py 21 15 0 2 1 30%
tests/test_schema.py 63 46 0 20 1 22%
tests/test_sqlDatabaseDict.py 77 63 0 2 1 19%
tests/test_sqlRegistry.py 475 441 0 48 1 7%
tests/test_storageClass.py 132 117 0 4 1 12%
tests/test_templates.py 151 134 0 6 1 11%
tests/test_utils.py 41 22 0 4 1 44%

No items found using the specified filter.