python/lsst/__init__.py |
2 |
0 |
0 |
0 |
0 |
100% |
python/lsst/ctrl/__init__.py |
2 |
0 |
0 |
0 |
0 |
100% |
python/lsst/ctrl/mpexec/__init__.py |
10 |
0 |
0 |
0 |
0 |
100% |
python/lsst/ctrl/mpexec/cli/__init__.py |
0 |
0 |
0 |
0 |
0 |
100% |
python/lsst/ctrl/mpexec/cli/cmd/__init__.py |
2 |
0 |
0 |
0 |
0 |
100% |
python/lsst/ctrl/mpexec/cli/cmd/commands.py |
34 |
8 |
0 |
2 |
0 |
72% |
python/lsst/ctrl/mpexec/cli/opt/__init__.py |
7 |
0 |
0 |
0 |
0 |
100% |
python/lsst/ctrl/mpexec/cli/opt/delete.py |
15 |
0 |
0 |
0 |
0 |
100% |
python/lsst/ctrl/mpexec/cli/opt/order_pipeline.py |
10 |
0 |
0 |
0 |
0 |
100% |
python/lsst/ctrl/mpexec/cli/opt/pipeline.py |
10 |
0 |
0 |
0 |
0 |
100% |
python/lsst/ctrl/mpexec/cli/opt/pipeline_dot.py |
9 |
0 |
0 |
0 |
0 |
100% |
python/lsst/ctrl/mpexec/cli/opt/save_pipeline.py |
10 |
0 |
0 |
0 |
0 |
100% |
python/lsst/ctrl/mpexec/cli/opt/show.py |
13 |
0 |
0 |
0 |
0 |
100% |
python/lsst/ctrl/mpexec/cli/opt/task.py |
15 |
0 |
0 |
0 |
0 |
100% |
python/lsst/ctrl/mpexec/cli/pipetask.py |
11 |
2 |
0 |
0 |
0 |
82% |
python/lsst/ctrl/mpexec/cli/script/__init__.py |
1 |
0 |
0 |
0 |
0 |
100% |
python/lsst/ctrl/mpexec/cli/script/build.py |
24 |
20 |
0 |
2 |
0 |
15% |
python/lsst/ctrl/mpexec/cli/utils.py |
18 |
13 |
0 |
12 |
0 |
17% |
python/lsst/ctrl/mpexec/cmdLineFwk.py |
392 |
320 |
0 |
186 |
0 |
12% |
python/lsst/ctrl/mpexec/cmdLineParser.py |
129 |
96 |
0 |
24 |
0 |
22% |
python/lsst/ctrl/mpexec/dotTools.py |
109 |
95 |
0 |
56 |
0 |
8% |
python/lsst/ctrl/mpexec/execFixupDataId.py |
31 |
23 |
0 |
16 |
0 |
17% |
python/lsst/ctrl/mpexec/executionGraphFixup.py |
8 |
1 |
0 |
0 |
0 |
88% |
python/lsst/ctrl/mpexec/mpGraphExecutor.py |
77 |
60 |
0 |
22 |
0 |
17% |
python/lsst/ctrl/mpexec/preExecInit.py |
100 |
86 |
0 |
44 |
0 |
10% |
python/lsst/ctrl/mpexec/quantumGraphExecutor.py |
8 |
2 |
0 |
0 |
0 |
75% |
python/lsst/ctrl/mpexec/singleQuantumExecutor.py |
85 |
68 |
0 |
38 |
0 |
14% |
python/lsst/ctrl/mpexec/taskFactory.py |
25 |
17 |
0 |
12 |
0 |
22% |
python/lsst/ctrl/mpexec/util.py |
52 |
43 |
0 |
32 |
0 |
11% |
python/lsst/ctrl/mpexec/version.py |
5 |
0 |
0 |
0 |
0 |
100% |
tests/testUtil.py |
133 |
92 |
0 |
42 |
0 |
23% |
tests/test_cliCmd.py |
14 |
2 |
0 |
2 |
1 |
81% |
tests/test_cliOption.py |
37 |
1 |
0 |
2 |
1 |
95% |
tests/test_cliScript.py |
39 |
26 |
0 |
6 |
1 |
31% |
tests/test_cliUtils.py |
22 |
13 |
0 |
2 |
1 |
42% |
tests/test_cmdLineFwk.py |
218 |
168 |
0 |
16 |
2 |
22% |
tests/test_cmdLineParser.py |
155 |
132 |
0 |
2 |
1 |
15% |
tests/test_dotTools.py |
74 |
48 |
0 |
20 |
1 |
29% |
tests/test_executors.py |
50 |
33 |
0 |
12 |
1 |
29% |
tests/test_preExecInit.py |
57 |
45 |
0 |
20 |
1 |
17% |