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 14427 11010 0 4392 79 19%
python/lsst/daf/butler/__init__.py 6 0 0 0 0 100%
python/lsst/daf/butler/_butler.py 396 339 0 244 0 9%
python/lsst/daf/butler/_butlerConfig.py 42 34 0 22 0 12%
python/lsst/daf/butler/_deferredDatasetHandle.py 26 13 0 12 1 42%
python/lsst/daf/butler/cli/__init__.py 0 0 0 0 0 100%
python/lsst/daf/butler/cli/butler.py 86 57 0 28 0 25%
python/lsst/daf/butler/cli/cmd/__init__.py 2 0 0 0 0 100%
python/lsst/daf/butler/cli/cmd/commands.py 23 3 0 0 0 87%
python/lsst/daf/butler/cli/opt/__init__.py 5 0 0 0 0 100%
python/lsst/daf/butler/cli/opt/config.py 9 0 0 0 0 100%
python/lsst/daf/butler/cli/opt/config_file.py 8 0 0 0 0 100%
python/lsst/daf/butler/cli/opt/dataset_type.py 8 0 0 0 0 100%
python/lsst/daf/butler/cli/opt/repo.py 11 0 0 2 1 92%
python/lsst/daf/butler/cli/opt/run.py 6 2 0 0 0 67%
python/lsst/daf/butler/cli/utils.py 47 31 0 10 0 28%
python/lsst/daf/butler/core/__init__.py 22 0 0 0 0 100%
python/lsst/daf/butler/core/assembler.py 114 91 0 58 1 15%
python/lsst/daf/butler/core/composites.py 45 28 0 16 1 30%
python/lsst/daf/butler/core/config.py 455 385 0 220 0 10%
python/lsst/daf/butler/core/configSupport.py 112 81 0 70 6 20%
python/lsst/daf/butler/core/constraints.py 54 35 0 28 1 24%
python/lsst/daf/butler/core/datasets/__init__.py 2 0 0 0 0 100%
python/lsst/daf/butler/core/datasets/ref.py 90 56 0 26 0 31%
python/lsst/daf/butler/core/datasets/type.py 93 61 0 32 1 26%
python/lsst/daf/butler/core/datastore.py 154 75 0 20 1 47%
python/lsst/daf/butler/core/ddl.py 129 55 0 34 0 49%
python/lsst/daf/butler/core/dimensions/__init__.py 8 0 0 0 0 100%
python/lsst/daf/butler/core/dimensions/config.py 47 34 0 12 0 22%
python/lsst/daf/butler/core/dimensions/coordinate.py 124 88 0 60 1 20%
python/lsst/daf/butler/core/dimensions/elements.py 156 92 0 20 1 40%
python/lsst/daf/butler/core/dimensions/graph.py 156 114 0 70 1 20%
python/lsst/daf/butler/core/dimensions/packer.py 51 24 0 6 1 49%
python/lsst/daf/butler/core/dimensions/records.py 42 24 0 14 1 34%
python/lsst/daf/butler/core/dimensions/schema.py 49 37 0 24 1 18%
python/lsst/daf/butler/core/dimensions/universe.py 81 51 0 24 1 31%
python/lsst/daf/butler/core/exceptions.py 6 0 0 0 0 100%
python/lsst/daf/butler/core/fileDescriptor.py 29 20 0 12 1 24%
python/lsst/daf/butler/core/fileTemplates.py 214 176 0 108 1 12%
python/lsst/daf/butler/core/formatter.py 100 53 0 16 1 41%
python/lsst/daf/butler/core/location.py 195 144 0 76 0 19%
python/lsst/daf/butler/core/mappingFactory.py 54 39 0 16 0 21%
python/lsst/daf/butler/core/named.py 169 90 0 34 0 40%
python/lsst/daf/butler/core/quantum.py 72 47 0 22 1 28%
python/lsst/daf/butler/core/repoRelocation.py 17 9 0 6 0 35%
python/lsst/daf/butler/core/repoTransfers.py 163 116 0 84 1 20%
python/lsst/daf/butler/core/s3utils.py 60 48 0 28 0 14%
python/lsst/daf/butler/core/storageClass.py 223 175 0 116 0 14%
python/lsst/daf/butler/core/storedFileInfo.py 31 11 0 6 0 59%
python/lsst/daf/butler/core/time_utils.py 31 20 0 4 0 31%
python/lsst/daf/butler/core/timespan.py 41 23 0 18 0 31%
python/lsst/daf/butler/core/utils.py 80 45 0 28 3 37%
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 11 0 0 0 0 100%
python/lsst/daf/butler/registry/_collectionType.py 7 0 0 0 0 100%
python/lsst/daf/butler/registry/_config.py 30 12 0 4 1 56%
python/lsst/daf/butler/registry/_dbAuth.py 82 66 0 50 0 12%
python/lsst/daf/butler/registry/_exceptions.py 4 0 0 0 0 100%
python/lsst/daf/butler/registry/_registry.py 387 318 0 191 1 12%
python/lsst/daf/butler/registry/bridge/__init__.py 0 0 0 0 0 100%
python/lsst/daf/butler/registry/bridge/ephemeral.py 22 10 0 8 0 40%
python/lsst/daf/butler/registry/connectionString.py 28 17 0 8 1 33%
python/lsst/daf/butler/registry/databases/__init__.py 0 0 0 0 0 100%
python/lsst/daf/butler/registry/databases/oracle.py 92 64 0 32 0 23%
python/lsst/daf/butler/registry/databases/postgresql.py 52 32 0 10 0 32%
python/lsst/daf/butler/registry/databases/sqlite.py 167 127 0 76 0 17%
python/lsst/daf/butler/registry/interfaces/__init__.py 6 0 0 0 0 100%
python/lsst/daf/butler/registry/interfaces/_bridge.py 64 27 0 4 1 59%
python/lsst/daf/butler/registry/interfaces/_collections.py 81 30 0 6 1 60%
python/lsst/daf/butler/registry/interfaces/_database.py 246 195 0 124 0 14%
python/lsst/daf/butler/registry/interfaces/_datasets.py 48 18 0 2 1 62%
python/lsst/daf/butler/registry/interfaces/_dimensions.py 70 38 0 16 1 38%
python/lsst/daf/butler/registry/interfaces/_opaque.py 30 11 0 2 0 59%
python/lsst/daf/butler/registry/nameShrinker.py 21 13 0 2 0 35%
python/lsst/daf/butler/registry/queries/__init__.py 3 0 0 0 0 100%
python/lsst/daf/butler/registry/queries/_builder.py 115 91 0 54 1 15%
python/lsst/daf/butler/registry/queries/_query.py 35 20 0 13 0 31%
python/lsst/daf/butler/registry/queries/_structs.py 87 52 0 30 0 37%
python/lsst/daf/butler/registry/queries/exprParser/__init__.py 4 0 0 0 0 100%
python/lsst/daf/butler/registry/queries/exprParser/exprTree.py 101 56 0 8 1 42%
python/lsst/daf/butler/registry/queries/exprParser/parserLex.py 60 26 0 2 0 55%
python/lsst/daf/butler/registry/queries/exprParser/parserYacc.py 134 96 0 50 0 21%
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 18 2 0 2 1 85%
python/lsst/daf/butler/registry/queries/expressions.py 114 81 0 38 3 24%
python/lsst/daf/butler/registry/simpleQuery.py 34 18 0 12 0 35%
python/lsst/daf/butler/registry/tables.py 14 5 0 0 0 64%
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 487 451 0 108 0 6%
python/lsst/daf/butler/registry/wildcards.py 217 158 0 119 1 18%
python/lsst/daf/butler/script/__init__.py 3 0 0 0 0 100%
python/lsst/daf/butler/script/configDump.py 9 7 0 2 0 18%
python/lsst/daf/butler/script/configValidate.py 6 4 0 0 0 33%
python/lsst/daf/butler/script/createRepo.py 4 2 0 0 0 50%
python/lsst/daf/butler/tests/__init__.py 4 0 0 0 0 100%
python/lsst/daf/butler/tests/_datasetsHelper.py 54 36 0 16 0 26%
python/lsst/daf/butler/tests/_dummyRegistry.py 61 35 0 24 0 31%
python/lsst/daf/butler/tests/_examplePythonTypes.py 70 51 0 12 0 23%
python/lsst/daf/butler/tests/_testRepo.py 66 58 0 38 0 8%
python/lsst/daf/butler/version.py 5 0 0 0 0 100%
tests/test_butler.py 661 542 0 66 1 17%
tests/test_cliArgumentRepo.py 45 24 0 2 1 47%
tests/test_cliCmdConfigDump.py 57 43 0 2 1 25%
tests/test_cliCmdConfigValidate.py 26 15 0 2 1 43%
tests/test_cliOption.py 84 54 0 2 1 36%
tests/test_cliPluginLoader.py 68 45 0 4 1 33%
tests/test_cliUtilSplitCommas.py 35 21 0 2 1 41%
tests/test_cliUtilSplitKv.py 73 54 0 2 1 27%
tests/test_cliUtilToUpper.py 30 17 0 2 1 44%
tests/test_commandLine.py 27 15 0 2 1 45%
tests/test_composites.py 47 37 0 4 1 22%
tests/test_config.py 360 301 0 40 1 15%
tests/test_connectionString.py 40 21 0 6 1 43%
tests/test_constraints.py 95 82 0 2 1 14%
tests/test_datasets.py 153 135 0 16 1 11%
tests/test_datastore.py 470 377 0 82 1 17%
tests/test_dbAuth.py 142 124 0 10 1 12%
tests/test_ddl.py 33 22 0 4 1 32%
tests/test_dimensions.py 127 109 0 40 1 11%
tests/test_exprParserLex.py 180 161 0 12 1 10%
tests/test_exprParserYacc.py 270 236 0 16 1 12%
tests/test_formatter.py 78 64 0 4 1 18%
tests/test_location.py 101 88 0 12 1 12%
tests/test_matplotlibFormatter.py 42 23 0 6 1 46%
tests/test_oracle.py 78 42 0 17 1 43%
tests/test_parquet.py 54 36 0 6 1 35%
tests/test_postgresql.py 58 23 0 6 1 62%
tests/test_quantum.py 49 42 0 2 1 16%
tests/test_s3utils.py 48 32 0 10 1 33%
tests/test_sqlite.py 161 110 0 10 1 30%
tests/test_storageClass.py 140 125 0 4 1 11%
tests/test_templates.py 158 141 0 6 1 11%
tests/test_testRepo.py 84 62 0 4 1 26%
tests/test_time_utils.py 58 48 0 8 1 17%
tests/test_utils.py 103 72 0 4 1 30%

No items found using the specified filter.