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 19179 14243 0 5716 157 21%
python/lsst/__init__.py 2 0 0 0 0 100%
python/lsst/daf/__init__.py 2 0 0 0 0 100%
python/lsst/daf/butler/__init__.py 7 0 0 0 0 100%
python/lsst/daf/butler/_butler.py 401 343 0 242 0 9%
python/lsst/daf/butler/_butlerConfig.py 40 28 0 18 0 21%
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 101 64 0 32 0 28%
python/lsst/daf/butler/cli/cliLog.py 76 51 0 26 0 25%
python/lsst/daf/butler/cli/cmd/__init__.py 2 0 0 0 0 100%
python/lsst/daf/butler/cli/cmd/commands.py 87 16 0 4 0 78%
python/lsst/daf/butler/cli/opt/__init__.py 2 0 0 0 0 100%
python/lsst/daf/butler/cli/opt/arguments.py 5 0 0 0 0 100%
python/lsst/daf/butler/cli/opt/options.py 30 10 0 4 0 59%
python/lsst/daf/butler/cli/utils.py 220 124 0 60 3 37%
python/lsst/daf/butler/core/__init__.py 24 0 0 0 0 100%
python/lsst/daf/butler/core/_butlerUri.py 567 357 0 234 21 31%
python/lsst/daf/butler/core/composites.py 57 38 0 22 1 25%
python/lsst/daf/butler/core/config.py 447 229 0 216 30 43%
python/lsst/daf/butler/core/configSupport.py 114 83 0 72 6 20%
python/lsst/daf/butler/core/constraints.py 54 35 0 28 1 24%
python/lsst/daf/butler/core/datasets/__init__.py 3 0 0 0 0 100%
python/lsst/daf/butler/core/datasets/association.py 14 3 0 4 0 72%
python/lsst/daf/butler/core/datasets/ref.py 86 53 0 24 0 32%
python/lsst/daf/butler/core/datasets/type.py 150 111 0 72 1 18%
python/lsst/daf/butler/core/datastore.py 158 78 0 22 1 46%
python/lsst/daf/butler/core/ddl.py 141 62 0 42 1 47%
python/lsst/daf/butler/core/dimensions/__init__.py 9 0 0 0 0 100%
python/lsst/daf/butler/core/dimensions/_dataCoordinateIterable.py 205 126 0 78 0 28%
python/lsst/daf/butler/core/dimensions/config.py 46 33 0 12 0 22%
python/lsst/daf/butler/core/dimensions/coordinate.py 209 131 0 76 1 28%
python/lsst/daf/butler/core/dimensions/elements.py 162 97 0 24 1 39%
python/lsst/daf/butler/core/dimensions/graph.py 155 112 0 64 1 21%
python/lsst/daf/butler/core/dimensions/packer.py 51 24 0 6 1 49%
python/lsst/daf/butler/core/dimensions/records.py 68 47 0 36 1 21%
python/lsst/daf/butler/core/dimensions/schema.py 79 58 0 26 1 21%
python/lsst/daf/butler/core/dimensions/universe.py 99 60 0 28 1 33%
python/lsst/daf/butler/core/exceptions.py 6 0 0 0 0 100%
python/lsst/daf/butler/core/fileDataset.py 21 8 0 6 0 56%
python/lsst/daf/butler/core/fileDescriptor.py 29 20 0 12 1 24%
python/lsst/daf/butler/core/fileTemplates.py 240 199 0 124 1 12%
python/lsst/daf/butler/core/formatter.py 171 117 0 58 1 24%
python/lsst/daf/butler/core/location.py 74 49 0 22 0 26%
python/lsst/daf/butler/core/mappingFactory.py 58 42 0 16 0 22%
python/lsst/daf/butler/core/named.py 179 96 0 36 0 40%
python/lsst/daf/butler/core/quantum.py 54 35 0 22 1 26%
python/lsst/daf/butler/core/repoRelocation.py 17 9 0 6 0 35%
python/lsst/daf/butler/core/s3utils.py 68 53 0 30 0 15%
python/lsst/daf/butler/core/simpleQuery.py 42 25 0 14 0 30%
python/lsst/daf/butler/core/storageClass.py 241 99 0 124 11 52%
python/lsst/daf/butler/core/storageClassDelegate.py 116 92 0 58 1 16%
python/lsst/daf/butler/core/storedFileInfo.py 31 11 0 6 0 59%
python/lsst/daf/butler/core/time_utils.py 51 30 0 8 0 36%
python/lsst/daf/butler/core/timespan.py 160 109 0 66 0 23%
python/lsst/daf/butler/core/utils.py 103 56 0 42 3 37%
python/lsst/daf/butler/core/webdavutils.py 102 83 0 22 0 15%
python/lsst/daf/butler/formatters/__init__.py 0 0 0 0 0 100%
python/lsst/daf/butler/formatters/file.py 52 35 0 14 1 27%
python/lsst/daf/butler/formatters/yaml.py 42 27 0 10 1 31%
python/lsst/daf/butler/registry/__init__.py 10 0 0 0 0 100%
python/lsst/daf/butler/registry/_collectionType.py 11 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 375 310 0 174 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/postgresql.py 131 84 0 32 0 29%
python/lsst/daf/butler/registry/databases/sqlite.py 189 144 0 84 0 17%
python/lsst/daf/butler/registry/interfaces/__init__.py 8 0 0 0 0 100%
python/lsst/daf/butler/registry/interfaces/_attributes.py 24 7 0 2 1 69%
python/lsst/daf/butler/registry/interfaces/_bridge.py 65 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 292 226 0 142 0 15%
python/lsst/daf/butler/registry/interfaces/_datasets.py 59 24 0 4 1 57%
python/lsst/daf/butler/registry/interfaces/_dimensions.py 73 39 0 16 1 39%
python/lsst/daf/butler/registry/interfaces/_opaque.py 31 11 0 2 0 61%
python/lsst/daf/butler/registry/interfaces/_versioning.py 52 34 0 18 0 26%
python/lsst/daf/butler/registry/nameShrinker.py 21 13 0 2 0 35%
python/lsst/daf/butler/registry/queries/__init__.py 4 0 0 0 0 100%
python/lsst/daf/butler/registry/queries/_builder.py 130 109 0 70 0 10%
python/lsst/daf/butler/registry/queries/_query.py 248 169 0 79 1 24%
python/lsst/daf/butler/registry/queries/_results.py 120 77 0 40 0 27%
python/lsst/daf/butler/registry/queries/_structs.py 98 54 0 32 0 42%
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/tests/__init__.py 2 0 0 0 0 100%
python/lsst/daf/butler/registry/tests/_database.py 393 354 0 134 0 7%
python/lsst/daf/butler/registry/tests/_registry.py 745 700 0 118 0 5%
python/lsst/daf/butler/registry/versions.py 113 82 0 52 1 19%
python/lsst/daf/butler/registry/wildcards.py 221 161 0 121 1 18%
python/lsst/daf/butler/script/__init__.py 10 0 0 0 0 100%
python/lsst/daf/butler/script/butlerImport.py 6 4 0 2 0 25%
python/lsst/daf/butler/script/certifyCalibrations.py 16 13 0 4 0 15%
python/lsst/daf/butler/script/configDump.py 9 7 0 2 0 18%
python/lsst/daf/butler/script/configValidate.py 11 9 0 0 0 18%
python/lsst/daf/butler/script/createRepo.py 4 2 0 0 0 50%
python/lsst/daf/butler/script/pruneCollection.py 4 2 0 0 0 50%
python/lsst/daf/butler/script/queryCollections.py 10 7 0 2 0 25%
python/lsst/daf/butler/script/queryDatasetTypes.py 13 10 0 8 0 14%
python/lsst/daf/butler/script/queryDatasets.py 62 51 0 36 0 11%
python/lsst/daf/butler/script/removeDatasetType.py 5 2 0 0 0 60%
python/lsst/daf/butler/tests/__init__.py 6 0 0 0 0 100%
python/lsst/daf/butler/tests/_datasetsHelper.py 56 38 0 16 0 25%
python/lsst/daf/butler/tests/_dummyRegistry.py 71 39 0 24 0 34%
python/lsst/daf/butler/tests/_examplePythonTypes.py 81 59 0 16 0 23%
python/lsst/daf/butler/tests/_testRepo.py 66 58 0 34 0 8%
python/lsst/daf/butler/tests/cliCmdTestBase.py 45 27 0 8 0 34%
python/lsst/daf/butler/tests/cliLogTestBase.py 69 38 0 20 1 36%
python/lsst/daf/butler/tests/testFormatters.py 84 53 0 26 1 29%
python/lsst/daf/butler/transfers/__init__.py 3 0 0 0 0 100%
python/lsst/daf/butler/transfers/_context.py 102 85 0 72 0 10%
python/lsst/daf/butler/transfers/_interfaces.py 26 6 0 0 0 77%
python/lsst/daf/butler/transfers/_yaml.py 146 119 0 102 0 11%
python/lsst/daf/butler/version.py 5 0 0 0 0 100%
setup.py 44 44 0 16 0 0%
tests/test_butler.py 775 626 0 90 1 18%
tests/test_cliCmdConfigDump.py 81 61 0 2 1 25%
tests/test_cliCmdConfigValidate.py 30 16 0 2 1 47%
tests/test_cliCmdCreate.py 16 6 0 2 1 61%
tests/test_cliCmdImport.py 41 19 0 2 1 53%
tests/test_cliCmdPruneCollection.py 32 23 0 2 1 29%
tests/test_cliCmdQueryCollections.py 33 17 0 2 1 49%
tests/test_cliCmdQueryDatasetTypes.py 59 42 0 2 1 30%
tests/test_cliCmdQueryDatasets.py 104 74 0 6 1 28%
tests/test_cliLog.py 20 6 0 2 1 68%
tests/test_cliPluginLoader.py 74 49 0 2 1 34%
tests/test_cliUtilSplitCommas.py 39 22 0 2 1 44%
tests/test_cliUtilSplitKv.py 119 88 0 4 1 26%
tests/test_cliUtilToUpper.py 28 15 0 2 1 47%
tests/test_cliUtils.py 164 110 0 8 1 32%
tests/test_composites.py 45 35 0 4 1 22%
tests/test_config.py 398 338 0 44 1 14%
tests/test_connectionString.py 40 21 0 6 1 43%
tests/test_constraints.py 95 82 0 2 1 14%
tests/test_datasets.py 254 231 0 22 1 9%
tests/test_datastore.py 509 415 0 92 1 16%
tests/test_dbAuth.py 136 122 0 10 1 10%
tests/test_ddl.py 33 22 0 4 1 32%
tests/test_dimensions.py 317 273 0 120 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 122 105 0 10 1 14%
tests/test_location.py 181 160 0 20 1 11%
tests/test_matplotlibFormatter.py 44 24 0 6 1 46%
tests/test_parquet.py 54 36 0 6 1 35%
tests/test_postgresql.py 87 48 0 22 1 40%
tests/test_quantum.py 23 18 0 2 1 24%
tests/test_s3utils.py 48 32 0 10 1 33%
tests/test_simpleButler.py 109 89 0 16 1 17%
tests/test_sqlite.py 166 113 0 10 1 31%
tests/test_storageClass.py 140 125 0 4 1 11%
tests/test_templates.py 160 143 0 6 1 11%
tests/test_testRepo.py 84 62 0 2 1 27%
tests/test_time_utils.py 72 59 0 8 1 18%
tests/test_timespan.py 80 66 0 26 1 14%
tests/test_uri.py 289 245 0 14 1 16%
tests/test_utils.py 143 100 0 6 1 30%
tests/test_webdavutils.py 59 36 0 2 1 39%

No items found using the specified filter.