cdd-cli 4.0.0 → 4.2.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.
Files changed (135) hide show
  1. package/README.es.md +60 -26
  2. package/README.md +60 -26
  3. package/dist/App.js +1 -0
  4. package/dist/components/ContainerCreationPrompt.js +14 -0
  5. package/dist/components/PromptField.js +13 -6
  6. package/dist/components/TextField.js +54 -0
  7. package/dist/components/UsageMenu.js +1 -1
  8. package/dist/helpers/appState.js +26 -0
  9. package/dist/helpers/dockerService/serviceComponents/containerExec.js +211 -0
  10. package/dist/helpers/textEditing.js +293 -0
  11. package/dist/hooks/creation/useContainerCreation.js +132 -15
  12. package/dist/hooks/useContainerCommandRouter.js +12 -2
  13. package/dist/hooks/useControls.js +21 -26
  14. package/dist/hooks/useShellMode.js +101 -0
  15. package/dist/index.js +3 -1
  16. package/package.json +4 -1
  17. package/.atl/skill-registry.md +0 -30
  18. package/.editorconfig +0 -12
  19. package/.eslintrc.json +0 -30
  20. package/.github/ISSUE_TEMPLATE/bug_report.md +0 -30
  21. package/.github/ISSUE_TEMPLATE/feature_request.md +0 -19
  22. package/.github/PULL_REQUEST_TEMPLATE/pull_request.md +0 -14
  23. package/.github/workflows/ci.yml +0 -32
  24. package/.github/workflows/docs.yml +0 -42
  25. package/.prettierignore +0 -4
  26. package/.prettierrc +0 -8
  27. package/.~lock.ROADMAP.md# +0 -1
  28. package/CHANGELOG.md +0 -216
  29. package/CODE_OF_CONDUCT.md +0 -12
  30. package/CONTRIBUTING.md +0 -35
  31. package/ROADMAP.md +0 -647
  32. package/SECURITY.md +0 -5
  33. package/__mocks__/ink.cjs +0 -17
  34. package/_config.yml +0 -13
  35. package/babel.config.cjs +0 -23
  36. package/coverage/clover.xml +0 -575
  37. package/coverage/coverage-final.json +0 -17
  38. package/coverage/lcov-report/ContainerCreationPrompt.jsx.html +0 -400
  39. package/coverage/lcov-report/ControlsHUD.jsx.html +0 -256
  40. package/coverage/lcov-report/base.css +0 -224
  41. package/coverage/lcov-report/block-navigation.js +0 -87
  42. package/coverage/lcov-report/components/ContainerCreationPrompt.jsx.html +0 -394
  43. package/coverage/lcov-report/components/PromptField.jsx.html +0 -229
  44. package/coverage/lcov-report/components/SuggestionPanel.jsx.html +0 -268
  45. package/coverage/lcov-report/components/index.html +0 -146
  46. package/coverage/lcov-report/favicon.png +0 -0
  47. package/coverage/lcov-report/helpers/constants.js.html +0 -352
  48. package/coverage/lcov-report/helpers/containerOptionsBuilder.js.html +0 -244
  49. package/coverage/lcov-report/helpers/dockerHubService.js.html +0 -310
  50. package/coverage/lcov-report/helpers/dockerService/serviceComponents/containerActions.js.html +0 -931
  51. package/coverage/lcov-report/helpers/dockerService/serviceComponents/containerList.js.html +0 -307
  52. package/coverage/lcov-report/helpers/dockerService/serviceComponents/index.html +0 -131
  53. package/coverage/lcov-report/helpers/imageNameUtils.js.html +0 -181
  54. package/coverage/lcov-report/helpers/index.html +0 -206
  55. package/coverage/lcov-report/helpers/logger.js.html +0 -424
  56. package/coverage/lcov-report/helpers/safeCall.js.html +0 -139
  57. package/coverage/lcov-report/helpers/validationHelpers.js.html +0 -346
  58. package/coverage/lcov-report/hooks/creation/index.html +0 -146
  59. package/coverage/lcov-report/hooks/creation/useContainerActions.js.html +0 -313
  60. package/coverage/lcov-report/hooks/creation/useContainerCreation.js.html +0 -982
  61. package/coverage/lcov-report/hooks/creation/useLogsViewer.js.html +0 -238
  62. package/coverage/lcov-report/hooks/debug/index.html +0 -116
  63. package/coverage/lcov-report/hooks/debug/useDebugLogs.js.html +0 -187
  64. package/coverage/lcov-report/hooks/index.html +0 -161
  65. package/coverage/lcov-report/hooks/navigation/index.html +0 -116
  66. package/coverage/lcov-report/hooks/navigation/useContainerSelection.js.html +0 -169
  67. package/coverage/lcov-report/hooks/useContainerCommandRouter.js.html +0 -454
  68. package/coverage/lcov-report/hooks/useControls.js.html +0 -868
  69. package/coverage/lcov-report/hooks/useEraseConfirmation.js.html +0 -202
  70. package/coverage/lcov-report/hooks/useExitHandler.js.html +0 -292
  71. package/coverage/lcov-report/index.html +0 -176
  72. package/coverage/lcov-report/prettify.css +0 -1
  73. package/coverage/lcov-report/prettify.js +0 -2
  74. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  75. package/coverage/lcov-report/sorter.js +0 -210
  76. package/coverage/lcov.info +0 -1163
  77. package/fix-imports.cjs +0 -54
  78. package/jest.config.cjs +0 -14
  79. package/src/App.jsx +0 -102
  80. package/src/components/ContainerCreationPrompt.jsx +0 -107
  81. package/src/components/ContainerList.jsx +0 -32
  82. package/src/components/ContainerRow.jsx +0 -84
  83. package/src/components/ContainerSection.jsx +0 -24
  84. package/src/components/ControlsHUD.jsx +0 -66
  85. package/src/components/Footer.jsx +0 -15
  86. package/src/components/Header.jsx +0 -41
  87. package/src/components/LogViewer.jsx +0 -36
  88. package/src/components/MessageFeedback.jsx +0 -25
  89. package/src/components/PromptField.jsx +0 -48
  90. package/src/components/StatsBar.jsx +0 -70
  91. package/src/components/SuggestionPanel.jsx +0 -61
  92. package/src/components/UsageMenu.jsx +0 -52
  93. package/src/helpers/appInfo.js +0 -23
  94. package/src/helpers/constants.js +0 -89
  95. package/src/helpers/containerOptionsBuilder.js +0 -53
  96. package/src/helpers/dockerHubService.js +0 -75
  97. package/src/helpers/dockerService/dockerService.js +0 -28
  98. package/src/helpers/dockerService/serviceComponents/containerActions.js +0 -282
  99. package/src/helpers/dockerService/serviceComponents/containerList.js +0 -74
  100. package/src/helpers/dockerService/serviceComponents/containerLogs.js +0 -60
  101. package/src/helpers/dockerService/serviceComponents/containerStats.js +0 -69
  102. package/src/helpers/dockerService/serviceComponents/imageUtils.js +0 -32
  103. package/src/helpers/exitWithMessage.js +0 -32
  104. package/src/helpers/imageNameUtils.js +0 -32
  105. package/src/helpers/logger.js +0 -112
  106. package/src/helpers/safeCall.js +0 -18
  107. package/src/helpers/validationHelpers.js +0 -87
  108. package/src/hooks/creation/useContainerActions.js +0 -89
  109. package/src/hooks/creation/useContainerCreation.js +0 -377
  110. package/src/hooks/creation/useLogsViewer.js +0 -51
  111. package/src/hooks/debug/useDebugLogs.js +0 -34
  112. package/src/hooks/navigation/useContainerSelection.js +0 -28
  113. package/src/hooks/useContainerCommandRouter.js +0 -123
  114. package/src/hooks/useContainerStats.js +0 -44
  115. package/src/hooks/useContainers.js +0 -26
  116. package/src/hooks/useControls.js +0 -263
  117. package/src/hooks/useEraseConfirmation.js +0 -39
  118. package/src/hooks/useExitHandler.js +0 -69
  119. package/src/index.js +0 -20
  120. package/test/ContainerCreationPrompt.dom.test.js +0 -313
  121. package/test/ControlsHUD.dom.test.js +0 -125
  122. package/test/SuggestionPanel.dom.test.js +0 -83
  123. package/test/constants.test.js +0 -41
  124. package/test/containerActions.test.js +0 -229
  125. package/test/containerList.test.js +0 -79
  126. package/test/containerOptionsBuilder.test.js +0 -36
  127. package/test/dockerHubService.test.js +0 -213
  128. package/test/jest.setup.js +0 -7
  129. package/test/logger.test.js +0 -58
  130. package/test/resolveImageTag.test.js +0 -26
  131. package/test/safeCall.test.js +0 -25
  132. package/test/useContainerCreation.dom.test.js +0 -567
  133. package/test/useContainerCreationHub.dom.test.js +0 -184
  134. package/test/useControls.dom.test.js +0 -519
  135. package/test/validationHelpers.test.js +0 -111
@@ -1,575 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
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"/>
5
- <package name="helpers">
6
- <metrics statements="139" coveredstatements="77" conditionals="107" coveredconditionals="49" methods="26" coveredmethods="14"/>
7
- <file name="constants.js" path="/mnt/Secondary/Proyectos/Personal/JavaScript/ProyectosWeb/CLI/CDD/src/helpers/constants.js">
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"/>
21
- </file>
22
- <file name="containerOptionsBuilder.js" path="/mnt/Secondary/Proyectos/Personal/JavaScript/ProyectosWeb/CLI/CDD/src/helpers/containerOptionsBuilder.js">
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"/>
70
- </file>
71
- <file name="imageNameUtils.js" path="/mnt/Secondary/Proyectos/Personal/JavaScript/ProyectosWeb/CLI/CDD/src/helpers/imageNameUtils.js">
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"/>
82
- </file>
83
- <file name="logger.js" path="/mnt/Secondary/Proyectos/Personal/JavaScript/ProyectosWeb/CLI/CDD/src/helpers/logger.js">
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"/>
88
- <line num="30" count="0" type="stmt"/>
89
- <line num="31" count="0" type="cond" truecount="0" falsecount="2"/>
90
- <line num="32" count="0" type="stmt"/>
91
- <line num="34" count="0" type="stmt"/>
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"/>
108
- <line num="69" count="0" type="stmt"/>
109
- <line num="73" count="0" type="stmt"/>
110
- <line num="74" count="0" type="stmt"/>
111
- <line num="75" count="0" type="stmt"/>
112
- <line num="87" count="2" type="stmt"/>
113
- <line num="89" count="0" type="stmt"/>
114
- <line num="92" count="0" type="stmt"/>
115
- <line num="95" count="0" type="stmt"/>
116
- <line num="98" count="0" type="stmt"/>
117
- <line num="107" count="20" type="cond" truecount="1" falsecount="1"/>
118
- <line num="108" count="0" type="stmt"/>
119
- <line num="110" count="20" type="stmt"/>
120
- <line num="111" count="20" type="stmt"/>
121
- </file>
122
- <file name="safeCall.js" path="/mnt/Secondary/Proyectos/Personal/JavaScript/ProyectosWeb/CLI/CDD/src/helpers/safeCall.js">
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"/>
128
- </file>
129
- <file name="validationHelpers.js" path="/mnt/Secondary/Proyectos/Personal/JavaScript/ProyectosWeb/CLI/CDD/src/helpers/validationHelpers.js">
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"/>
153
- <line num="61" count="0" type="stmt"/>
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"/>
166
- </file>
167
- </package>
168
- <package name="hooks">
169
- <metrics statements="175" coveredstatements="89" conditionals="136" coveredconditionals="68" methods="38" coveredmethods="11"/>
170
- <file name="useContainerCommandRouter.js" path="/mnt/Secondary/Proyectos/Personal/JavaScript/ProyectosWeb/CLI/CDD/src/hooks/useContainerCommandRouter.js">
171
- <metrics statements="36" coveredstatements="12" conditionals="26" coveredconditionals="6" methods="7" coveredmethods="2"/>
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"/>
175
- <line num="44" count="0" type="stmt"/>
176
- <line num="45" count="0" type="stmt"/>
177
- <line num="49" count="0" type="cond" truecount="0" falsecount="3"/>
178
- <line num="52" count="0" type="stmt"/>
179
- <line num="55" count="12" type="cond" truecount="1" falsecount="1"/>
180
- <line num="56" count="0" type="stmt"/>
181
- <line num="57" count="0" type="stmt"/>
182
- <line num="61" count="0" type="cond" truecount="0" falsecount="5"/>
183
- <line num="67" count="0" type="stmt"/>
184
- <line num="70" count="12" type="cond" truecount="1" falsecount="1"/>
185
- <line num="71" count="0" type="stmt"/>
186
- <line num="72" count="0" type="stmt"/>
187
- <line num="76" count="0" type="stmt"/>
188
- <line num="79" count="12" type="cond" truecount="1" falsecount="1"/>
189
- <line num="80" count="0" type="cond" truecount="0" falsecount="2"/>
190
- <line num="81" count="0" type="stmt"/>
191
- <line num="83" count="0" type="stmt"/>
192
- <line num="84" count="0" type="stmt"/>
193
- <line num="87" count="12" type="cond" truecount="1" falsecount="1"/>
194
- <line num="88" count="0" type="cond" truecount="0" falsecount="2"/>
195
- <line num="89" count="0" type="stmt"/>
196
- <line num="91" count="0" type="stmt"/>
197
- <line num="92" count="0" type="stmt"/>
198
- <line num="93" count="0" type="stmt"/>
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"/>
203
- <line num="102" count="0" type="cond" truecount="0" falsecount="2"/>
204
- <line num="103" count="0" type="stmt"/>
205
- <line num="104" count="0" type="stmt"/>
206
- <line num="107" count="0" type="stmt"/>
207
- <line num="122" count="96" type="stmt"/>
208
- </file>
209
- <file name="useControls.js" path="/mnt/Secondary/Proyectos/Personal/JavaScript/ProyectosWeb/CLI/CDD/src/hooks/useControls.js">
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"/>
214
- <line num="32" count="4" type="stmt"/>
215
- <line num="38" count="4" type="stmt"/>
216
- <line num="39" count="4" type="stmt"/>
217
- <line num="40" count="4" type="stmt"/>
218
- <line num="41" count="4" type="stmt"/>
219
- <line num="42" count="3" type="stmt"/>
220
- <line num="43" count="3" type="cond" truecount="4" falsecount="0"/>
221
- <line num="44" count="2" type="stmt"/>
222
- <line num="47" count="3" type="stmt"/>
223
- <line num="50" count="3" type="stmt"/>
224
- <line num="51" count="3" type="stmt"/>
225
- <line num="53" count="1" type="stmt"/>
226
- <line num="54" count="1" type="stmt"/>
227
- <line num="56" count="4" type="stmt"/>
228
- <line num="59" count="0" type="stmt"/>
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"/>
236
- <line num="74" count="0" type="stmt"/>
237
- <line num="78" count="0" type="stmt"/>
238
- <line num="81" count="0" type="stmt"/>
239
- <line num="82" count="0" type="stmt"/>
240
- <line num="90" count="96" type="stmt"/>
241
- <line num="92" count="0" type="stmt"/>
242
- <line num="95" count="0" type="stmt"/>
243
- <line num="96" count="0" type="stmt"/>
244
- <line num="97" count="0" type="stmt"/>
245
- <line num="101" count="0" type="stmt"/>
246
- <line num="107" count="96" type="stmt"/>
247
- <line num="115" 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"/>
296
- <line num="199" count="0" type="stmt"/>
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"/>
319
- </file>
320
- <file name="useEraseConfirmation.js" path="/mnt/Secondary/Proyectos/Personal/JavaScript/ProyectosWeb/CLI/CDD/src/hooks/useEraseConfirmation.js">
321
- <metrics statements="13" coveredstatements="4" conditionals="9" coveredconditionals="0" methods="3" coveredmethods="1"/>
322
- <line num="15" count="96" type="stmt"/>
323
- <line num="17" count="96" type="stmt"/>
324
- <line num="18" count="0" type="stmt"/>
325
- <line num="21" count="96" type="stmt"/>
326
- <line num="23" count="0" type="cond" truecount="0" falsecount="4"/>
327
- <line num="24" count="0" type="stmt"/>
328
- <line num="25" count="0" type="stmt"/>
329
- <line num="26" count="0" type="stmt"/>
330
- <line num="29" count="0" type="cond" truecount="0" falsecount="5"/>
331
- <line num="30" count="0" type="stmt"/>
332
- <line num="31" count="0" type="stmt"/>
333
- <line num="32" count="0" type="stmt"/>
334
- <line num="38" count="96" type="stmt"/>
335
- </file>
336
- <file name="useExitHandler.js" path="/mnt/Secondary/Proyectos/Personal/JavaScript/ProyectosWeb/CLI/CDD/src/hooks/useExitHandler.js">
337
- <metrics statements="18" coveredstatements="5" conditionals="11" coveredconditionals="1" methods="5" coveredmethods="2"/>
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"/>
342
- <line num="39" count="0" type="cond" truecount="0" falsecount="2"/>
343
- <line num="40" count="0" type="stmt"/>
344
- <line num="43" count="0" type="stmt"/>
345
- <line num="44" count="0" type="stmt"/>
346
- <line num="45" count="0" type="cond" truecount="0" falsecount="4"/>
347
- <line num="46" count="0" type="stmt"/>
348
- <line num="48" count="0" type="stmt"/>
349
- <line num="55" count="0" type="stmt"/>
350
- <line num="56" count="0" type="stmt"/>
351
- <line num="57" count="0" type="stmt"/>
352
- <line num="58" count="0" type="cond" truecount="0" falsecount="2"/>
353
- <line num="59" count="0" type="stmt"/>
354
- <line num="63" count="0" type="stmt"/>
355
- <line num="68" count="96" type="stmt"/>
356
- </file>
357
- </package>
358
- <package name="hooks.creation">
359
- <metrics statements="163" coveredstatements="120" conditionals="62" coveredconditionals="47" methods="21" coveredmethods="13"/>
360
- <file name="useContainerActions.js" path="/mnt/Secondary/Proyectos/Personal/JavaScript/ProyectosWeb/CLI/CDD/src/hooks/creation/useContainerActions.js">
361
- <metrics statements="24" coveredstatements="3" conditionals="6" coveredconditionals="0" methods="6" coveredmethods="1"/>
362
- <line num="20" count="96" type="stmt"/>
363
- <line num="21" count="96" type="stmt"/>
364
- <line num="31" count="0" type="stmt"/>
365
- <line num="32" count="0" type="cond" truecount="0" falsecount="2"/>
366
- <line num="33" count="0" type="cond" truecount="0" falsecount="2"/>
367
- <line num="34" count="0" type="stmt"/>
368
- <line num="35" count="0" type="cond" truecount="0" falsecount="2"/>
369
- <line num="36" count="0" type="stmt"/>
370
- <line num="37" count="0" type="stmt"/>
371
- <line num="38" count="0" type="stmt"/>
372
- <line num="41" count="0" type="stmt"/>
373
- <line num="42" count="0" type="stmt"/>
374
- <line num="43" count="0" type="stmt"/>
375
- <line num="44" count="0" type="stmt"/>
376
- <line num="45" count="0" type="stmt"/>
377
- <line num="46" count="0" type="stmt"/>
378
- <line num="47" count="0" type="stmt"/>
379
- <line num="49" count="0" type="stmt"/>
380
- <line num="52" count="0" type="stmt"/>
381
- <line num="56" count="96" type="stmt"/>
382
- <line num="64" count="0" type="stmt"/>
383
- <line num="67" count="0" type="stmt"/>
384
- <line num="70" count="0" type="stmt"/>
385
- <line num="73" count="0" type="stmt"/>
386
- </file>
387
- <file name="useContainerCreation.js" path="/mnt/Secondary/Proyectos/Personal/JavaScript/ProyectosWeb/CLI/CDD/src/hooks/creation/useContainerCreation.js">
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"/>
517
- </file>
518
- <file name="useLogsViewer.js" path="/mnt/Secondary/Proyectos/Personal/JavaScript/ProyectosWeb/CLI/CDD/src/hooks/creation/useLogsViewer.js">
519
- <metrics statements="11" coveredstatements="4" conditionals="2" coveredconditionals="0" methods="3" coveredmethods="1"/>
520
- <line num="18" count="96" type="stmt"/>
521
- <line num="19" count="96" type="stmt"/>
522
- <line num="20" count="96" type="stmt"/>
523
- <line num="26" count="0" type="stmt"/>
524
- <line num="27" count="0" type="stmt"/>
525
- <line num="34" count="0" type="stmt"/>
526
- <line num="35" count="0" type="stmt"/>
527
- <line num="36" count="0" type="cond" truecount="0" falsecount="2"/>
528
- <line num="37" count="0" type="stmt"/>
529
- <line num="38" count="0" type="stmt"/>
530
- <line num="42" count="96" type="stmt"/>
531
- </file>
532
- </package>
533
- <package name="hooks.debug">
534
- <metrics statements="17" coveredstatements="6" conditionals="10" coveredconditionals="0" methods="5" coveredmethods="2"/>
535
- <file name="useDebugLogs.js" path="/mnt/Secondary/Proyectos/Personal/JavaScript/ProyectosWeb/CLI/CDD/src/hooks/debug/useDebugLogs.js">
536
- <metrics statements="17" coveredstatements="6" conditionals="10" coveredconditionals="0" methods="5" coveredmethods="2"/>
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"/>
541
- <line num="10" count="0" type="stmt"/>
542
- <line num="11" count="0" type="cond" truecount="0" falsecount="2"/>
543
- <line num="13" count="0" type="cond" truecount="0" falsecount="2"/>
544
- <line num="14" count="0" type="cond" truecount="0" falsecount="4"/>
545
- <line num="15" count="0" type="stmt"/>
546
- <line num="16" count="0" type="stmt"/>
547
- <line num="17" count="0" type="stmt"/>
548
- <line num="19" count="0" type="stmt"/>
549
- <line num="23" count="0" type="cond" truecount="0" falsecount="2"/>
550
- <line num="26" count="0" type="stmt"/>
551
- <line num="27" count="0" type="stmt"/>
552
- <line num="30" count="20" type="stmt"/>
553
- <line num="33" count="96" type="stmt"/>
554
- </file>
555
- </package>
556
- <package name="hooks.navigation">
557
- <metrics statements="12" coveredstatements="5" conditionals="10" coveredconditionals="1" methods="4" coveredmethods="2"/>
558
- <file name="useContainerSelection.js" path="/mnt/Secondary/Proyectos/Personal/JavaScript/ProyectosWeb/CLI/CDD/src/hooks/navigation/useContainerSelection.js">
559
- <metrics statements="12" coveredstatements="5" conditionals="10" coveredconditionals="1" methods="4" coveredmethods="2"/>
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"/>
564
- <line num="12" count="0" type="cond" truecount="0" falsecount="2"/>
565
- <line num="13" count="0" type="cond" truecount="0" falsecount="2"/>
566
- <line num="14" count="0" type="stmt"/>
567
- <line num="17" count="0" type="cond" truecount="0" falsecount="2"/>
568
- <line num="18" count="0" type="cond" truecount="0" falsecount="2"/>
569
- <line num="19" count="0" type="stmt"/>
570
- <line num="22" count="0" type="stmt"/>
571
- <line num="27" count="96" type="stmt"/>
572
- </file>
573
- </package>
574
- </project>
575
- </coverage>