Coverage report: 27%

coverage.py v7.3.0, created at 2023-08-31 09:39 +0000

Module statements missing excluded branches partial coverage
python/lsst/__init__.py 2 0 0 0 0 100%
python/lsst/pipe/__init__.py 2 0 0 0 0 100%
python/lsst/pipe/base/__init__.py 19 0 0 0 0 100%
python/lsst/pipe/base/_datasetQueryConstraints.py 68 29 3 18 0 50%
python/lsst/pipe/base/_dataset_handle.py 89 66 0 40 0 19%
python/lsst/pipe/base/_instrument.py 125 64 5 68 0 52%
python/lsst/pipe/base/_observation_dimension_packer.py 49 31 0 20 0 29%
python/lsst/pipe/base/_quantumContext.py 147 107 0 80 0 21%
python/lsst/pipe/base/_status.py 7 0 0 0 0 100%
python/lsst/pipe/base/_task_metadata.py 205 164 1 104 0 15%
python/lsst/pipe/base/all_dimensions_quantum_graph_builder.py 200 156 0 110 0 19%
python/lsst/pipe/base/automatic_connection_constants.py 25 0 0 0 0 100%
python/lsst/pipe/base/cli/__init__.py 0 0 0 0 0 100%
python/lsst/pipe/base/cli/cmd/__init__.py 2 0 0 0 0 100%
python/lsst/pipe/base/cli/cmd/commands.py 22 3 0 26 0 94%
python/lsst/pipe/base/cli/opt/__init__.py 2 0 0 0 0 100%
python/lsst/pipe/base/cli/opt/arguments.py 2 0 0 0 0 100%
python/lsst/pipe/base/cli/opt/options.py 4 0 0 0 0 100%
python/lsst/pipe/base/config.py 78 31 3 41 4 48%
python/lsst/pipe/base/configOverrides.py 112 77 2 50 0 22%
python/lsst/pipe/base/connectionTypes.py 71 15 0 28 5 78%
python/lsst/pipe/base/connections.py 305 155 2 149 12 43%
python/lsst/pipe/base/executionButlerBuilder.py 148 128 0 82 0 9%
python/lsst/pipe/base/graph/__init__.py 3 0 0 0 0 100%
python/lsst/pipe/base/graph/_implDetails.py 50 31 0 22 0 29%
python/lsst/pipe/base/graph/_loadHelpers.py 82 56 3 26 0 26%
python/lsst/pipe/base/graph/_versionDeserializers.py 250 174 8 82 0 31%
python/lsst/pipe/base/graph/graph.py 390 295 0 202 0 20%
python/lsst/pipe/base/graph/quantumNode.py 61 19 0 16 0 65%
python/lsst/pipe/base/graphBuilder.py 32 14 0 4 0 50%
python/lsst/pipe/base/pipeTools.py 31 20 2 12 0 26%
python/lsst/pipe/base/pipeline.py 454 330 4 228 0 23%
python/lsst/pipe/base/pipelineIR.py 387 278 0 224 0 21%
python/lsst/pipe/base/pipelineTask.py 16 4 7 0 0 75%
python/lsst/pipe/base/pipeline_graph/__init__.py 8 0 0 0 0 100%
python/lsst/pipe/base/pipeline_graph/_dataset_types.py 81 42 2 32 0 49%
python/lsst/pipe/base/pipeline_graph/_edges.py 191 115 3 98 0 37%
python/lsst/pipe/base/pipeline_graph/_exceptions.py 12 0 0 0 0 100%
python/lsst/pipe/base/pipeline_graph/_mapping_views.py 59 24 0 14 0 53%
python/lsst/pipe/base/pipeline_graph/_nodes.py 22 4 0 2 0 83%
python/lsst/pipe/base/pipeline_graph/_pipeline_graph.py 373 283 18 202 0 19%
python/lsst/pipe/base/pipeline_graph/_task_subsets.py 37 16 0 8 0 60%
python/lsst/pipe/base/pipeline_graph/_tasks.py 262 150 3 96 0 41%
python/lsst/pipe/base/prerequisite_helpers.py 194 112 5 70 0 35%
python/lsst/pipe/base/quantum_graph_builder.py 370 276 4 194 0 25%
python/lsst/pipe/base/quantum_graph_skeleton.py 136 70 3 32 0 43%
python/lsst/pipe/base/script/__init__.py 2 0 0 0 0 100%
python/lsst/pipe/base/script/register_instrument.py 8 4 0 2 0 40%
python/lsst/pipe/base/script/transfer_from_graph.py 48 42 0 24 0 8%
python/lsst/pipe/base/struct.py 28 15 0 10 0 34%
python/lsst/pipe/base/task.py 108 66 2 34 0 35%
python/lsst/pipe/base/taskFactory.py 9 0 5 2 0 100%
python/lsst/pipe/base/testUtils.py 130 107 9 46 0 13%
python/lsst/pipe/base/tests/__init__.py 0 0 0 0 0 100%
python/lsst/pipe/base/tests/mocks/__init__.py 4 0 0 0 0 100%
python/lsst/pipe/base/tests/mocks/_data_id_match.py 59 34 3 12 0 35%
python/lsst/pipe/base/tests/mocks/_pipeline_task.py 206 138 2 82 0 24%
python/lsst/pipe/base/tests/mocks/_storage_class.py 171 87 3 60 0 43%
python/lsst/pipe/base/tests/simpleQGraph.py 161 104 2 58 0 27%
python/lsst/pipe/base/tests/util.py 44 38 0 40 0 7%
python/lsst/pipe/base/version.py 5 0 0 0 0 100%
tests/test_cliCmdRegisterInstrument.py 17 5 2 4 0 76%
tests/test_configOverrides.py 160 125 3 50 0 17%
tests/test_config_formatter.py 26 12 2 0 0 54%
tests/test_connections.py 104 85 3 26 0 15%
tests/test_dataid_match.py 52 41 2 32 0 13%
tests/test_dataset_handle.py 97 79 2 6 0 19%
tests/test_dynamic_connections.py 180 155 2 32 0 12%
tests/test_executionButler.py 21 9 3 4 0 48%
tests/test_graphBuilder.py 65 48 3 22 0 20%
tests/test_instrument.py 141 107 2 32 0 23%
tests/test_pipeTools.py 98 73 3 14 0 22%
tests/test_pipeline.py 87 67 3 14 0 20%
tests/test_pipelineIR.py 177 146 3 28 0 15%
tests/test_pipelineTask.py 221 180 3 46 0 15%
tests/test_pipeline_graph.py 511 432 3 98 0 15%
tests/test_quantumGraph.py 342 257 3 107 0 19%
tests/test_struct.py 47 34 3 10 0 23%
tests/test_task.py 186 130 3 30 0 30%
tests/test_taskmetadata.py 160 148 2 46 0 7%
tests/test_testUtils.py 311 230 3 84 0 22%
Total 9171 6337 157 3435 21 27%

No items found using the specified filter.