cdd-cli 3.2.2 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.~lock.ROADMAP.md# +1 -0
- package/CHANGELOG.md +51 -0
- package/README.es.md +198 -0
- package/README.md +81 -23
- package/ROADMAP.md +647 -0
- package/coverage/clover.xml +400 -519
- package/coverage/coverage-final.json +16 -20
- package/coverage/lcov-report/ContainerCreationPrompt.jsx.html +400 -0
- package/coverage/lcov-report/ControlsHUD.jsx.html +256 -0
- package/coverage/lcov-report/components/ContainerCreationPrompt.jsx.html +31 -13
- package/coverage/lcov-report/components/PromptField.jsx.html +4 -4
- package/coverage/lcov-report/components/SuggestionPanel.jsx.html +37 -13
- package/coverage/lcov-report/components/index.html +14 -14
- package/coverage/lcov-report/helpers/constants.js.html +87 -33
- package/coverage/lcov-report/helpers/containerOptionsBuilder.js.html +40 -40
- package/coverage/lcov-report/helpers/dockerHubService.js.html +310 -0
- package/coverage/lcov-report/helpers/dockerService/serviceComponents/containerActions.js.html +1 -1
- package/coverage/lcov-report/helpers/dockerService/serviceComponents/containerList.js.html +1 -1
- package/coverage/lcov-report/helpers/dockerService/serviceComponents/index.html +1 -1
- package/coverage/lcov-report/helpers/imageNameUtils.js.html +18 -18
- package/coverage/lcov-report/helpers/index.html +77 -62
- package/coverage/lcov-report/helpers/logger.js.html +60 -60
- package/coverage/lcov-report/helpers/safeCall.js.html +14 -14
- package/coverage/lcov-report/helpers/validationHelpers.js.html +52 -52
- package/coverage/lcov-report/hooks/creation/index.html +19 -19
- package/coverage/lcov-report/hooks/creation/useContainerActions.js.html +4 -4
- package/coverage/lcov-report/hooks/creation/useContainerCreation.js.html +225 -48
- package/coverage/lcov-report/hooks/creation/useLogsViewer.js.html +5 -5
- package/coverage/lcov-report/hooks/debug/index.html +1 -1
- package/coverage/lcov-report/hooks/debug/useDebugLogs.js.html +7 -7
- package/coverage/lcov-report/hooks/index.html +15 -15
- package/coverage/lcov-report/hooks/navigation/index.html +1 -1
- package/coverage/lcov-report/hooks/navigation/useContainerSelection.js.html +6 -6
- package/coverage/lcov-report/hooks/useContainerCommandRouter.js.html +13 -13
- package/coverage/lcov-report/hooks/useControls.js.html +82 -40
- package/coverage/lcov-report/hooks/useEraseConfirmation.js.html +5 -5
- package/coverage/lcov-report/hooks/useExitHandler.js.html +6 -6
- package/coverage/lcov-report/index.html +38 -68
- package/coverage/lcov.info +742 -981
- package/dist/App.js +7 -1
- package/dist/components/ContainerCreationPrompt.js +26 -10
- package/dist/components/ControlsHUD.js +106 -0
- package/dist/components/SuggestionPanel.js +16 -7
- package/dist/helpers/constants.js +60 -21
- package/dist/helpers/dockerHubService.js +111 -0
- package/dist/helpers/logger.js +1 -1
- package/dist/hooks/creation/useContainerActions.js +22 -5
- package/dist/hooks/creation/useContainerCreation.js +395 -107
- package/dist/hooks/useContainerCommandRouter.js +1 -1
- package/dist/hooks/useControls.js +23 -7
- package/dist/index.js +7 -0
- package/package.json +1 -1
- package/src/App.jsx +6 -0
- package/src/components/ContainerCreationPrompt.jsx +15 -5
- package/src/components/ControlsHUD.jsx +66 -0
- package/src/components/SuggestionPanel.jsx +10 -2
- package/src/helpers/constants.js +38 -20
- package/src/helpers/dockerHubService.js +75 -0
- package/src/helpers/logger.js +1 -2
- package/src/hooks/creation/useContainerActions.js +19 -6
- package/src/hooks/creation/useContainerCreation.js +224 -87
- package/src/hooks/useContainerCommandRouter.js +1 -1
- package/src/hooks/useControls.js +24 -8
- package/src/index.js +4 -0
- package/test/ContainerCreationPrompt.dom.test.js +245 -0
- package/test/ControlsHUD.dom.test.js +125 -0
- package/test/SuggestionPanel.dom.test.js +30 -0
- package/test/constants.test.js +7 -0
- package/test/dockerHubService.test.js +213 -0
- package/test/logger.test.js +58 -0
- package/test/resolveImageTag.test.js +26 -0
- package/test/useContainerCreation.dom.test.js +306 -3
- package/test/useContainerCreationHub.dom.test.js +184 -0
- package/test/useControls.dom.test.js +212 -6
package/coverage/clover.xml
CHANGED
|
@@ -1,370 +1,216 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
5
|
-
<package name="components">
|
|
6
|
-
<metrics statements="19" coveredstatements="18" conditionals="26" coveredconditionals="18" methods="5" coveredmethods="5"/>
|
|
7
|
-
<file name="ContainerCreationPrompt.jsx" path="/mnt/Secondary/Proyectos/Personal/JavaScript/ProyectosWeb/CLI/CDD/src/components/ContainerCreationPrompt.jsx">
|
|
8
|
-
<metrics statements="6" coveredstatements="6" conditionals="9" coveredconditionals="5" methods="1" coveredmethods="1"/>
|
|
9
|
-
<line num="37" count="3" type="stmt"/>
|
|
10
|
-
<line num="38" count="3" type="stmt"/>
|
|
11
|
-
<line num="60" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
12
|
-
<line num="61" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
13
|
-
<line num="62" count="3" type="stmt"/>
|
|
14
|
-
<line num="83" count="1" type="stmt"/>
|
|
15
|
-
</file>
|
|
16
|
-
<file name="PromptField.jsx" path="/mnt/Secondary/Proyectos/Personal/JavaScript/ProyectosWeb/CLI/CDD/src/components/PromptField.jsx">
|
|
17
|
-
<metrics statements="6" coveredstatements="5" conditionals="8" coveredconditionals="4" methods="2" coveredmethods="2"/>
|
|
18
|
-
<line num="17" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
19
|
-
<line num="18" count="3" type="stmt"/>
|
|
20
|
-
<line num="35" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
21
|
-
<line num="36" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
22
|
-
<line num="39" count="1" type="stmt"/>
|
|
23
|
-
<line num="45" count="1" type="stmt"/>
|
|
24
|
-
</file>
|
|
25
|
-
<file name="SuggestionPanel.jsx" path="/mnt/Secondary/Proyectos/Personal/JavaScript/ProyectosWeb/CLI/CDD/src/components/SuggestionPanel.jsx">
|
|
26
|
-
<metrics statements="7" coveredstatements="7" conditionals="9" coveredconditionals="9" methods="2" coveredmethods="2"/>
|
|
27
|
-
<line num="23" count="6" type="cond" truecount="4" falsecount="0"/>
|
|
28
|
-
<line num="25" count="5" type="stmt"/>
|
|
29
|
-
<line num="27" count="5" type="stmt"/>
|
|
30
|
-
<line num="36" count="20" type="stmt"/>
|
|
31
|
-
<line num="37" count="20" type="stmt"/>
|
|
32
|
-
<line num="38" count="20" type="stmt"/>
|
|
33
|
-
<line num="48" count="2" type="stmt"/>
|
|
34
|
-
</file>
|
|
35
|
-
</package>
|
|
2
|
+
<coverage generated="1777328001186" clover="3.2.0">
|
|
3
|
+
<project timestamp="1777328001186" name="All files">
|
|
4
|
+
<metrics statements="506" coveredstatements="297" conditionals="325" coveredconditionals="165" methods="94" coveredmethods="42" elements="925" coveredelements="504" complexity="0" loc="506" ncloc="506" packages="5" files="16" classes="16"/>
|
|
36
5
|
<package name="helpers">
|
|
37
|
-
<metrics statements="
|
|
6
|
+
<metrics statements="139" coveredstatements="77" conditionals="107" coveredconditionals="49" methods="26" coveredmethods="14"/>
|
|
38
7
|
<file name="constants.js" path="/mnt/Secondary/Proyectos/Personal/JavaScript/ProyectosWeb/CLI/CDD/src/helpers/constants.js">
|
|
39
|
-
<metrics statements="
|
|
40
|
-
<line num="6" count="
|
|
41
|
-
<line num="14" count="
|
|
42
|
-
<line num="22" count="
|
|
43
|
-
<line num="27" count="
|
|
44
|
-
<line num="35" count="
|
|
45
|
-
<line num="50" count="
|
|
8
|
+
<metrics statements="12" coveredstatements="12" conditionals="7" coveredconditionals="6" methods="1" coveredmethods="1"/>
|
|
9
|
+
<line num="6" count="4" type="stmt"/>
|
|
10
|
+
<line num="14" count="4" type="stmt"/>
|
|
11
|
+
<line num="22" count="4" type="stmt"/>
|
|
12
|
+
<line num="27" count="4" type="stmt"/>
|
|
13
|
+
<line num="35" count="4" type="stmt"/>
|
|
14
|
+
<line num="50" count="4" type="stmt"/>
|
|
15
|
+
<line num="83" count="29" type="cond" truecount="2" falsecount="0"/>
|
|
16
|
+
<line num="84" count="28" type="cond" truecount="2" falsecount="0"/>
|
|
17
|
+
<line num="85" count="23" type="stmt"/>
|
|
18
|
+
<line num="86" count="23" type="stmt"/>
|
|
19
|
+
<line num="87" count="23" type="cond" truecount="2" falsecount="0"/>
|
|
20
|
+
<line num="88" count="20" type="stmt"/>
|
|
46
21
|
</file>
|
|
47
22
|
<file name="containerOptionsBuilder.js" path="/mnt/Secondary/Proyectos/Personal/JavaScript/ProyectosWeb/CLI/CDD/src/helpers/containerOptionsBuilder.js">
|
|
48
|
-
<metrics statements="19" coveredstatements="
|
|
49
|
-
<line num="22" count="
|
|
50
|
-
<line num="24" count="
|
|
51
|
-
<line num="26" count="
|
|
52
|
-
<line num="28" count="
|
|
53
|
-
<line num="31" count="
|
|
54
|
-
<line num="32" count="
|
|
55
|
-
<line num="34" count="
|
|
56
|
-
<line num="35" count="
|
|
57
|
-
<line num="36" count="
|
|
58
|
-
<line num="37" count="
|
|
59
|
-
<line num="38" count="
|
|
60
|
-
<line num="39" count="
|
|
61
|
-
<line num="40" count="
|
|
62
|
-
<line num="43" count="
|
|
63
|
-
<line num="47" count="
|
|
64
|
-
<line num="48" count="
|
|
65
|
-
<line num="49" count="
|
|
66
|
-
<line num="50" count="
|
|
67
|
-
<line num="52" count="
|
|
23
|
+
<metrics statements="19" coveredstatements="13" conditionals="18" coveredconditionals="8" methods="4" coveredmethods="3"/>
|
|
24
|
+
<line num="22" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
25
|
+
<line num="24" count="4" type="stmt"/>
|
|
26
|
+
<line num="26" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
27
|
+
<line num="28" count="4" type="stmt"/>
|
|
28
|
+
<line num="31" count="4" type="stmt"/>
|
|
29
|
+
<line num="32" count="4" type="stmt"/>
|
|
30
|
+
<line num="34" count="4" type="stmt"/>
|
|
31
|
+
<line num="35" count="0" type="stmt"/>
|
|
32
|
+
<line num="36" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
33
|
+
<line num="37" count="0" type="stmt"/>
|
|
34
|
+
<line num="38" count="0" type="stmt"/>
|
|
35
|
+
<line num="39" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
36
|
+
<line num="40" count="0" type="stmt"/>
|
|
37
|
+
<line num="43" count="4" type="stmt"/>
|
|
38
|
+
<line num="47" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
39
|
+
<line num="48" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
40
|
+
<line num="49" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
41
|
+
<line num="50" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
42
|
+
<line num="52" count="4" type="stmt"/>
|
|
43
|
+
</file>
|
|
44
|
+
<file name="dockerHubService.js" path="/mnt/Secondary/Proyectos/Personal/JavaScript/ProyectosWeb/CLI/CDD/src/helpers/dockerHubService.js">
|
|
45
|
+
<metrics statements="24" coveredstatements="1" conditionals="19" coveredconditionals="0" methods="3" coveredmethods="0"/>
|
|
46
|
+
<line num="8" count="1" type="stmt"/>
|
|
47
|
+
<line num="24" count="0" type="stmt"/>
|
|
48
|
+
<line num="26" count="0" type="stmt"/>
|
|
49
|
+
<line num="27" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
50
|
+
<line num="28" count="0" type="stmt"/>
|
|
51
|
+
<line num="29" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
52
|
+
<line num="30" count="0" type="stmt"/>
|
|
53
|
+
<line num="31" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
54
|
+
<line num="32" count="0" type="stmt"/>
|
|
55
|
+
<line num="33" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
56
|
+
<line num="34" count="0" type="stmt"/>
|
|
57
|
+
<line num="37" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
58
|
+
<line num="38" count="0" type="stmt"/>
|
|
59
|
+
<line num="41" count="0" type="stmt"/>
|
|
60
|
+
<line num="54" count="0" type="stmt"/>
|
|
61
|
+
<line num="55" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
62
|
+
<line num="57" count="0" type="stmt"/>
|
|
63
|
+
<line num="58" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
64
|
+
<line num="60" count="0" type="stmt"/>
|
|
65
|
+
<line num="62" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
66
|
+
<line num="63" count="0" type="stmt"/>
|
|
67
|
+
<line num="66" count="0" type="stmt"/>
|
|
68
|
+
<line num="67" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
69
|
+
<line num="69" count="0" type="stmt"/>
|
|
68
70
|
</file>
|
|
69
71
|
<file name="imageNameUtils.js" path="/mnt/Secondary/Proyectos/Personal/JavaScript/ProyectosWeb/CLI/CDD/src/helpers/imageNameUtils.js">
|
|
70
|
-
<metrics statements="9" coveredstatements="
|
|
71
|
-
<line num="19" count="
|
|
72
|
-
<line num="21" count="
|
|
73
|
-
<line num="22" count="
|
|
74
|
-
<line num="23" count="
|
|
75
|
-
<line num="24" count="
|
|
76
|
-
<line num="27" count="
|
|
77
|
-
<line num="28" count="
|
|
78
|
-
<line num="29" count="
|
|
79
|
-
<line num="31" count="
|
|
72
|
+
<metrics statements="9" coveredstatements="8" conditionals="6" coveredconditionals="4" methods="1" coveredmethods="1"/>
|
|
73
|
+
<line num="19" count="7" type="cond" truecount="1" falsecount="1"/>
|
|
74
|
+
<line num="21" count="7" type="stmt"/>
|
|
75
|
+
<line num="22" count="7" type="stmt"/>
|
|
76
|
+
<line num="23" count="7" type="cond" truecount="1" falsecount="1"/>
|
|
77
|
+
<line num="24" count="0" type="stmt"/>
|
|
78
|
+
<line num="27" count="7" type="stmt"/>
|
|
79
|
+
<line num="28" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
80
|
+
<line num="29" count="5" type="stmt"/>
|
|
81
|
+
<line num="31" count="7" type="stmt"/>
|
|
80
82
|
</file>
|
|
81
83
|
<file name="logger.js" path="/mnt/Secondary/Proyectos/Personal/JavaScript/ProyectosWeb/CLI/CDD/src/helpers/logger.js">
|
|
82
|
-
<metrics statements="36" coveredstatements="
|
|
83
|
-
<line num="5" count="
|
|
84
|
-
<line num="27" count="
|
|
85
|
-
<line num="28" count="
|
|
84
|
+
<metrics statements="36" coveredstatements="10" conditionals="24" coveredconditionals="6" methods="11" coveredmethods="3"/>
|
|
85
|
+
<line num="5" count="2" type="stmt"/>
|
|
86
|
+
<line num="27" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
87
|
+
<line num="28" count="4" type="stmt"/>
|
|
86
88
|
<line num="30" count="0" type="stmt"/>
|
|
87
89
|
<line num="31" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
88
90
|
<line num="32" count="0" type="stmt"/>
|
|
89
91
|
<line num="34" count="0" type="stmt"/>
|
|
90
|
-
<line num="38" count="
|
|
91
|
-
<line num="42" count="
|
|
92
|
-
<line num="44" count="
|
|
93
|
-
<line num="47" count="
|
|
94
|
-
<line num="48" count="
|
|
95
|
-
<line num="52" count="
|
|
96
|
-
<line num="53" count="
|
|
97
|
-
<line num="56" count="
|
|
98
|
-
<line num="57" count="
|
|
99
|
-
<line num="58" count="
|
|
100
|
-
<line num="59" count="
|
|
101
|
-
<line num="62" count="
|
|
102
|
-
<line num="64" count="
|
|
103
|
-
<line num="65" count="
|
|
104
|
-
<line num="66" count="
|
|
105
|
-
<line num="67" count="
|
|
92
|
+
<line num="38" count="2" type="cond" truecount="3" falsecount="0"/>
|
|
93
|
+
<line num="42" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
94
|
+
<line num="44" count="2" type="stmt"/>
|
|
95
|
+
<line num="47" count="0" type="stmt"/>
|
|
96
|
+
<line num="48" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
97
|
+
<line num="52" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
98
|
+
<line num="53" count="0" type="stmt"/>
|
|
99
|
+
<line num="56" count="0" type="stmt"/>
|
|
100
|
+
<line num="57" count="0" type="stmt"/>
|
|
101
|
+
<line num="58" count="0" type="stmt"/>
|
|
102
|
+
<line num="59" count="0" type="stmt"/>
|
|
103
|
+
<line num="62" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
104
|
+
<line num="64" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
105
|
+
<line num="65" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
106
|
+
<line num="66" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
107
|
+
<line num="67" count="0" type="stmt"/>
|
|
106
108
|
<line num="69" count="0" type="stmt"/>
|
|
107
|
-
<line num="73" count="
|
|
109
|
+
<line num="73" count="0" type="stmt"/>
|
|
108
110
|
<line num="74" count="0" type="stmt"/>
|
|
109
111
|
<line num="75" count="0" type="stmt"/>
|
|
110
|
-
<line num="87" count="
|
|
111
|
-
<line num="89" count="
|
|
112
|
-
<line num="92" count="
|
|
112
|
+
<line num="87" count="2" type="stmt"/>
|
|
113
|
+
<line num="89" count="0" type="stmt"/>
|
|
114
|
+
<line num="92" count="0" type="stmt"/>
|
|
113
115
|
<line num="95" count="0" type="stmt"/>
|
|
114
|
-
<line num="98" count="
|
|
115
|
-
<line num="107" count="
|
|
116
|
+
<line num="98" count="0" type="stmt"/>
|
|
117
|
+
<line num="107" count="20" type="cond" truecount="1" falsecount="1"/>
|
|
116
118
|
<line num="108" count="0" type="stmt"/>
|
|
117
|
-
<line num="110" count="
|
|
118
|
-
<line num="111" count="
|
|
119
|
+
<line num="110" count="20" type="stmt"/>
|
|
120
|
+
<line num="111" count="20" type="stmt"/>
|
|
119
121
|
</file>
|
|
120
122
|
<file name="safeCall.js" path="/mnt/Secondary/Proyectos/Personal/JavaScript/ProyectosWeb/CLI/CDD/src/helpers/safeCall.js">
|
|
121
|
-
<metrics statements="4" coveredstatements="
|
|
122
|
-
<line num="11" count="
|
|
123
|
-
<line num="12" count="
|
|
124
|
-
<line num="13" count="
|
|
125
|
-
<line num="15" count="
|
|
123
|
+
<metrics statements="4" coveredstatements="3" conditionals="2" coveredconditionals="1" methods="1" coveredmethods="1"/>
|
|
124
|
+
<line num="11" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
125
|
+
<line num="12" count="6" type="stmt"/>
|
|
126
|
+
<line num="13" count="6" type="stmt"/>
|
|
127
|
+
<line num="15" count="0" type="stmt"/>
|
|
126
128
|
</file>
|
|
127
129
|
<file name="validationHelpers.js" path="/mnt/Secondary/Proyectos/Personal/JavaScript/ProyectosWeb/CLI/CDD/src/helpers/validationHelpers.js">
|
|
128
|
-
<metrics statements="35" coveredstatements="
|
|
129
|
-
<line num="13" count="
|
|
130
|
-
<line num="14" count="
|
|
131
|
-
<line num="16" count="
|
|
132
|
-
<line num="18" count="
|
|
133
|
-
<line num="19" count="
|
|
134
|
-
<line num="20" count="
|
|
135
|
-
<line num="21" count="
|
|
136
|
-
<line num="23" count="
|
|
137
|
-
<line num="41" count="
|
|
138
|
-
<line num="44" count="
|
|
139
|
-
<line num="45" count="
|
|
140
|
-
<line num="47" count="
|
|
141
|
-
<line num="48" count="
|
|
142
|
-
<line num="50" count="
|
|
143
|
-
<line num="52" count="
|
|
144
|
-
<line num="53" count="
|
|
145
|
-
<line num="54" count="
|
|
146
|
-
<line num="55" count="
|
|
147
|
-
<line num="56" count="
|
|
148
|
-
<line num="58" count="
|
|
149
|
-
<line num="59" count="
|
|
150
|
-
<line num="60" count="
|
|
151
|
-
<line num="61" count="3" type="stmt"/>
|
|
152
|
-
<line num="62" count="3" type="stmt"/>
|
|
153
|
-
<line num="64" count="11" type="stmt"/>
|
|
154
|
-
<line num="68" count="22" type="cond" truecount="2" falsecount="0"/>
|
|
155
|
-
<line num="70" count="7" type="stmt"/>
|
|
156
|
-
<line num="74" count="15" type="stmt"/>
|
|
157
|
-
<line num="75" count="15" type="stmt"/>
|
|
158
|
-
<line num="76" count="15" type="stmt"/>
|
|
159
|
-
<line num="78" count="15" type="cond" truecount="5" falsecount="0"/>
|
|
160
|
-
<line num="79" count="6" type="stmt"/>
|
|
161
|
-
<line num="80" count="6" type="cond" truecount="4" falsecount="0"/>
|
|
162
|
-
<line num="81" count="3" type="stmt"/>
|
|
163
|
-
<line num="86" count="15" type="stmt"/>
|
|
164
|
-
</file>
|
|
165
|
-
</package>
|
|
166
|
-
<package name="helpers.dockerService.serviceComponents">
|
|
167
|
-
<metrics statements="147" coveredstatements="105" conditionals="81" coveredconditionals="52" methods="23" coveredmethods="16"/>
|
|
168
|
-
<file name="containerActions.js" path="/mnt/Secondary/Proyectos/Personal/JavaScript/ProyectosWeb/CLI/CDD/src/helpers/dockerService/serviceComponents/containerActions.js">
|
|
169
|
-
<metrics statements="118" coveredstatements="85" conditionals="62" coveredconditionals="38" methods="15" coveredmethods="12"/>
|
|
170
|
-
<line num="17" count="29" type="stmt"/>
|
|
171
|
-
<line num="20" count="29" type="stmt"/>
|
|
172
|
-
<line num="33" count="1" type="stmt"/>
|
|
173
|
-
<line num="34" count="1" type="stmt"/>
|
|
174
|
-
<line num="35" count="1" type="stmt"/>
|
|
175
|
-
<line num="36" count="1" type="stmt"/>
|
|
176
|
-
<line num="37" count="1" type="stmt"/>
|
|
177
|
-
<line num="39" count="0" type="stmt"/>
|
|
178
|
-
<line num="40" count="0" type="stmt"/>
|
|
179
|
-
<line num="58" count="6" type="stmt"/>
|
|
180
|
-
<line num="60" count="6" type="stmt"/>
|
|
181
|
-
<line num="61" count="6" type="stmt"/>
|
|
182
|
-
<line num="63" count="0" type="stmt"/>
|
|
183
|
-
<line num="64" count="0" type="stmt"/>
|
|
184
|
-
<line num="66" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
185
|
-
<line num="67" count="1" type="stmt"/>
|
|
186
|
-
<line num="68" count="1" type="stmt"/>
|
|
187
|
-
<line num="69" count="1" type="stmt"/>
|
|
188
|
-
<line num="70" count="1" type="stmt"/>
|
|
189
|
-
<line num="72" count="0" type="stmt"/>
|
|
190
|
-
<line num="73" count="0" type="stmt"/>
|
|
191
|
-
<line num="76" count="6" type="stmt"/>
|
|
192
|
-
<line num="82" count="6" type="stmt"/>
|
|
193
|
-
<line num="87" count="6" type="stmt"/>
|
|
194
|
-
<line num="89" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
195
|
-
<line num="90" count="6" type="stmt"/>
|
|
196
|
-
<line num="91" count="6" type="stmt"/>
|
|
197
|
-
<line num="92" count="6" type="cond" truecount="3" falsecount="1"/>
|
|
198
|
-
<line num="93" count="6" type="stmt"/>
|
|
199
|
-
<line num="94" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
200
|
-
<line num="95" count="6" type="stmt"/>
|
|
201
|
-
<line num="96" count="6" type="stmt"/>
|
|
202
|
-
<line num="100" count="6" type="stmt"/>
|
|
203
|
-
<line num="101" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
204
|
-
<line num="102" count="1" type="cond" truecount="3" falsecount="1"/>
|
|
205
|
-
<line num="103" count="1" type="stmt"/>
|
|
206
|
-
<line num="108" count="0" type="stmt"/>
|
|
207
|
-
<line num="114" count="6" type="stmt"/>
|
|
208
|
-
<line num="115" count="4" type="stmt"/>
|
|
209
|
-
<line num="116" count="4" type="stmt"/>
|
|
210
|
-
<line num="118" count="6" type="stmt"/>
|
|
211
|
-
<line num="119" count="4" type="stmt"/>
|
|
212
|
-
<line num="120" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
213
|
-
<line num="121" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
214
|
-
<line num="122" count="0" type="stmt"/>
|
|
215
|
-
<line num="123" count="0" type="stmt"/>
|
|
216
|
-
<line num="125" count="0" type="stmt"/>
|
|
217
|
-
<line num="126" count="0" type="stmt"/>
|
|
218
|
-
<line num="127" count="0" type="stmt"/>
|
|
219
|
-
<line num="128" count="0" type="stmt"/>
|
|
220
|
-
<line num="129" count="0" type="stmt"/>
|
|
221
|
-
<line num="131" count="0" type="stmt"/>
|
|
222
|
-
<line num="132" count="0" type="stmt"/>
|
|
223
|
-
<line num="134" count="4" type="stmt"/>
|
|
224
|
-
<line num="135" count="4" type="stmt"/>
|
|
225
|
-
<line num="136" count="1" type="stmt"/>
|
|
226
|
-
<line num="138" count="4" type="stmt"/>
|
|
227
|
-
<line num="139" count="4" type="stmt"/>
|
|
228
|
-
<line num="142" count="6" type="stmt"/>
|
|
229
|
-
<line num="147" count="6" type="cond" truecount="1" falsecount="2"/>
|
|
230
|
-
<line num="150" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
231
|
-
<line num="153" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
232
|
-
<line num="154" count="3" type="stmt"/>
|
|
233
|
-
<line num="155" count="3" type="stmt"/>
|
|
234
|
-
<line num="156" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
235
|
-
<line num="157" count="1" type="stmt"/>
|
|
236
|
-
<line num="158" count="1" type="stmt"/>
|
|
237
|
-
<line num="159" count="1" type="stmt"/>
|
|
238
|
-
<line num="163" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
239
|
-
<line num="164" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
240
|
-
<line num="165" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
241
|
-
<line num="166" count="4" type="stmt"/>
|
|
242
|
-
<line num="169" count="4" type="stmt"/>
|
|
243
|
-
<line num="170" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
244
|
-
<line num="171" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
245
|
-
<line num="173" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
246
|
-
<line num="177" count="4" type="stmt"/>
|
|
247
|
-
<line num="178" count="4" type="stmt"/>
|
|
248
|
-
<line num="179" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
249
|
-
<line num="180" count="4" type="stmt"/>
|
|
250
|
-
<line num="181" count="4" type="stmt"/>
|
|
251
|
-
<line num="184" count="4" type="stmt"/>
|
|
252
|
-
<line num="195" count="0" type="stmt"/>
|
|
253
|
-
<line num="203" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
254
|
-
<line num="204" count="0" type="stmt"/>
|
|
255
|
-
<line num="205" count="0" type="stmt"/>
|
|
256
|
-
<line num="206" count="0" type="stmt"/>
|
|
257
|
-
<line num="207" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
258
|
-
<line num="208" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
259
|
-
<line num="209" count="0" type="stmt"/>
|
|
260
|
-
<line num="219" count="6" type="stmt"/>
|
|
261
|
-
<line num="220" count="6" type="stmt"/>
|
|
262
|
-
<line num="224" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
263
|
-
<line num="225" count="6" type="stmt"/>
|
|
264
|
-
<line num="226" count="6" type="stmt"/>
|
|
265
|
-
<line num="228" count="0" type="stmt"/>
|
|
266
|
-
<line num="229" count="0" type="stmt"/>
|
|
267
|
-
<line num="239" count="1" type="stmt"/>
|
|
268
|
-
<line num="240" count="1" type="stmt"/>
|
|
269
|
-
<line num="241" count="1" type="stmt"/>
|
|
270
|
-
<line num="242" count="1" type="stmt"/>
|
|
271
|
-
<line num="243" count="1" type="stmt"/>
|
|
272
|
-
<line num="245" count="0" type="stmt"/>
|
|
273
|
-
<line num="246" count="0" type="stmt"/>
|
|
274
|
-
<line num="256" count="1" type="stmt"/>
|
|
275
|
-
<line num="257" count="1" type="stmt"/>
|
|
276
|
-
<line num="258" count="1" type="stmt"/>
|
|
277
|
-
<line num="259" count="1" type="stmt"/>
|
|
278
|
-
<line num="260" count="1" type="stmt"/>
|
|
279
|
-
<line num="262" count="0" type="stmt"/>
|
|
280
|
-
<line num="263" count="0" type="stmt"/>
|
|
281
|
-
<line num="273" count="1" type="stmt"/>
|
|
282
|
-
<line num="274" count="1" type="stmt"/>
|
|
283
|
-
<line num="275" count="1" type="stmt"/>
|
|
284
|
-
<line num="276" count="1" type="stmt"/>
|
|
285
|
-
<line num="277" count="1" type="stmt"/>
|
|
286
|
-
<line num="279" count="0" type="stmt"/>
|
|
287
|
-
<line num="280" count="0" type="stmt"/>
|
|
288
|
-
</file>
|
|
289
|
-
<file name="containerList.js" path="/mnt/Secondary/Proyectos/Personal/JavaScript/ProyectosWeb/CLI/CDD/src/helpers/dockerService/serviceComponents/containerList.js">
|
|
290
|
-
<metrics statements="29" coveredstatements="20" conditionals="19" coveredconditionals="14" methods="8" coveredmethods="4"/>
|
|
291
|
-
<line num="4" count="3" type="stmt"/>
|
|
292
|
-
<line num="13" count="3" type="stmt"/>
|
|
293
|
-
<line num="16" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
294
|
-
<line num="21" count="1" type="stmt"/>
|
|
295
|
-
<line num="22" count="2" type="cond" truecount="2" falsecount="2"/>
|
|
296
|
-
<line num="23" count="0" type="stmt"/>
|
|
297
|
-
<line num="24" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
298
|
-
<line num="28" count="1" type="stmt"/>
|
|
299
|
-
<line num="30" count="1" type="stmt"/>
|
|
300
|
-
<line num="33" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
301
|
-
<line num="34" count="0" type="stmt"/>
|
|
302
|
-
<line num="37" count="3" type="stmt"/>
|
|
303
|
-
<line num="38" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
304
|
-
<line num="46" count="3" type="stmt"/>
|
|
305
|
-
<line num="47" count="3" type="stmt"/>
|
|
306
|
-
<line num="48" count="3" type="stmt"/>
|
|
307
|
-
<line num="49" count="3" type="stmt"/>
|
|
308
|
-
<line num="50" count="3" type="stmt"/>
|
|
309
|
-
<line num="57" count="3" type="stmt"/>
|
|
310
|
-
<line num="58" count="0" type="stmt"/>
|
|
311
|
-
<line num="59" count="0" type="stmt"/>
|
|
312
|
-
<line num="60" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
130
|
+
<metrics statements="35" coveredstatements="30" conditionals="31" coveredconditionals="24" methods="5" coveredmethods="5"/>
|
|
131
|
+
<line num="13" count="1" type="cond" truecount="3" falsecount="1"/>
|
|
132
|
+
<line num="14" count="1" type="stmt"/>
|
|
133
|
+
<line num="16" count="1" type="stmt"/>
|
|
134
|
+
<line num="18" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
135
|
+
<line num="19" count="1" type="stmt"/>
|
|
136
|
+
<line num="20" count="1" type="stmt"/>
|
|
137
|
+
<line num="21" count="1" type="cond" truecount="2" falsecount="2"/>
|
|
138
|
+
<line num="23" count="1" type="stmt"/>
|
|
139
|
+
<line num="41" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
140
|
+
<line num="44" count="7" type="stmt"/>
|
|
141
|
+
<line num="45" count="7" type="stmt"/>
|
|
142
|
+
<line num="47" count="7" type="cond" truecount="4" falsecount="0"/>
|
|
143
|
+
<line num="48" count="2" type="stmt"/>
|
|
144
|
+
<line num="50" count="2" type="stmt"/>
|
|
145
|
+
<line num="52" count="2" type="stmt"/>
|
|
146
|
+
<line num="53" count="2" type="stmt"/>
|
|
147
|
+
<line num="54" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
148
|
+
<line num="55" count="0" type="stmt"/>
|
|
149
|
+
<line num="56" count="0" type="stmt"/>
|
|
150
|
+
<line num="58" count="2" type="stmt"/>
|
|
151
|
+
<line num="59" count="2" type="stmt"/>
|
|
152
|
+
<line num="60" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
313
153
|
<line num="61" count="0" type="stmt"/>
|
|
314
|
-
<line num="
|
|
315
|
-
<line num="
|
|
316
|
-
<line num="
|
|
317
|
-
<line num="
|
|
318
|
-
<line num="
|
|
319
|
-
<line num="
|
|
154
|
+
<line num="62" count="0" type="stmt"/>
|
|
155
|
+
<line num="64" count="2" type="stmt"/>
|
|
156
|
+
<line num="68" count="7" type="cond" truecount="1" falsecount="1"/>
|
|
157
|
+
<line num="70" count="0" type="stmt"/>
|
|
158
|
+
<line num="74" count="7" type="stmt"/>
|
|
159
|
+
<line num="75" count="7" type="stmt"/>
|
|
160
|
+
<line num="76" count="7" type="stmt"/>
|
|
161
|
+
<line num="78" count="7" type="cond" truecount="5" falsecount="0"/>
|
|
162
|
+
<line num="79" count="2" type="stmt"/>
|
|
163
|
+
<line num="80" count="2" type="cond" truecount="4" falsecount="0"/>
|
|
164
|
+
<line num="81" count="1" type="stmt"/>
|
|
165
|
+
<line num="86" count="7" type="stmt"/>
|
|
320
166
|
</file>
|
|
321
167
|
</package>
|
|
322
168
|
<package name="hooks">
|
|
323
|
-
<metrics statements="
|
|
169
|
+
<metrics statements="175" coveredstatements="89" conditionals="136" coveredconditionals="68" methods="38" coveredmethods="11"/>
|
|
324
170
|
<file name="useContainerCommandRouter.js" path="/mnt/Secondary/Proyectos/Personal/JavaScript/ProyectosWeb/CLI/CDD/src/hooks/useContainerCommandRouter.js">
|
|
325
171
|
<metrics statements="36" coveredstatements="12" conditionals="26" coveredconditionals="6" methods="7" coveredmethods="2"/>
|
|
326
|
-
<line num="39" count="
|
|
327
|
-
<line num="41" count="
|
|
328
|
-
<line num="43" count="
|
|
172
|
+
<line num="39" count="96" type="stmt"/>
|
|
173
|
+
<line num="41" count="12" type="stmt"/>
|
|
174
|
+
<line num="43" count="12" type="cond" truecount="1" falsecount="1"/>
|
|
329
175
|
<line num="44" count="0" type="stmt"/>
|
|
330
176
|
<line num="45" count="0" type="stmt"/>
|
|
331
177
|
<line num="49" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
332
178
|
<line num="52" count="0" type="stmt"/>
|
|
333
|
-
<line num="55" count="
|
|
179
|
+
<line num="55" count="12" type="cond" truecount="1" falsecount="1"/>
|
|
334
180
|
<line num="56" count="0" type="stmt"/>
|
|
335
181
|
<line num="57" count="0" type="stmt"/>
|
|
336
182
|
<line num="61" count="0" type="cond" truecount="0" falsecount="5"/>
|
|
337
183
|
<line num="67" count="0" type="stmt"/>
|
|
338
|
-
<line num="70" count="
|
|
184
|
+
<line num="70" count="12" type="cond" truecount="1" falsecount="1"/>
|
|
339
185
|
<line num="71" count="0" type="stmt"/>
|
|
340
186
|
<line num="72" count="0" type="stmt"/>
|
|
341
187
|
<line num="76" count="0" type="stmt"/>
|
|
342
|
-
<line num="79" count="
|
|
188
|
+
<line num="79" count="12" type="cond" truecount="1" falsecount="1"/>
|
|
343
189
|
<line num="80" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
344
190
|
<line num="81" count="0" type="stmt"/>
|
|
345
191
|
<line num="83" count="0" type="stmt"/>
|
|
346
192
|
<line num="84" count="0" type="stmt"/>
|
|
347
|
-
<line num="87" count="
|
|
193
|
+
<line num="87" count="12" type="cond" truecount="1" falsecount="1"/>
|
|
348
194
|
<line num="88" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
349
195
|
<line num="89" count="0" type="stmt"/>
|
|
350
196
|
<line num="91" count="0" type="stmt"/>
|
|
351
197
|
<line num="92" count="0" type="stmt"/>
|
|
352
198
|
<line num="93" count="0" type="stmt"/>
|
|
353
|
-
<line num="96" count="
|
|
354
|
-
<line num="97" count="
|
|
355
|
-
<line num="98" count="
|
|
356
|
-
<line num="99" count="
|
|
199
|
+
<line num="96" count="12" type="cond" truecount="1" falsecount="1"/>
|
|
200
|
+
<line num="97" count="12" type="stmt"/>
|
|
201
|
+
<line num="98" count="12" type="stmt"/>
|
|
202
|
+
<line num="99" count="12" type="stmt"/>
|
|
357
203
|
<line num="102" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
358
204
|
<line num="103" count="0" type="stmt"/>
|
|
359
205
|
<line num="104" count="0" type="stmt"/>
|
|
360
206
|
<line num="107" count="0" type="stmt"/>
|
|
361
|
-
<line num="122" count="
|
|
207
|
+
<line num="122" count="96" type="stmt"/>
|
|
362
208
|
</file>
|
|
363
209
|
<file name="useControls.js" path="/mnt/Secondary/Proyectos/Personal/JavaScript/ProyectosWeb/CLI/CDD/src/hooks/useControls.js">
|
|
364
|
-
<metrics statements="
|
|
365
|
-
<line num="25" count="
|
|
366
|
-
<line num="28" count="
|
|
367
|
-
<line num="30" count="
|
|
210
|
+
<metrics statements="108" coveredstatements="68" conditionals="90" coveredconditionals="61" methods="23" coveredmethods="6"/>
|
|
211
|
+
<line num="25" count="96" type="stmt"/>
|
|
212
|
+
<line num="28" count="96" type="stmt"/>
|
|
213
|
+
<line num="30" count="96" type="stmt"/>
|
|
368
214
|
<line num="32" count="4" type="stmt"/>
|
|
369
215
|
<line num="38" count="4" type="stmt"/>
|
|
370
216
|
<line num="39" count="4" type="stmt"/>
|
|
@@ -380,96 +226,103 @@
|
|
|
380
226
|
<line num="54" count="1" type="stmt"/>
|
|
381
227
|
<line num="56" count="4" type="stmt"/>
|
|
382
228
|
<line num="59" count="0" type="stmt"/>
|
|
383
|
-
<line num="63" count="
|
|
384
|
-
<line num="64" count="
|
|
385
|
-
<line num="65" count="
|
|
386
|
-
<line num="
|
|
387
|
-
<line num="69" count="
|
|
388
|
-
<line num="
|
|
229
|
+
<line num="63" count="96" type="stmt"/>
|
|
230
|
+
<line num="64" count="96" type="stmt"/>
|
|
231
|
+
<line num="65" count="96" type="stmt"/>
|
|
232
|
+
<line num="68" count="96" type="cond" truecount="2" falsecount="0"/>
|
|
233
|
+
<line num="69" count="96" type="cond" truecount="2" falsecount="0"/>
|
|
234
|
+
<line num="71" count="96" type="stmt"/>
|
|
235
|
+
<line num="73" count="0" type="stmt"/>
|
|
389
236
|
<line num="74" count="0" type="stmt"/>
|
|
390
|
-
<line num="77" count="0" type="stmt"/>
|
|
391
237
|
<line num="78" count="0" type="stmt"/>
|
|
392
|
-
<line num="
|
|
393
|
-
<line num="
|
|
394
|
-
<line num="
|
|
238
|
+
<line num="81" count="0" type="stmt"/>
|
|
239
|
+
<line num="82" count="0" type="stmt"/>
|
|
240
|
+
<line num="90" count="96" type="stmt"/>
|
|
395
241
|
<line num="92" count="0" type="stmt"/>
|
|
396
|
-
<line num="
|
|
242
|
+
<line num="95" count="0" type="stmt"/>
|
|
243
|
+
<line num="96" count="0" type="stmt"/>
|
|
397
244
|
<line num="97" count="0" type="stmt"/>
|
|
398
|
-
<line num="
|
|
399
|
-
<line num="
|
|
400
|
-
<line num="112" count="0" type="stmt"/>
|
|
245
|
+
<line num="101" count="0" type="stmt"/>
|
|
246
|
+
<line num="107" count="96" type="stmt"/>
|
|
401
247
|
<line num="115" count="0" type="stmt"/>
|
|
402
|
-
<line num="
|
|
403
|
-
<line num="
|
|
404
|
-
<line num="121" count="
|
|
405
|
-
<line num="
|
|
406
|
-
<line num="
|
|
407
|
-
<line num="
|
|
408
|
-
<line num="
|
|
409
|
-
<line num="
|
|
410
|
-
<line num="
|
|
411
|
-
<line num="137" count="
|
|
412
|
-
<line num="
|
|
413
|
-
<line num="
|
|
414
|
-
<line num="
|
|
415
|
-
<line num="
|
|
416
|
-
<line num="
|
|
417
|
-
<line num="
|
|
418
|
-
<line num="147" count="
|
|
419
|
-
<line num="
|
|
420
|
-
<line num="
|
|
421
|
-
<line num="
|
|
422
|
-
<line num="
|
|
423
|
-
<line num="
|
|
424
|
-
<line num="
|
|
425
|
-
<line num="
|
|
426
|
-
<line num="
|
|
427
|
-
<line num="
|
|
428
|
-
<line num="
|
|
429
|
-
<line num="
|
|
430
|
-
<line num="
|
|
431
|
-
<line num="
|
|
432
|
-
<line num="
|
|
433
|
-
<line num="
|
|
434
|
-
<line num="
|
|
435
|
-
<line num="
|
|
436
|
-
<line num="
|
|
437
|
-
<line num="
|
|
438
|
-
<line num="
|
|
439
|
-
<line num="
|
|
440
|
-
<line num="
|
|
441
|
-
<line num="
|
|
442
|
-
<line num="
|
|
443
|
-
<line num="
|
|
444
|
-
<line num="
|
|
445
|
-
<line num="
|
|
446
|
-
<line num="
|
|
447
|
-
<line num="
|
|
448
|
-
<line num="196" count="
|
|
449
|
-
<line num="
|
|
450
|
-
<line num="198" count="0" type="stmt"/>
|
|
248
|
+
<line num="116" count="0" type="stmt"/>
|
|
249
|
+
<line num="119" count="0" type="stmt"/>
|
|
250
|
+
<line num="121" count="0" type="stmt"/>
|
|
251
|
+
<line num="122" count="12" type="stmt"/>
|
|
252
|
+
<line num="125" count="96" type="stmt"/>
|
|
253
|
+
<line num="127" count="0" type="stmt"/>
|
|
254
|
+
<line num="128" count="0" type="stmt"/>
|
|
255
|
+
<line num="129" count="0" type="stmt"/>
|
|
256
|
+
<line num="130" count="0" type="stmt"/>
|
|
257
|
+
<line num="137" count="96" type="stmt"/>
|
|
258
|
+
<line num="139" count="27" type="stmt"/>
|
|
259
|
+
<line num="141" count="27" type="stmt"/>
|
|
260
|
+
<line num="142" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
261
|
+
<line num="143" count="27" type="cond" truecount="0" falsecount="2"/>
|
|
262
|
+
<line num="145" count="27" type="cond" truecount="1" falsecount="1"/>
|
|
263
|
+
<line num="146" count="0" type="stmt"/>
|
|
264
|
+
<line num="147" count="0" type="stmt"/>
|
|
265
|
+
<line num="148" count="0" type="stmt"/>
|
|
266
|
+
<line num="151" count="27" type="cond" truecount="4" falsecount="0"/>
|
|
267
|
+
<line num="153" count="6" type="cond" truecount="4" falsecount="0"/>
|
|
268
|
+
<line num="154" count="2" type="stmt"/>
|
|
269
|
+
<line num="155" count="2" type="stmt"/>
|
|
270
|
+
<line num="157" count="4" type="stmt"/>
|
|
271
|
+
<line num="158" count="4" type="stmt"/>
|
|
272
|
+
<line num="162" count="21" type="cond" truecount="2" falsecount="0"/>
|
|
273
|
+
<line num="163" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
274
|
+
<line num="164" count="3" type="cond" truecount="6" falsecount="0"/>
|
|
275
|
+
<line num="165" count="1" type="stmt"/>
|
|
276
|
+
<line num="168" count="4" type="stmt"/>
|
|
277
|
+
<line num="172" count="17" type="cond" truecount="4" falsecount="0"/>
|
|
278
|
+
<line num="173" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
279
|
+
<line num="174" count="1" type="stmt"/>
|
|
280
|
+
<line num="175" count="1" type="stmt"/>
|
|
281
|
+
<line num="177" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
282
|
+
<line num="178" count="5" type="stmt"/>
|
|
283
|
+
<line num="179" count="5" type="stmt"/>
|
|
284
|
+
<line num="183" count="11" type="cond" truecount="3" falsecount="1"/>
|
|
285
|
+
<line num="184" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
286
|
+
<line num="185" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
287
|
+
<line num="186" count="0" type="stmt"/>
|
|
288
|
+
<line num="188" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
289
|
+
<line num="189" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
290
|
+
<line num="190" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
291
|
+
<line num="191" count="0" type="stmt"/>
|
|
292
|
+
<line num="194" count="11" type="cond" truecount="6" falsecount="0"/>
|
|
293
|
+
<line num="195" count="9" type="cond" truecount="1" falsecount="1"/>
|
|
294
|
+
<line num="196" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
295
|
+
<line num="198" count="9" type="cond" truecount="1" falsecount="1"/>
|
|
451
296
|
<line num="199" count="0" type="stmt"/>
|
|
452
|
-
<line num="
|
|
453
|
-
<line num="
|
|
454
|
-
<line num="
|
|
455
|
-
<line num="
|
|
456
|
-
<line num="
|
|
457
|
-
<line num="
|
|
458
|
-
<line num="
|
|
459
|
-
<line num="
|
|
460
|
-
<line num="
|
|
461
|
-
<line num="
|
|
462
|
-
<line num="
|
|
463
|
-
<line num="220" count="
|
|
464
|
-
<line num="
|
|
465
|
-
<line num="224" count="
|
|
297
|
+
<line num="200" count="9" type="cond" truecount="1" falsecount="1"/>
|
|
298
|
+
<line num="201" count="0" type="stmt"/>
|
|
299
|
+
<line num="202" count="9" type="cond" truecount="1" falsecount="1"/>
|
|
300
|
+
<line num="203" count="0" type="stmt"/>
|
|
301
|
+
<line num="210" count="96" type="stmt"/>
|
|
302
|
+
<line num="211" count="39" type="cond" truecount="1" falsecount="1"/>
|
|
303
|
+
<line num="212" count="0" type="stmt"/>
|
|
304
|
+
<line num="213" count="0" type="stmt"/>
|
|
305
|
+
<line num="216" count="39" type="cond" truecount="1" falsecount="1"/>
|
|
306
|
+
<line num="217" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
307
|
+
<line num="218" count="0" type="stmt"/>
|
|
308
|
+
<line num="220" count="0" type="stmt"/>
|
|
309
|
+
<line num="223" count="39" type="cond" truecount="2" falsecount="0"/>
|
|
310
|
+
<line num="224" count="27" type="stmt"/>
|
|
311
|
+
<line num="225" count="27" type="stmt"/>
|
|
312
|
+
<line num="228" count="12" type="cond" truecount="2" falsecount="2"/>
|
|
313
|
+
<line num="229" count="0" type="stmt"/>
|
|
314
|
+
<line num="230" count="0" type="stmt"/>
|
|
315
|
+
<line num="233" count="12" type="stmt"/>
|
|
316
|
+
<line num="234" count="12" type="stmt"/>
|
|
317
|
+
<line num="235" count="12" type="stmt"/>
|
|
318
|
+
<line num="238" count="96" type="stmt"/>
|
|
466
319
|
</file>
|
|
467
320
|
<file name="useEraseConfirmation.js" path="/mnt/Secondary/Proyectos/Personal/JavaScript/ProyectosWeb/CLI/CDD/src/hooks/useEraseConfirmation.js">
|
|
468
321
|
<metrics statements="13" coveredstatements="4" conditionals="9" coveredconditionals="0" methods="3" coveredmethods="1"/>
|
|
469
|
-
<line num="15" count="
|
|
470
|
-
<line num="17" count="
|
|
322
|
+
<line num="15" count="96" type="stmt"/>
|
|
323
|
+
<line num="17" count="96" type="stmt"/>
|
|
471
324
|
<line num="18" count="0" type="stmt"/>
|
|
472
|
-
<line num="21" count="
|
|
325
|
+
<line num="21" count="96" type="stmt"/>
|
|
473
326
|
<line num="23" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
474
327
|
<line num="24" count="0" type="stmt"/>
|
|
475
328
|
<line num="25" count="0" type="stmt"/>
|
|
@@ -478,14 +331,14 @@
|
|
|
478
331
|
<line num="30" count="0" type="stmt"/>
|
|
479
332
|
<line num="31" count="0" type="stmt"/>
|
|
480
333
|
<line num="32" count="0" type="stmt"/>
|
|
481
|
-
<line num="38" count="
|
|
334
|
+
<line num="38" count="96" type="stmt"/>
|
|
482
335
|
</file>
|
|
483
336
|
<file name="useExitHandler.js" path="/mnt/Secondary/Proyectos/Personal/JavaScript/ProyectosWeb/CLI/CDD/src/hooks/useExitHandler.js">
|
|
484
337
|
<metrics statements="18" coveredstatements="5" conditionals="11" coveredconditionals="1" methods="5" coveredmethods="2"/>
|
|
485
|
-
<line num="20" count="
|
|
486
|
-
<line num="33" count="
|
|
487
|
-
<line num="35" count="
|
|
488
|
-
<line num="36" count="
|
|
338
|
+
<line num="20" count="96" type="stmt"/>
|
|
339
|
+
<line num="33" count="96" type="stmt"/>
|
|
340
|
+
<line num="35" count="12" type="cond" truecount="1" falsecount="1"/>
|
|
341
|
+
<line num="36" count="12" type="stmt"/>
|
|
489
342
|
<line num="39" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
490
343
|
<line num="40" count="0" type="stmt"/>
|
|
491
344
|
<line num="43" count="0" type="stmt"/>
|
|
@@ -499,15 +352,15 @@
|
|
|
499
352
|
<line num="58" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
500
353
|
<line num="59" count="0" type="stmt"/>
|
|
501
354
|
<line num="63" count="0" type="stmt"/>
|
|
502
|
-
<line num="68" count="
|
|
355
|
+
<line num="68" count="96" type="stmt"/>
|
|
503
356
|
</file>
|
|
504
357
|
</package>
|
|
505
358
|
<package name="hooks.creation">
|
|
506
|
-
<metrics statements="
|
|
359
|
+
<metrics statements="163" coveredstatements="120" conditionals="62" coveredconditionals="47" methods="21" coveredmethods="13"/>
|
|
507
360
|
<file name="useContainerActions.js" path="/mnt/Secondary/Proyectos/Personal/JavaScript/ProyectosWeb/CLI/CDD/src/hooks/creation/useContainerActions.js">
|
|
508
361
|
<metrics statements="24" coveredstatements="3" conditionals="6" coveredconditionals="0" methods="6" coveredmethods="1"/>
|
|
509
|
-
<line num="20" count="
|
|
510
|
-
<line num="21" count="
|
|
362
|
+
<line num="20" count="96" type="stmt"/>
|
|
363
|
+
<line num="21" count="96" type="stmt"/>
|
|
511
364
|
<line num="31" count="0" type="stmt"/>
|
|
512
365
|
<line num="32" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
513
366
|
<line num="33" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
@@ -525,120 +378,148 @@
|
|
|
525
378
|
<line num="47" count="0" type="stmt"/>
|
|
526
379
|
<line num="49" count="0" type="stmt"/>
|
|
527
380
|
<line num="52" count="0" type="stmt"/>
|
|
528
|
-
<line num="56" count="
|
|
381
|
+
<line num="56" count="96" type="stmt"/>
|
|
529
382
|
<line num="64" count="0" type="stmt"/>
|
|
530
383
|
<line num="67" count="0" type="stmt"/>
|
|
531
384
|
<line num="70" count="0" type="stmt"/>
|
|
532
385
|
<line num="73" count="0" type="stmt"/>
|
|
533
386
|
</file>
|
|
534
387
|
<file name="useContainerCreation.js" path="/mnt/Secondary/Proyectos/Personal/JavaScript/ProyectosWeb/CLI/CDD/src/hooks/creation/useContainerCreation.js">
|
|
535
|
-
<metrics statements="
|
|
536
|
-
<line num="
|
|
537
|
-
<line num="
|
|
538
|
-
<line num="
|
|
539
|
-
<line num="
|
|
540
|
-
<line num="
|
|
541
|
-
<line num="
|
|
542
|
-
<line num="
|
|
543
|
-
<line num="
|
|
544
|
-
<line num="
|
|
545
|
-
<line num="
|
|
546
|
-
<line num="
|
|
547
|
-
<line num="
|
|
548
|
-
<line num="
|
|
549
|
-
<line num="
|
|
550
|
-
<line num="
|
|
551
|
-
<line num="
|
|
552
|
-
<line num="
|
|
553
|
-
<line num="
|
|
554
|
-
<line num="
|
|
555
|
-
<line num="
|
|
556
|
-
<line num="
|
|
557
|
-
<line num="
|
|
558
|
-
<line num="
|
|
559
|
-
<line num="
|
|
560
|
-
<line num="
|
|
561
|
-
<line num="
|
|
562
|
-
<line num="
|
|
563
|
-
<line num="
|
|
564
|
-
<line num="
|
|
565
|
-
<line num="
|
|
566
|
-
<line num="
|
|
567
|
-
<line num="
|
|
568
|
-
<line num="
|
|
569
|
-
<line num="
|
|
570
|
-
<line num="
|
|
571
|
-
<line num="
|
|
572
|
-
<line num="
|
|
573
|
-
<line num="
|
|
574
|
-
<line num="
|
|
575
|
-
<line num="
|
|
576
|
-
<line num="
|
|
577
|
-
<line num="
|
|
578
|
-
<line num="
|
|
579
|
-
<line num="
|
|
580
|
-
<line num="
|
|
581
|
-
<line num="
|
|
582
|
-
<line num="
|
|
583
|
-
<line num="
|
|
584
|
-
<line num="
|
|
585
|
-
<line num="
|
|
586
|
-
<line num="
|
|
587
|
-
<line num="
|
|
588
|
-
<line num="
|
|
589
|
-
<line num="
|
|
590
|
-
<line num="
|
|
591
|
-
<line num="
|
|
592
|
-
<line num="
|
|
593
|
-
<line num="
|
|
594
|
-
<line num="
|
|
595
|
-
<line num="
|
|
596
|
-
<line num="
|
|
597
|
-
<line num="
|
|
598
|
-
<line num="
|
|
599
|
-
<line num="
|
|
600
|
-
<line num="
|
|
601
|
-
<line num="
|
|
602
|
-
<line num="
|
|
603
|
-
<line num="
|
|
604
|
-
<line num="
|
|
605
|
-
<line num="
|
|
606
|
-
<line num="166" count="
|
|
607
|
-
<line num="168" count="
|
|
608
|
-
<line num="
|
|
609
|
-
<line num="
|
|
610
|
-
<line num="
|
|
611
|
-
<line num="
|
|
612
|
-
<line num="
|
|
613
|
-
<line num="
|
|
614
|
-
<line num="
|
|
615
|
-
<line num="
|
|
616
|
-
<line num="
|
|
617
|
-
<line num="
|
|
618
|
-
<line num="
|
|
619
|
-
<line num="
|
|
620
|
-
<line num="
|
|
621
|
-
<line num="
|
|
622
|
-
<line num="
|
|
623
|
-
<line num="
|
|
624
|
-
<line num="
|
|
625
|
-
<line num="
|
|
626
|
-
<line num="
|
|
627
|
-
<line num="
|
|
628
|
-
<line num="
|
|
629
|
-
<line num="
|
|
630
|
-
<line num="
|
|
631
|
-
<line num="
|
|
632
|
-
<line num="
|
|
633
|
-
<line num="
|
|
634
|
-
<line num="
|
|
635
|
-
<line num="
|
|
388
|
+
<metrics statements="128" coveredstatements="113" conditionals="54" coveredconditionals="47" methods="12" coveredmethods="11"/>
|
|
389
|
+
<line num="10" count="2" type="stmt"/>
|
|
390
|
+
<line num="29" count="204" type="stmt"/>
|
|
391
|
+
<line num="30" count="204" type="stmt"/>
|
|
392
|
+
<line num="31" count="204" type="stmt"/>
|
|
393
|
+
<line num="32" count="204" type="stmt"/>
|
|
394
|
+
<line num="33" count="204" type="stmt"/>
|
|
395
|
+
<line num="34" count="204" type="stmt"/>
|
|
396
|
+
<line num="35" count="204" type="stmt"/>
|
|
397
|
+
<line num="38" count="204" type="stmt"/>
|
|
398
|
+
<line num="39" count="204" type="stmt"/>
|
|
399
|
+
<line num="40" count="204" type="stmt"/>
|
|
400
|
+
<line num="43" count="204" type="stmt"/>
|
|
401
|
+
<line num="44" count="204" type="stmt"/>
|
|
402
|
+
<line num="46" count="204" type="stmt"/>
|
|
403
|
+
<line num="57" count="28" type="stmt"/>
|
|
404
|
+
<line num="58" count="28" type="stmt"/>
|
|
405
|
+
<line num="59" count="28" type="stmt"/>
|
|
406
|
+
<line num="60" count="28" type="stmt"/>
|
|
407
|
+
<line num="62" count="28" type="stmt"/>
|
|
408
|
+
<line num="63" count="28" type="stmt"/>
|
|
409
|
+
<line num="64" count="28" type="stmt"/>
|
|
410
|
+
<line num="65" count="28" type="cond" truecount="2" falsecount="0"/>
|
|
411
|
+
<line num="66" count="1" type="stmt"/>
|
|
412
|
+
<line num="67" count="1" type="stmt"/>
|
|
413
|
+
<line num="69" count="27" type="stmt"/>
|
|
414
|
+
<line num="70" count="27" type="stmt"/>
|
|
415
|
+
<line num="71" count="540" type="stmt"/>
|
|
416
|
+
<line num="73" count="27" type="stmt"/>
|
|
417
|
+
<line num="82" count="6" type="stmt"/>
|
|
418
|
+
<line num="83" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
419
|
+
<line num="84" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
420
|
+
<line num="88" count="4" type="stmt"/>
|
|
421
|
+
<line num="90" count="4" type="stmt"/>
|
|
422
|
+
<line num="91" count="4" type="stmt"/>
|
|
423
|
+
<line num="93" count="4" type="stmt"/>
|
|
424
|
+
<line num="94" count="4" type="stmt"/>
|
|
425
|
+
<line num="96" count="4" type="stmt"/>
|
|
426
|
+
<line num="97" count="4" type="stmt"/>
|
|
427
|
+
<line num="98" count="4" type="stmt"/>
|
|
428
|
+
<line num="100" count="4" type="stmt"/>
|
|
429
|
+
<line num="101" count="4" type="stmt"/>
|
|
430
|
+
<line num="103" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
431
|
+
<line num="104" count="3" type="stmt"/>
|
|
432
|
+
<line num="106" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
433
|
+
<line num="108" count="0" type="stmt"/>
|
|
434
|
+
<line num="110" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
435
|
+
<line num="111" count="3" type="stmt"/>
|
|
436
|
+
<line num="124" count="23" type="stmt"/>
|
|
437
|
+
<line num="125" count="23" type="stmt"/>
|
|
438
|
+
<line num="127" count="23" type="stmt"/>
|
|
439
|
+
<line num="128" count="23" type="cond" truecount="2" falsecount="0"/>
|
|
440
|
+
<line num="129" count="22" type="cond" truecount="2" falsecount="0"/>
|
|
441
|
+
<line num="130" count="21" type="stmt"/>
|
|
442
|
+
<line num="132" count="23" type="stmt"/>
|
|
443
|
+
<line num="141" count="7" type="cond" truecount="3" falsecount="1"/>
|
|
444
|
+
<line num="142" count="7" type="stmt"/>
|
|
445
|
+
<line num="143" count="7" type="stmt"/>
|
|
446
|
+
<line num="144" count="7" type="stmt"/>
|
|
447
|
+
<line num="145" count="7" type="stmt"/>
|
|
448
|
+
<line num="146" count="7" type="stmt"/>
|
|
449
|
+
<line num="153" count="43" type="cond" truecount="2" falsecount="0"/>
|
|
450
|
+
<line num="154" count="18" type="cond" truecount="2" falsecount="0"/>
|
|
451
|
+
<line num="155" count="1" type="stmt"/>
|
|
452
|
+
<line num="156" count="1" type="stmt"/>
|
|
453
|
+
<line num="157" count="1" type="stmt"/>
|
|
454
|
+
<line num="159" count="17" type="stmt"/>
|
|
455
|
+
<line num="160" count="17" type="stmt"/>
|
|
456
|
+
<line num="161" count="17" type="stmt"/>
|
|
457
|
+
<line num="162" count="17" type="stmt"/>
|
|
458
|
+
<line num="165" count="17" type="stmt"/>
|
|
459
|
+
<line num="166" count="17" type="stmt"/>
|
|
460
|
+
<line num="168" count="25" type="cond" truecount="2" falsecount="0"/>
|
|
461
|
+
<line num="169" count="9" type="stmt"/>
|
|
462
|
+
<line num="170" count="9" type="stmt"/>
|
|
463
|
+
<line num="173" count="9" type="stmt"/>
|
|
464
|
+
<line num="174" count="9" type="stmt"/>
|
|
465
|
+
<line num="176" count="16" type="cond" truecount="2" falsecount="0"/>
|
|
466
|
+
<line num="178" count="9" type="cond" truecount="4" falsecount="0"/>
|
|
467
|
+
<line num="179" count="1" type="stmt"/>
|
|
468
|
+
<line num="182" count="1" type="stmt"/>
|
|
469
|
+
<line num="183" count="1" type="stmt"/>
|
|
470
|
+
<line num="185" count="8" type="stmt"/>
|
|
471
|
+
<line num="186" count="8" type="stmt"/>
|
|
472
|
+
<line num="187" count="24" type="stmt"/>
|
|
473
|
+
<line num="190" count="8" type="stmt"/>
|
|
474
|
+
<line num="196" count="8" type="stmt"/>
|
|
475
|
+
<line num="197" count="8" type="cond" truecount="5" falsecount="0"/>
|
|
476
|
+
<line num="199" count="3" type="cond" truecount="3" falsecount="1"/>
|
|
477
|
+
<line num="202" count="3" type="stmt"/>
|
|
478
|
+
<line num="205" count="3" type="stmt"/>
|
|
479
|
+
<line num="206" count="5" type="cond" truecount="5" falsecount="0"/>
|
|
480
|
+
<line num="207" count="1" type="stmt"/>
|
|
481
|
+
<line num="210" count="1" type="stmt"/>
|
|
482
|
+
<line num="211" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
483
|
+
<line num="212" count="0" type="stmt"/>
|
|
484
|
+
<line num="215" count="0" type="stmt"/>
|
|
485
|
+
<line num="217" count="4" type="stmt"/>
|
|
486
|
+
<line num="220" count="4" type="stmt"/>
|
|
487
|
+
<line num="222" count="8" type="stmt"/>
|
|
488
|
+
<line num="224" count="7" type="cond" truecount="1" falsecount="1"/>
|
|
489
|
+
<line num="226" count="7" type="stmt"/>
|
|
490
|
+
<line num="227" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
491
|
+
<line num="228" count="1" type="stmt"/>
|
|
492
|
+
<line num="229" count="1" type="stmt"/>
|
|
493
|
+
<line num="230" count="1" type="stmt"/>
|
|
494
|
+
<line num="233" count="6" type="stmt"/>
|
|
495
|
+
<line num="241" count="0" type="stmt"/>
|
|
496
|
+
<line num="242" count="0" type="stmt"/>
|
|
497
|
+
<line num="243" count="0" type="stmt"/>
|
|
498
|
+
<line num="244" count="0" type="stmt"/>
|
|
499
|
+
<line num="245" count="0" type="stmt"/>
|
|
500
|
+
<line num="246" count="0" type="stmt"/>
|
|
501
|
+
<line num="247" count="0" type="stmt"/>
|
|
502
|
+
<line num="248" count="0" type="stmt"/>
|
|
503
|
+
<line num="249" count="0" type="stmt"/>
|
|
504
|
+
<line num="250" count="0" type="stmt"/>
|
|
505
|
+
<line num="251" count="0" type="stmt"/>
|
|
506
|
+
<line num="259" count="12" type="stmt"/>
|
|
507
|
+
<line num="260" count="12" type="stmt"/>
|
|
508
|
+
<line num="261" count="12" type="stmt"/>
|
|
509
|
+
<line num="262" count="12" type="stmt"/>
|
|
510
|
+
<line num="263" count="12" type="stmt"/>
|
|
511
|
+
<line num="264" count="12" type="stmt"/>
|
|
512
|
+
<line num="265" count="12" type="stmt"/>
|
|
513
|
+
<line num="266" count="12" type="stmt"/>
|
|
514
|
+
<line num="267" count="12" type="stmt"/>
|
|
515
|
+
<line num="268" count="12" type="stmt"/>
|
|
516
|
+
<line num="271" count="204" type="stmt"/>
|
|
636
517
|
</file>
|
|
637
518
|
<file name="useLogsViewer.js" path="/mnt/Secondary/Proyectos/Personal/JavaScript/ProyectosWeb/CLI/CDD/src/hooks/creation/useLogsViewer.js">
|
|
638
519
|
<metrics statements="11" coveredstatements="4" conditionals="2" coveredconditionals="0" methods="3" coveredmethods="1"/>
|
|
639
|
-
<line num="18" count="
|
|
640
|
-
<line num="19" count="
|
|
641
|
-
<line num="20" count="
|
|
520
|
+
<line num="18" count="96" type="stmt"/>
|
|
521
|
+
<line num="19" count="96" type="stmt"/>
|
|
522
|
+
<line num="20" count="96" type="stmt"/>
|
|
642
523
|
<line num="26" count="0" type="stmt"/>
|
|
643
524
|
<line num="27" count="0" type="stmt"/>
|
|
644
525
|
<line num="34" count="0" type="stmt"/>
|
|
@@ -646,17 +527,17 @@
|
|
|
646
527
|
<line num="36" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
647
528
|
<line num="37" count="0" type="stmt"/>
|
|
648
529
|
<line num="38" count="0" type="stmt"/>
|
|
649
|
-
<line num="42" count="
|
|
530
|
+
<line num="42" count="96" type="stmt"/>
|
|
650
531
|
</file>
|
|
651
532
|
</package>
|
|
652
533
|
<package name="hooks.debug">
|
|
653
534
|
<metrics statements="17" coveredstatements="6" conditionals="10" coveredconditionals="0" methods="5" coveredmethods="2"/>
|
|
654
535
|
<file name="useDebugLogs.js" path="/mnt/Secondary/Proyectos/Personal/JavaScript/ProyectosWeb/CLI/CDD/src/hooks/debug/useDebugLogs.js">
|
|
655
536
|
<metrics statements="17" coveredstatements="6" conditionals="10" coveredconditionals="0" methods="5" coveredmethods="2"/>
|
|
656
|
-
<line num="5" count="
|
|
657
|
-
<line num="6" count="
|
|
658
|
-
<line num="8" count="
|
|
659
|
-
<line num="9" count="
|
|
537
|
+
<line num="5" count="96" type="stmt"/>
|
|
538
|
+
<line num="6" count="96" type="stmt"/>
|
|
539
|
+
<line num="8" count="96" type="stmt"/>
|
|
540
|
+
<line num="9" count="20" type="stmt"/>
|
|
660
541
|
<line num="10" count="0" type="stmt"/>
|
|
661
542
|
<line num="11" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
662
543
|
<line num="13" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
@@ -668,18 +549,18 @@
|
|
|
668
549
|
<line num="23" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
669
550
|
<line num="26" count="0" type="stmt"/>
|
|
670
551
|
<line num="27" count="0" type="stmt"/>
|
|
671
|
-
<line num="30" count="
|
|
672
|
-
<line num="33" count="
|
|
552
|
+
<line num="30" count="20" type="stmt"/>
|
|
553
|
+
<line num="33" count="96" type="stmt"/>
|
|
673
554
|
</file>
|
|
674
555
|
</package>
|
|
675
556
|
<package name="hooks.navigation">
|
|
676
557
|
<metrics statements="12" coveredstatements="5" conditionals="10" coveredconditionals="1" methods="4" coveredmethods="2"/>
|
|
677
558
|
<file name="useContainerSelection.js" path="/mnt/Secondary/Proyectos/Personal/JavaScript/ProyectosWeb/CLI/CDD/src/hooks/navigation/useContainerSelection.js">
|
|
678
559
|
<metrics statements="12" coveredstatements="5" conditionals="10" coveredconditionals="1" methods="4" coveredmethods="2"/>
|
|
679
|
-
<line num="4" count="
|
|
680
|
-
<line num="6" count="
|
|
681
|
-
<line num="8" count="
|
|
682
|
-
<line num="9" count="
|
|
560
|
+
<line num="4" count="96" type="stmt"/>
|
|
561
|
+
<line num="6" count="96" type="stmt"/>
|
|
562
|
+
<line num="8" count="12" type="cond" truecount="1" falsecount="1"/>
|
|
563
|
+
<line num="9" count="12" type="stmt"/>
|
|
683
564
|
<line num="12" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
684
565
|
<line num="13" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
685
566
|
<line num="14" count="0" type="stmt"/>
|
|
@@ -687,7 +568,7 @@
|
|
|
687
568
|
<line num="18" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
688
569
|
<line num="19" count="0" type="stmt"/>
|
|
689
570
|
<line num="22" count="0" type="stmt"/>
|
|
690
|
-
<line num="27" count="
|
|
571
|
+
<line num="27" count="96" type="stmt"/>
|
|
691
572
|
</file>
|
|
692
573
|
</package>
|
|
693
574
|
</project>
|