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 12683 9847 0 3974 64 18%
python/lsst/daf/__init__.py 2 0 0 0 0 100%
python/lsst/daf/butler/__init__.py 6 0 0 0 0 100%
python/lsst/daf/butler/_butler.py 302 249 0 152 0 12%
python/lsst/daf/butler/_butlerConfig.py 39 30 0 20 0 15%
python/lsst/daf/butler/_deferredDatasetHandle.py 30 16 0 10 1 42%
python/lsst/daf/butler/core/__init__.py 21 0 0 0 0 100%
python/lsst/daf/butler/core/assembler.py 108 92 0 54 0 10%
python/lsst/daf/butler/core/composites.py 38 23 0 14 0 29%
python/lsst/daf/butler/core/config.py 444 373 0 214 0 11%
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/datasets/__init__.py 2 0 0 0 0 100%
python/lsst/daf/butler/core/datasets/ref.py 100 69 0 40 0 24%
python/lsst/daf/butler/core/datasets/type.py 87 57 0 28 0 26%
python/lsst/daf/butler/core/datastore.py 137 65 0 18 1 48%
python/lsst/daf/butler/core/ddl.py 104 43 0 28 0 51%
python/lsst/daf/butler/core/dimensions/__init__.py 7 0 0 0 0 100%
python/lsst/daf/butler/core/dimensions/config.py 49 36 0 12 0 21%
python/lsst/daf/butler/core/dimensions/coordinate.py 138 94 0 60 1 25%
python/lsst/daf/butler/core/dimensions/elements.py 123 67 0 12 1 47%
python/lsst/daf/butler/core/dimensions/graph.py 142 101 0 66 1 21%
python/lsst/daf/butler/core/dimensions/packer.py 51 24 0 6 1 49%
python/lsst/daf/butler/core/dimensions/records.py 40 23 0 14 1 33%
python/lsst/daf/butler/core/dimensions/schema.py 56 42 0 28 1 18%
python/lsst/daf/butler/core/dimensions/storage.py 177 116 0 68 0 25%
python/lsst/daf/butler/core/dimensions/universe.py 89 62 0 32 1 25%
python/lsst/daf/butler/core/exceptions.py 6 0 0 0 0 100%
python/lsst/daf/butler/core/fileDescriptor.py 24 18 0 10 0 18%
python/lsst/daf/butler/core/fileTemplates.py 197 161 0 96 0 12%
python/lsst/daf/butler/core/formatter.py 101 54 0 18 0 39%
python/lsst/daf/butler/core/location.py 156 113 0 62 0 20%
python/lsst/daf/butler/core/mappingFactory.py 52 39 0 16 0 19%
python/lsst/daf/butler/core/quantum.py 66 40 0 14 0 32%
python/lsst/daf/butler/core/regions.py 12 8 0 2 0 29%
python/lsst/daf/butler/core/repoRelocation.py 10 5 0 4 0 36%
python/lsst/daf/butler/core/repoTransfers.py 138 93 0 66 1 24%
python/lsst/daf/butler/core/s3utils.py 50 39 0 22 0 15%
python/lsst/daf/butler/core/safeFileIo.py 112 83 0 20 0 22%
python/lsst/daf/butler/core/storageClass.py 219 172 0 116 0 14%
python/lsst/daf/butler/core/storedFileInfo.py 22 5 0 6 0 68%
python/lsst/daf/butler/core/timespan.py 29 13 0 10 0 41%
python/lsst/daf/butler/core/utils.py 232 135 0 64 2 34%
python/lsst/daf/butler/formatters/fileFormatter.py 49 34 0 12 0 25%
python/lsst/daf/butler/formatters/yamlFormatter.py 38 26 0 8 0 26%
python/lsst/daf/butler/registry/__init__.py 5 0 0 0 0 100%
python/lsst/daf/butler/registry/_config.py 29 12 0 4 1 55%
python/lsst/daf/butler/registry/_dbAuth.py 74 61 0 48 0 11%
python/lsst/daf/butler/registry/_registry.py 332 274 0 150 1 12%
python/lsst/daf/butler/registry/connectionString.py 26 18 0 8 0 24%
python/lsst/daf/butler/registry/databases/oracle.py 105 73 0 36 0 23%
python/lsst/daf/butler/registry/databases/postgresql.py 50 30 0 8 0 34%
python/lsst/daf/butler/registry/databases/sqlite.py 156 117 0 70 0 18%
python/lsst/daf/butler/registry/interfaces/__init__.py 1 0 0 0 0 100%
python/lsst/daf/butler/registry/interfaces/_database.py 215 168 0 105 0 15%
python/lsst/daf/butler/registry/nameShrinker.py 20 13 0 2 0 32%
python/lsst/daf/butler/registry/queries/__init__.py 4 0 0 0 0 100%
python/lsst/daf/butler/registry/queries/_builder.py 131 105 0 60 0 14%
python/lsst/daf/butler/registry/queries/_datasets.py 72 55 0 40 0 17%
python/lsst/daf/butler/registry/queries/_query.py 50 34 0 21 0 23%
python/lsst/daf/butler/registry/queries/_structs.py 113 65 0 36 0 38%
python/lsst/daf/butler/registry/queries/exprParser/__init__.py 4 0 0 0 0 100%
python/lsst/daf/butler/registry/queries/exprParser/exprTree.py 88 50 0 6 0 40%
python/lsst/daf/butler/registry/queries/exprParser/parserLex.py 57 24 0 2 0 56%
python/lsst/daf/butler/registry/queries/exprParser/parserYacc.py 87 54 0 20 0 31%
python/lsst/daf/butler/registry/queries/exprParser/ply/__init__.py 2 0 0 0 0 100%
python/lsst/daf/butler/registry/queries/exprParser/ply/lex.py 692 622 0 310 1 7%
python/lsst/daf/butler/registry/queries/exprParser/ply/yacc.py 1929 1775 0 904 1 5%
python/lsst/daf/butler/registry/queries/exprParser/treeVisitor.py 11 0 0 0 0 100%
python/lsst/daf/butler/registry/queries/expressions.py 106 76 0 50 16 21%
python/lsst/daf/butler/registry/tables.py 13 4 0 2 0 60%
python/lsst/daf/butler/registry/tests/__init__.py 2 0 0 0 0 100%
python/lsst/daf/butler/registry/tests/_database.py 183 157 0 52 0 11%
python/lsst/daf/butler/registry/tests/_registry.py 488 463 0 106 0 4%
python/lsst/daf/butler/script/__init__.py 0 0 0 0 0 100%
python/lsst/daf/butler/script/dumpButlerConfig.py 26 18 0 4 0 27%
python/lsst/daf/butler/script/makeButlerRepo.py 23 16 0 2 0 28%
python/lsst/daf/butler/script/validateButlerConfiguration.py 35 28 0 6 0 17%
python/lsst/daf/butler/version.py 5 0 0 0 0 100%
tests/datasetsHelper.py 60 44 0 10 0 23%
tests/dummyRegistry.py 51 37 0 26 0 18%
tests/examplePythonTypes.py 36 23 0 8 0 30%
tests/test_butler.py 387 288 0 50 1 23%
tests/test_butlerFits.py 128 78 0 22 1 35%
tests/test_composites.py 47 37 0 4 1 22%
tests/test_config.py 318 267 0 38 1 15%
tests/test_connectionString.py 33 16 0 6 1 46%
tests/test_constraints.py 95 82 0 2 1 14%
tests/test_datasets.py 166 148 0 16 1 10%
tests/test_datastore.py 409 320 0 64 1 19%
tests/test_datastoreFits.py 143 105 0 12 1 25%
tests/test_dbAuth.py 142 124 0 10 1 12%
tests/test_dimensions.py 136 116 0 33 1 12%
tests/test_exprParserLex.py 171 153 0 12 1 10%
tests/test_exprParserYacc.py 242 212 0 12 1 12%
tests/test_formatter.py 78 64 0 4 1 18%
tests/test_location.py 65 53 0 8 1 18%
tests/test_matplotlibFormatter.py 42 22 0 6 1 48%
tests/test_oracle.py 66 36 0 17 1 42%
tests/test_parquet.py 54 34 0 6 1 38%
tests/test_postgresql.py 49 21 0 6 1 60%
tests/test_quantum.py 50 42 0 2 1 17%
tests/test_s3utils.py 56 37 0 8 1 34%
tests/test_scripts.py 25 11 0 4 1 52%
tests/test_sqlite.py 148 108 0 10 1 26%
tests/test_storageClass.py 140 125 0 4 1 11%
tests/test_templates.py 151 134 0 6 1 11%
tests/test_utils.py 103 72 0 4 1 30%

No items found using the specified filter.