@node-c/core 1.0.0-alpha1 → 1.0.0-alpha10

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 (36) hide show
  1. package/README.md +3 -27
  2. package/coverage/clover.xml +362 -170
  3. package/coverage/coverage-final.json +6 -6
  4. package/coverage/index.html +36 -36
  5. package/dist/app.js +3 -2
  6. package/dist/app.js.map +1 -1
  7. package/dist/common/configProvider/configProvider.definitions.d.ts +25 -8
  8. package/dist/common/configProvider/configProvider.definitions.js +13 -6
  9. package/dist/common/configProvider/configProvider.definitions.js.map +1 -1
  10. package/dist/common/configProvider/configProvider.module.js +2 -2
  11. package/dist/common/configProvider/configProvider.module.js.map +1 -1
  12. package/dist/common/configProvider/configProvider.service.js +54 -14
  13. package/dist/common/configProvider/configProvider.service.js.map +1 -1
  14. package/dist/common/definitions/common.constants.d.ts +9 -0
  15. package/dist/common/definitions/common.constants.js +12 -2
  16. package/dist/common/definitions/common.constants.js.map +1 -1
  17. package/dist/common/definitions/common.definitions.d.ts +3 -0
  18. package/dist/common/utils/utils.loadDynamicModules.d.ts +8 -5
  19. package/dist/common/utils/utils.loadDynamicModules.js +6 -2
  20. package/dist/common/utils/utils.loadDynamicModules.js.map +1 -1
  21. package/dist/domain/entityService/domain.entity.service.d.ts +14 -9
  22. package/dist/domain/entityService/domain.entity.service.definitions.d.ts +65 -0
  23. package/dist/domain/entityService/domain.entity.service.definitions.js +26 -0
  24. package/dist/domain/entityService/domain.entity.service.definitions.js.map +1 -0
  25. package/dist/domain/entityService/domain.entity.service.js +241 -16
  26. package/dist/domain/entityService/domain.entity.service.js.map +1 -1
  27. package/dist/domain/entityService/index.d.ts +1 -0
  28. package/dist/domain/entityService/index.js +1 -0
  29. package/dist/domain/entityService/index.js.map +1 -1
  30. package/dist/persistance/entityService/persistance.entity.service.d.ts +9 -8
  31. package/dist/persistance/entityService/persistance.entity.service.definitions.d.ts +27 -13
  32. package/dist/persistance/entityService/persistance.entity.service.definitions.js +20 -15
  33. package/dist/persistance/entityService/persistance.entity.service.definitions.js.map +1 -1
  34. package/dist/persistance/entityService/persistance.entity.service.js +13 -7
  35. package/dist/persistance/entityService/persistance.entity.service.js.map +1 -1
  36. package/package.json +2 -2
@@ -1,11 +1,11 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1740599380751" clover="3.2.0">
3
- <project timestamp="1740599380751" name="All files">
4
- <metrics statements="340" coveredstatements="340" conditionals="94" coveredconditionals="94" methods="22" coveredmethods="22" elements="456" coveredelements="456" complexity="0" loc="340" ncloc="340" packages="6" files="13" classes="13"/>
2
+ <coverage generated="1743280284982" clover="3.2.0">
3
+ <project timestamp="1743280284983" name="All files">
4
+ <metrics statements="532" coveredstatements="480" conditionals="136" coveredconditionals="114" methods="25" coveredmethods="24" elements="693" coveredelements="618" complexity="0" loc="532" ncloc="532" packages="6" files="13" classes="13"/>
5
5
  <package name="src">
6
- <metrics statements="67" coveredstatements="67" conditionals="19" coveredconditionals="19" methods="1" coveredmethods="1"/>
6
+ <metrics statements="68" coveredstatements="68" conditionals="19" coveredconditionals="19" methods="1" coveredmethods="1"/>
7
7
  <file name="app.ts" path="/code/personal/node-c/repo/packages/core/src/app.ts">
8
- <metrics statements="67" coveredstatements="67" conditionals="19" coveredconditionals="19" methods="1" coveredmethods="1"/>
8
+ <metrics statements="68" coveredstatements="68" conditionals="19" coveredconditionals="19" methods="1" coveredmethods="1"/>
9
9
  <line num="1" count="1" type="stmt"/>
10
10
  <line num="2" count="1" type="stmt"/>
11
11
  <line num="3" count="1" type="stmt"/>
@@ -33,30 +33,30 @@
33
33
  <line num="42" count="1" type="stmt"/>
34
34
  <line num="43" count="1" type="stmt"/>
35
35
  <line num="44" count="1" type="stmt"/>
36
- <line num="45" count="4" type="stmt"/>
37
- <line num="46" count="4" type="cond" truecount="1" falsecount="0"/>
38
- <line num="47" count="2" type="stmt"/>
36
+ <line num="45" count="1" type="stmt"/>
37
+ <line num="46" count="4" type="stmt"/>
38
+ <line num="47" count="4" type="cond" truecount="1" falsecount="0"/>
39
39
  <line num="48" count="2" type="stmt"/>
40
- <line num="49" count="3" type="stmt"/>
41
- <line num="50" count="5" type="cond" truecount="2" falsecount="0"/>
42
- <line num="51" count="2" type="cond" truecount="1" falsecount="0"/>
43
- <line num="52" count="2" type="stmt"/>
40
+ <line num="49" count="2" type="stmt"/>
41
+ <line num="50" count="3" type="stmt"/>
42
+ <line num="51" count="5" type="cond" truecount="2" falsecount="0"/>
43
+ <line num="52" count="2" type="cond" truecount="1" falsecount="0"/>
44
44
  <line num="53" count="2" type="stmt"/>
45
45
  <line num="54" count="2" type="stmt"/>
46
- <line num="55" count="5" type="cond" truecount="1" falsecount="0"/>
47
- <line num="57" count="7" type="stmt"/>
46
+ <line num="55" count="2" type="stmt"/>
47
+ <line num="56" count="5" type="cond" truecount="1" falsecount="0"/>
48
48
  <line num="58" count="7" type="stmt"/>
49
- <line num="59" count="7" type="cond" truecount="1" falsecount="0"/>
50
- <line num="60" count="5" type="stmt"/>
49
+ <line num="59" count="7" type="stmt"/>
50
+ <line num="60" count="7" type="cond" truecount="1" falsecount="0"/>
51
51
  <line num="61" count="5" type="stmt"/>
52
- <line num="62" count="5" type="cond" truecount="1" falsecount="0"/>
53
- <line num="63" count="7" type="cond" truecount="1" falsecount="0"/>
54
- <line num="64" count="1" type="stmt"/>
55
- <line num="65" count="1" type="cond" truecount="1" falsecount="0"/>
56
- <line num="66" count="2" type="stmt"/>
52
+ <line num="62" count="5" type="stmt"/>
53
+ <line num="63" count="5" type="cond" truecount="1" falsecount="0"/>
54
+ <line num="64" count="7" type="cond" truecount="1" falsecount="0"/>
55
+ <line num="65" count="1" type="stmt"/>
56
+ <line num="66" count="1" type="cond" truecount="1" falsecount="0"/>
57
57
  <line num="67" count="2" type="stmt"/>
58
- <line num="69" count="7" type="cond" truecount="1" falsecount="0"/>
59
- <line num="71" count="1" type="stmt"/>
58
+ <line num="68" count="2" type="stmt"/>
59
+ <line num="70" count="7" type="cond" truecount="1" falsecount="0"/>
60
60
  <line num="72" count="1" type="stmt"/>
61
61
  <line num="73" count="1" type="stmt"/>
62
62
  <line num="74" count="1" type="stmt"/>
@@ -67,16 +67,17 @@
67
67
  <line num="79" count="1" type="stmt"/>
68
68
  <line num="80" count="1" type="stmt"/>
69
69
  <line num="81" count="1" type="stmt"/>
70
- <line num="82" count="1" type="cond" truecount="1" falsecount="0"/>
71
- <line num="83" count="2" type="stmt"/>
70
+ <line num="82" count="1" type="stmt"/>
71
+ <line num="83" count="1" type="cond" truecount="1" falsecount="0"/>
72
72
  <line num="84" count="2" type="stmt"/>
73
- <line num="85" count="5" type="stmt"/>
73
+ <line num="85" count="2" type="stmt"/>
74
74
  <line num="86" count="5" type="stmt"/>
75
- <line num="87" count="1" type="stmt"/>
75
+ <line num="87" count="5" type="stmt"/>
76
+ <line num="88" count="1" type="stmt"/>
76
77
  </file>
77
78
  </package>
78
79
  <package name="src.common.configProvider">
79
- <metrics statements="158" coveredstatements="158" conditionals="38" coveredconditionals="38" methods="5" coveredmethods="5"/>
80
+ <metrics statements="178" coveredstatements="178" conditionals="41" coveredconditionals="41" methods="5" coveredmethods="5"/>
80
81
  <file name="configProvider.module.ts" path="/code/personal/node-c/repo/packages/core/src/common/configProvider/configProvider.module.ts">
81
82
  <metrics statements="21" coveredstatements="21" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
82
83
  <line num="1" count="1" type="stmt"/>
@@ -102,7 +103,7 @@
102
103
  <line num="25" count="1" type="stmt"/>
103
104
  </file>
104
105
  <file name="configProvider.service.ts" path="/code/personal/node-c/repo/packages/core/src/common/configProvider/configProvider.service.ts">
105
- <metrics statements="134" coveredstatements="134" conditionals="36" coveredconditionals="36" methods="3" coveredmethods="3"/>
106
+ <metrics statements="154" coveredstatements="154" conditionals="39" coveredconditionals="39" methods="3" coveredmethods="3"/>
106
107
  <line num="1" count="1" type="stmt"/>
107
108
  <line num="2" count="1" type="stmt"/>
108
109
  <line num="4" count="1" type="stmt"/>
@@ -110,15 +111,14 @@
110
111
  <line num="6" count="1" type="stmt"/>
111
112
  <line num="7" count="1" type="stmt"/>
112
113
  <line num="9" count="1" type="stmt"/>
113
- <line num="19" count="1" type="stmt"/>
114
- <line num="21" count="1" type="stmt"/>
114
+ <line num="20" count="1" type="stmt"/>
115
115
  <line num="22" count="1" type="stmt"/>
116
- <line num="23" count="1" type="cond" truecount="1" falsecount="0"/>
117
- <line num="24" count="8" type="stmt"/>
118
- <line num="26" count="8" type="stmt"/>
116
+ <line num="23" count="1" type="stmt"/>
117
+ <line num="24" count="1" type="cond" truecount="1" falsecount="0"/>
118
+ <line num="25" count="8" type="stmt"/>
119
119
  <line num="27" count="8" type="stmt"/>
120
- <line num="30" count="1" type="cond" truecount="1" falsecount="0"/>
121
- <line num="31" count="6" type="stmt"/>
120
+ <line num="28" count="8" type="stmt"/>
121
+ <line num="31" count="1" type="cond" truecount="1" falsecount="0"/>
122
122
  <line num="32" count="6" type="stmt"/>
123
123
  <line num="33" count="6" type="stmt"/>
124
124
  <line num="34" count="6" type="stmt"/>
@@ -127,116 +127,137 @@
127
127
  <line num="37" count="6" type="stmt"/>
128
128
  <line num="38" count="6" type="stmt"/>
129
129
  <line num="39" count="6" type="stmt"/>
130
- <line num="40" count="6" type="cond" truecount="1" falsecount="0"/>
131
- <line num="41" count="5" type="stmt"/>
132
- <line num="42" count="5" type="stmt"/>
130
+ <line num="40" count="6" type="stmt"/>
131
+ <line num="41" count="6" type="stmt"/>
132
+ <line num="42" count="6" type="cond" truecount="1" falsecount="0"/>
133
133
  <line num="43" count="5" type="stmt"/>
134
- <line num="44" count="6" type="cond" truecount="1" falsecount="0"/>
135
- <line num="45" count="20" type="stmt"/>
136
- <line num="46" count="20" type="cond" truecount="1" falsecount="0"/>
137
- <line num="47" count="4" type="stmt"/>
138
- <line num="48" count="4" type="cond" truecount="1" falsecount="0"/>
139
- <line num="49" count="16" type="stmt"/>
140
- <line num="50" count="16" type="stmt"/>
141
- <line num="51" count="20" type="cond" truecount="1" falsecount="0"/>
142
- <line num="52" count="4" type="stmt"/>
143
- <line num="53" count="4" type="cond" truecount="1" falsecount="0"/>
144
- <line num="54" count="12" type="stmt"/>
145
- <line num="55" count="20" type="cond" truecount="1" falsecount="0"/>
146
- <line num="56" count="36" type="stmt"/>
147
- <line num="57" count="36" type="cond" truecount="1" falsecount="0"/>
148
- <line num="58" count="8" type="stmt"/>
149
- <line num="59" count="8" type="stmt"/>
150
- <line num="60" count="8" type="cond" truecount="1" falsecount="0"/>
151
- <line num="61" count="36" type="cond" truecount="1" falsecount="0"/>
152
- <line num="62" count="8" type="stmt"/>
153
- <line num="63" count="8" type="stmt"/>
134
+ <line num="44" count="5" type="stmt"/>
135
+ <line num="45" count="5" type="stmt"/>
136
+ <line num="46" count="6" type="cond" truecount="1" falsecount="0"/>
137
+ <line num="47" count="20" type="stmt"/>
138
+ <line num="48" count="20" type="cond" truecount="1" falsecount="0"/>
139
+ <line num="49" count="4" type="stmt"/>
140
+ <line num="50" count="4" type="cond" truecount="1" falsecount="0"/>
141
+ <line num="51" count="16" type="stmt"/>
142
+ <line num="52" count="16" type="stmt"/>
143
+ <line num="53" count="20" type="cond" truecount="1" falsecount="0"/>
144
+ <line num="54" count="4" type="stmt"/>
145
+ <line num="55" count="4" type="cond" truecount="1" falsecount="0"/>
146
+ <line num="56" count="12" type="stmt"/>
147
+ <line num="57" count="20" type="cond" truecount="1" falsecount="0"/>
148
+ <line num="58" count="36" type="stmt"/>
149
+ <line num="59" count="36" type="cond" truecount="1" falsecount="0"/>
150
+ <line num="60" count="8" type="stmt"/>
151
+ <line num="61" count="8" type="stmt"/>
152
+ <line num="62" count="8" type="cond" truecount="1" falsecount="0"/>
153
+ <line num="63" count="36" type="cond" truecount="1" falsecount="0"/>
154
154
  <line num="64" count="8" type="stmt"/>
155
- <line num="65" count="36" type="cond" truecount="1" falsecount="0"/>
156
- <line num="66" count="12" type="cond" truecount="1" falsecount="0"/>
157
- <line num="67" count="5" type="stmt"/>
158
- <line num="68" count="5" type="stmt"/>
159
- <line num="69" count="5" type="stmt"/>
155
+ <line num="65" count="8" type="stmt"/>
156
+ <line num="66" count="8" type="stmt"/>
157
+ <line num="67" count="36" type="cond" truecount="1" falsecount="0"/>
158
+ <line num="68" count="12" type="cond" truecount="1" falsecount="0"/>
160
159
  <line num="70" count="5" type="stmt"/>
161
- <line num="71" count="5" type="stmt"/>
162
- <line num="72" count="5" type="stmt"/>
163
- <line num="73" count="5" type="stmt"/>
164
- <line num="74" count="5" type="stmt"/>
165
- <line num="75" count="5" type="stmt"/>
160
+ <line num="71" count="6" type="cond" truecount="1" falsecount="0"/>
161
+ <line num="72" count="1" type="stmt"/>
162
+ <line num="73" count="1" type="stmt"/>
163
+ <line num="75" count="1" type="cond" truecount="1" falsecount="0"/>
166
164
  <line num="76" count="5" type="stmt"/>
167
165
  <line num="77" count="5" type="stmt"/>
168
166
  <line num="78" count="5" type="stmt"/>
169
167
  <line num="79" count="5" type="stmt"/>
170
- <line num="80" count="6" type="stmt"/>
171
- <line num="83" count="1" type="cond" truecount="1" falsecount="0"/>
172
- <line num="84" count="14" type="stmt"/>
173
- <line num="85" count="14" type="stmt"/>
174
- <line num="86" count="14" type="stmt"/>
175
- <line num="87" count="14" type="cond" truecount="1" falsecount="0"/>
176
- <line num="88" count="14" type="cond" truecount="1" falsecount="0"/>
177
- <line num="89" count="14" type="cond" truecount="1" falsecount="0"/>
178
- <line num="90" count="14" type="stmt"/>
179
- <line num="91" count="14" type="cond" truecount="1" falsecount="0"/>
180
- <line num="92" count="14" type="stmt"/>
181
- <line num="93" count="14" type="stmt"/>
182
- <line num="94" count="14" type="stmt"/>
183
- <line num="95" count="14" type="stmt"/>
184
- <line num="96" count="14" type="stmt"/>
185
- <line num="97" count="14" type="stmt"/>
186
- <line num="98" count="14" type="stmt"/>
187
- <line num="99" count="14" type="stmt"/>
188
- <line num="100" count="14" type="stmt"/>
189
- <line num="101" count="14" type="stmt"/>
190
- <line num="103" count="14" type="stmt"/>
191
- <line num="104" count="14" type="stmt"/>
192
- <line num="105" count="14" type="stmt"/>
193
- <line num="107" count="14" type="stmt"/>
194
- <line num="108" count="14" type="cond" truecount="1" falsecount="0"/>
195
- <line num="109" count="13" type="stmt"/>
196
- <line num="111" count="14" type="cond" truecount="1" falsecount="0"/>
197
- <line num="112" count="104" type="cond" truecount="1" falsecount="0"/>
198
- <line num="113" count="104" type="cond" truecount="1" falsecount="0"/>
199
- <line num="114" count="39" type="stmt"/>
200
- <line num="115" count="39" type="cond" truecount="1" falsecount="0"/>
201
- <line num="116" count="104" type="cond" truecount="1" falsecount="0"/>
202
- <line num="117" count="104" type="cond" truecount="1" falsecount="0"/>
203
- <line num="118" count="39" type="stmt"/>
204
- <line num="119" count="39" type="cond" truecount="1" falsecount="0"/>
205
- <line num="120" count="26" type="stmt"/>
206
- <line num="121" count="26" type="stmt"/>
207
- <line num="122" count="104" type="cond" truecount="1" falsecount="0"/>
208
- <line num="123" count="5" type="stmt"/>
209
- <line num="124" count="5" type="cond" truecount="1" falsecount="0"/>
210
- <line num="125" count="104" type="cond" truecount="1" falsecount="0"/>
211
- <line num="126" count="12" type="stmt"/>
212
- <line num="127" count="12" type="cond" truecount="1" falsecount="0"/>
213
- <line num="128" count="21" type="stmt"/>
214
- <line num="129" count="21" type="stmt"/>
215
- <line num="130" count="21" type="stmt"/>
216
- <line num="131" count="21" type="stmt"/>
217
- <line num="132" count="21" type="cond" truecount="1" falsecount="0"/>
218
- <line num="134" count="13" type="cond" truecount="1" falsecount="0"/>
219
- <line num="135" count="12" type="stmt"/>
220
- <line num="136" count="12" type="stmt"/>
221
- <line num="137" count="12" type="stmt"/>
222
- <line num="138" count="12" type="cond" truecount="1" falsecount="0"/>
223
- <line num="139" count="21" type="stmt"/>
224
- <line num="140" count="21" type="stmt"/>
225
- <line num="141" count="21" type="stmt"/>
226
- <line num="142" count="21" type="stmt"/>
227
- <line num="143" count="21" type="cond" truecount="1" falsecount="0"/>
228
- <line num="144" count="21" type="stmt"/>
229
- <line num="145" count="21" type="cond" truecount="1" falsecount="0"/>
230
- <line num="146" count="42" type="stmt"/>
231
- <line num="147" count="42" type="stmt"/>
232
- <line num="148" count="42" type="stmt"/>
233
- <line num="149" count="42" type="stmt"/>
234
- <line num="150" count="21" type="stmt"/>
235
- <line num="151" count="21" type="stmt"/>
236
- <line num="152" count="12" type="stmt"/>
237
- <line num="153" count="13" type="stmt"/>
238
- <line num="154" count="14" type="stmt"/>
239
- <line num="155" count="1" type="stmt"/>
168
+ <line num="80" count="5" type="stmt"/>
169
+ <line num="81" count="5" type="stmt"/>
170
+ <line num="82" count="5" type="stmt"/>
171
+ <line num="83" count="5" type="stmt"/>
172
+ <line num="84" count="5" type="stmt"/>
173
+ <line num="85" count="5" type="stmt"/>
174
+ <line num="86" count="5" type="stmt"/>
175
+ <line num="87" count="5" type="stmt"/>
176
+ <line num="88" count="5" type="stmt"/>
177
+ <line num="90" count="5" type="stmt"/>
178
+ <line num="91" count="5" type="stmt"/>
179
+ <line num="92" count="5" type="stmt"/>
180
+ <line num="93" count="5" type="stmt"/>
181
+ <line num="94" count="5" type="stmt"/>
182
+ <line num="98" count="5" type="stmt"/>
183
+ <line num="103" count="5" type="stmt"/>
184
+ <line num="105" count="5" type="stmt"/>
185
+ <line num="107" count="5" type="cond" truecount="1" falsecount="0"/>
186
+ <line num="108" count="5" type="stmt"/>
187
+ <line num="109" count="5" type="stmt"/>
188
+ <line num="112" count="5" type="stmt"/>
189
+ <line num="113" count="5" type="stmt"/>
190
+ <line num="115" count="5" type="stmt"/>
191
+ <line num="116" count="6" type="stmt"/>
192
+ <line num="119" count="1" type="cond" truecount="1" falsecount="0"/>
193
+ <line num="120" count="14" type="stmt"/>
194
+ <line num="121" count="14" type="stmt"/>
195
+ <line num="122" count="14" type="stmt"/>
196
+ <line num="123" count="14" type="cond" truecount="1" falsecount="0"/>
197
+ <line num="124" count="14" type="cond" truecount="1" falsecount="0"/>
198
+ <line num="125" count="14" type="cond" truecount="1" falsecount="0"/>
199
+ <line num="126" count="14" type="stmt"/>
200
+ <line num="127" count="14" type="cond" truecount="1" falsecount="0"/>
201
+ <line num="128" count="14" type="stmt"/>
202
+ <line num="129" count="14" type="stmt"/>
203
+ <line num="130" count="14" type="stmt"/>
204
+ <line num="131" count="14" type="stmt"/>
205
+ <line num="132" count="14" type="stmt"/>
206
+ <line num="133" count="14" type="stmt"/>
207
+ <line num="134" count="14" type="stmt"/>
208
+ <line num="135" count="14" type="stmt"/>
209
+ <line num="136" count="14" type="stmt"/>
210
+ <line num="137" count="14" type="stmt"/>
211
+ <line num="139" count="14" type="stmt"/>
212
+ <line num="140" count="14" type="stmt"/>
213
+ <line num="141" count="14" type="stmt"/>
214
+ <line num="143" count="14" type="stmt"/>
215
+ <line num="144" count="14" type="cond" truecount="1" falsecount="0"/>
216
+ <line num="145" count="13" type="stmt"/>
217
+ <line num="147" count="14" type="cond" truecount="1" falsecount="0"/>
218
+ <line num="148" count="104" type="cond" truecount="1" falsecount="0"/>
219
+ <line num="149" count="104" type="cond" truecount="1" falsecount="0"/>
220
+ <line num="150" count="39" type="stmt"/>
221
+ <line num="151" count="39" type="cond" truecount="1" falsecount="0"/>
222
+ <line num="152" count="104" type="cond" truecount="1" falsecount="0"/>
223
+ <line num="153" count="104" type="cond" truecount="1" falsecount="0"/>
224
+ <line num="154" count="39" type="stmt"/>
225
+ <line num="155" count="39" type="cond" truecount="1" falsecount="0"/>
226
+ <line num="156" count="26" type="stmt"/>
227
+ <line num="157" count="26" type="stmt"/>
228
+ <line num="158" count="104" type="cond" truecount="1" falsecount="0"/>
229
+ <line num="159" count="5" type="stmt"/>
230
+ <line num="160" count="5" type="cond" truecount="1" falsecount="0"/>
231
+ <line num="161" count="104" type="cond" truecount="1" falsecount="0"/>
232
+ <line num="162" count="12" type="stmt"/>
233
+ <line num="163" count="12" type="cond" truecount="1" falsecount="0"/>
234
+ <line num="164" count="21" type="stmt"/>
235
+ <line num="165" count="21" type="stmt"/>
236
+ <line num="166" count="21" type="stmt"/>
237
+ <line num="167" count="21" type="stmt"/>
238
+ <line num="168" count="21" type="cond" truecount="1" falsecount="0"/>
239
+ <line num="170" count="13" type="cond" truecount="1" falsecount="0"/>
240
+ <line num="171" count="12" type="stmt"/>
241
+ <line num="172" count="12" type="stmt"/>
242
+ <line num="173" count="12" type="stmt"/>
243
+ <line num="174" count="12" type="cond" truecount="1" falsecount="0"/>
244
+ <line num="175" count="21" type="stmt"/>
245
+ <line num="176" count="21" type="stmt"/>
246
+ <line num="177" count="21" type="stmt"/>
247
+ <line num="178" count="21" type="stmt"/>
248
+ <line num="179" count="21" type="cond" truecount="1" falsecount="0"/>
249
+ <line num="180" count="21" type="stmt"/>
250
+ <line num="181" count="21" type="cond" truecount="1" falsecount="0"/>
251
+ <line num="182" count="42" type="stmt"/>
252
+ <line num="183" count="42" type="stmt"/>
253
+ <line num="184" count="42" type="stmt"/>
254
+ <line num="185" count="42" type="stmt"/>
255
+ <line num="186" count="21" type="stmt"/>
256
+ <line num="187" count="21" type="stmt"/>
257
+ <line num="188" count="12" type="stmt"/>
258
+ <line num="189" count="13" type="stmt"/>
259
+ <line num="190" count="14" type="stmt"/>
260
+ <line num="191" count="1" type="stmt"/>
240
261
  </file>
241
262
  <file name="index.ts" path="/code/personal/node-c/repo/packages/core/src/common/configProvider/index.ts">
242
263
  <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
@@ -246,13 +267,21 @@
246
267
  </file>
247
268
  </package>
248
269
  <package name="src.common.definitions">
249
- <metrics statements="14" coveredstatements="14" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
270
+ <metrics statements="22" coveredstatements="22" conditionals="3" coveredconditionals="3" methods="1" coveredmethods="1"/>
250
271
  <file name="common.constants.ts" path="/code/personal/node-c/repo/packages/core/src/common/definitions/common.constants.ts">
251
- <metrics statements="4" coveredstatements="4" conditionals="1" coveredconditionals="1" methods="0" coveredmethods="0"/>
272
+ <metrics statements="12" coveredstatements="12" conditionals="2" coveredconditionals="2" methods="0" coveredmethods="0"/>
252
273
  <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
253
274
  <line num="3" count="1" type="stmt"/>
254
275
  <line num="5" count="1" type="stmt"/>
255
276
  <line num="7" count="1" type="stmt"/>
277
+ <line num="10" count="1" type="cond" truecount="1" falsecount="0"/>
278
+ <line num="12" count="1" type="stmt"/>
279
+ <line num="14" count="1" type="stmt"/>
280
+ <line num="16" count="1" type="stmt"/>
281
+ <line num="18" count="1" type="stmt"/>
282
+ <line num="20" count="1" type="stmt"/>
283
+ <line num="22" count="1" type="stmt"/>
284
+ <line num="24" count="1" type="stmt"/>
256
285
  </file>
257
286
  <file name="common.errors.ts" path="/code/personal/node-c/repo/packages/core/src/common/definitions/common.errors.ts">
258
287
  <metrics statements="7" coveredstatements="7" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
@@ -332,47 +361,204 @@
332
361
  </file>
333
362
  </package>
334
363
  <package name="src.domain.entityService">
335
- <metrics statements="24" coveredstatements="24" conditionals="7" coveredconditionals="7" methods="7" coveredmethods="7"/>
364
+ <metrics statements="181" coveredstatements="131" conditionals="45" coveredconditionals="23" methods="9" coveredmethods="9"/>
336
365
  <file name="domain.entity.service.ts" path="/code/personal/node-c/repo/packages/core/src/domain/entityService/domain.entity.service.ts">
337
- <metrics statements="23" coveredstatements="23" conditionals="7" coveredconditionals="7" methods="7" coveredmethods="7"/>
338
- <line num="14" count="1" type="stmt"/>
339
- <line num="15" count="1" type="cond" truecount="1" falsecount="0"/>
340
- <line num="17" count="12" type="stmt"/>
341
- <line num="18" count="12" type="stmt"/>
342
- <line num="22" count="1" type="cond" truecount="1" falsecount="0"/>
343
- <line num="23" count="2" type="stmt"/>
344
- <line num="24" count="2" type="stmt"/>
345
- <line num="28" count="1" type="cond" truecount="1" falsecount="0"/>
346
- <line num="29" count="2" type="stmt"/>
347
- <line num="30" count="2" type="stmt"/>
348
- <line num="34" count="1" type="cond" truecount="1" falsecount="0"/>
349
- <line num="35" count="2" type="stmt"/>
350
- <line num="36" count="2" type="stmt"/>
351
- <line num="40" count="1" type="cond" truecount="1" falsecount="0"/>
352
- <line num="41" count="2" type="stmt"/>
353
- <line num="42" count="2" type="stmt"/>
354
- <line num="46" count="1" type="cond" truecount="1" falsecount="0"/>
355
- <line num="47" count="2" type="stmt"/>
356
- <line num="48" count="2" type="stmt"/>
366
+ <metrics statements="179" coveredstatements="129" conditionals="45" coveredconditionals="23" methods="9" coveredmethods="9"/>
367
+ <line num="1" count="1" type="stmt"/>
368
+ <line num="19" count="1" type="stmt"/>
369
+ <line num="24" count="1" type="stmt"/>
370
+ <line num="29" count="1" type="stmt"/>
371
+ <line num="30" count="1" type="cond" truecount="1" falsecount="0"/>
372
+ <line num="32" count="12" type="stmt"/>
373
+ <line num="34" count="12" type="stmt"/>
374
+ <line num="35" count="12" type="stmt"/>
375
+ <line num="36" count="12" type="stmt"/>
376
+ <line num="37" count="12" type="stmt"/>
377
+ <line num="38" count="12" type="stmt"/>
378
+ <line num="39" count="12" type="stmt"/>
379
+ <line num="40" count="12" type="stmt"/>
380
+ <line num="41" count="12" type="stmt"/>
381
+ <line num="43" count="12" type="stmt"/>
382
+ <line num="44" count="12" type="stmt"/>
357
383
  <line num="52" count="1" type="cond" truecount="1" falsecount="0"/>
358
384
  <line num="53" count="2" type="stmt"/>
359
385
  <line num="54" count="2" type="stmt"/>
360
- <line num="55" count="1" type="stmt"/>
386
+ <line num="55" count="2" type="stmt"/>
387
+ <line num="56" count="2" type="cond" truecount="0" falsecount="1"/>
388
+ <line num="57" count="0" type="stmt"/>
389
+ <line num="58" count="0" type="stmt"/>
390
+ <line num="59" count="2" type="stmt"/>
391
+ <line num="60" count="2" type="stmt"/>
392
+ <line num="61" count="2" type="cond" truecount="1" falsecount="0"/>
393
+ <line num="62" count="1" type="stmt"/>
394
+ <line num="63" count="1" type="stmt"/>
395
+ <line num="64" count="2" type="cond" truecount="0" falsecount="1"/>
396
+ <line num="65" count="2" type="stmt"/>
397
+ <line num="66" count="2" type="stmt"/>
398
+ <line num="67" count="2" type="cond" truecount="1" falsecount="0"/>
399
+ <line num="68" count="1" type="stmt"/>
400
+ <line num="69" count="2" type="stmt"/>
401
+ <line num="73" count="1" type="cond" truecount="1" falsecount="0"/>
402
+ <line num="74" count="2" type="cond" truecount="0" falsecount="1"/>
403
+ <line num="75" count="0" type="stmt"/>
404
+ <line num="76" count="0" type="stmt"/>
405
+ <line num="77" count="2" type="stmt"/>
406
+ <line num="78" count="2" type="stmt"/>
407
+ <line num="79" count="2" type="cond" truecount="1" falsecount="0"/>
408
+ <line num="80" count="1" type="stmt"/>
409
+ <line num="81" count="1" type="stmt"/>
410
+ <line num="82" count="2" type="cond" truecount="0" falsecount="1"/>
411
+ <line num="83" count="2" type="stmt"/>
412
+ <line num="84" count="2" type="stmt"/>
413
+ <line num="85" count="2" type="cond" truecount="1" falsecount="0"/>
414
+ <line num="86" count="1" type="stmt"/>
415
+ <line num="87" count="2" type="stmt"/>
416
+ <line num="91" count="1" type="cond" truecount="1" falsecount="0"/>
417
+ <line num="92" count="2" type="cond" truecount="0" falsecount="1"/>
418
+ <line num="93" count="0" type="stmt"/>
419
+ <line num="94" count="0" type="stmt"/>
420
+ <line num="95" count="2" type="cond" truecount="0" falsecount="1"/>
421
+ <line num="96" count="2" type="stmt"/>
422
+ <line num="97" count="2" type="cond" truecount="1" falsecount="0"/>
423
+ <line num="98" count="1" type="stmt"/>
424
+ <line num="99" count="1" type="stmt"/>
425
+ <line num="100" count="2" type="cond" truecount="0" falsecount="1"/>
426
+ <line num="101" count="2" type="stmt"/>
427
+ <line num="102" count="2" type="stmt"/>
428
+ <line num="103" count="2" type="cond" truecount="1" falsecount="0"/>
429
+ <line num="104" count="1" type="stmt"/>
430
+ <line num="105" count="2" type="stmt"/>
431
+ <line num="109" count="1" type="cond" truecount="1" falsecount="0"/>
432
+ <line num="110" count="2" type="cond" truecount="0" falsecount="1"/>
433
+ <line num="111" count="0" type="stmt"/>
434
+ <line num="112" count="0" type="stmt"/>
435
+ <line num="113" count="2" type="stmt"/>
436
+ <line num="114" count="2" type="stmt"/>
437
+ <line num="115" count="2" type="stmt"/>
438
+ <line num="116" count="2" type="stmt"/>
439
+ <line num="117" count="2" type="cond" truecount="0" falsecount="1"/>
440
+ <line num="118" count="2" type="stmt"/>
441
+ <line num="119" count="2" type="cond" truecount="1" falsecount="0"/>
442
+ <line num="120" count="1" type="stmt"/>
443
+ <line num="121" count="2" type="cond" truecount="0" falsecount="1"/>
444
+ <line num="122" count="2" type="stmt"/>
445
+ <line num="123" count="2" type="stmt"/>
446
+ <line num="124" count="2" type="stmt"/>
447
+ <line num="125" count="2" type="stmt"/>
448
+ <line num="126" count="2" type="cond" truecount="1" falsecount="0"/>
449
+ <line num="127" count="2" type="cond" truecount="0" falsecount="2"/>
450
+ <line num="128" count="0" type="stmt"/>
451
+ <line num="129" count="0" type="stmt"/>
452
+ <line num="130" count="0" type="stmt"/>
453
+ <line num="131" count="0" type="stmt"/>
454
+ <line num="132" count="0" type="stmt"/>
455
+ <line num="133" count="0" type="cond" truecount="1" falsecount="0"/>
456
+ <line num="134" count="1" type="stmt"/>
457
+ <line num="135" count="1" type="stmt"/>
458
+ <line num="136" count="1" type="stmt"/>
459
+ <line num="137" count="1" type="stmt"/>
460
+ <line num="138" count="2" type="stmt"/>
461
+ <line num="142" count="1" type="cond" truecount="1" falsecount="0"/>
462
+ <line num="143" count="2" type="cond" truecount="0" falsecount="1"/>
463
+ <line num="144" count="0" type="stmt"/>
464
+ <line num="145" count="0" type="stmt"/>
465
+ <line num="146" count="2" type="stmt"/>
466
+ <line num="147" count="2" type="stmt"/>
467
+ <line num="148" count="2" type="stmt"/>
468
+ <line num="149" count="2" type="stmt"/>
469
+ <line num="150" count="2" type="cond" truecount="0" falsecount="1"/>
470
+ <line num="151" count="2" type="stmt"/>
471
+ <line num="152" count="2" type="cond" truecount="1" falsecount="0"/>
472
+ <line num="153" count="2" type="cond" truecount="0" falsecount="1"/>
473
+ <line num="154" count="2" type="stmt"/>
474
+ <line num="155" count="2" type="stmt"/>
475
+ <line num="156" count="2" type="cond" truecount="1" falsecount="0"/>
476
+ <line num="157" count="2" type="cond" truecount="0" falsecount="2"/>
477
+ <line num="158" count="0" type="stmt"/>
478
+ <line num="159" count="0" type="stmt"/>
479
+ <line num="160" count="0" type="stmt"/>
480
+ <line num="161" count="0" type="stmt"/>
481
+ <line num="162" count="0" type="stmt"/>
482
+ <line num="163" count="0" type="cond" truecount="1" falsecount="0"/>
483
+ <line num="164" count="1" type="stmt"/>
484
+ <line num="165" count="1" type="stmt"/>
485
+ <line num="166" count="1" type="stmt"/>
486
+ <line num="167" count="1" type="stmt"/>
487
+ <line num="168" count="2" type="stmt"/>
488
+ <line num="170" count="1" type="cond" truecount="1" falsecount="0"/>
489
+ <line num="171" count="12" type="stmt"/>
490
+ <line num="172" count="12" type="stmt"/>
491
+ <line num="173" count="12" type="stmt"/>
492
+ <line num="174" count="12" type="stmt"/>
493
+ <line num="175" count="12" type="cond" truecount="0" falsecount="1"/>
494
+ <line num="176" count="0" type="stmt"/>
495
+ <line num="177" count="12" type="cond" truecount="0" falsecount="1"/>
496
+ <line num="178" count="0" type="stmt"/>
497
+ <line num="179" count="0" type="stmt"/>
498
+ <line num="180" count="0" type="stmt"/>
499
+ <line num="181" count="0" type="stmt"/>
500
+ <line num="182" count="0" type="stmt"/>
501
+ <line num="183" count="12" type="stmt"/>
502
+ <line num="185" count="1" type="cond" truecount="1" falsecount="0"/>
503
+ <line num="186" count="6" type="stmt"/>
504
+ <line num="187" count="6" type="stmt"/>
505
+ <line num="188" count="6" type="stmt"/>
506
+ <line num="189" count="6" type="stmt"/>
507
+ <line num="190" count="6" type="stmt"/>
508
+ <line num="191" count="6" type="cond" truecount="0" falsecount="1"/>
509
+ <line num="192" count="0" type="stmt"/>
510
+ <line num="193" count="0" type="stmt"/>
511
+ <line num="194" count="0" type="stmt"/>
512
+ <line num="195" count="0" type="stmt"/>
513
+ <line num="196" count="0" type="stmt"/>
514
+ <line num="197" count="0" type="stmt"/>
515
+ <line num="198" count="0" type="stmt"/>
516
+ <line num="199" count="0" type="stmt"/>
517
+ <line num="200" count="0" type="stmt"/>
518
+ <line num="201" count="0" type="stmt"/>
519
+ <line num="202" count="0" type="stmt"/>
520
+ <line num="203" count="0" type="stmt"/>
521
+ <line num="204" count="0" type="stmt"/>
522
+ <line num="205" count="0" type="stmt"/>
523
+ <line num="206" count="0" type="stmt"/>
524
+ <line num="207" count="0" type="stmt"/>
525
+ <line num="208" count="0" type="stmt"/>
526
+ <line num="211" count="0" type="stmt"/>
527
+ <line num="212" count="0" type="stmt"/>
528
+ <line num="213" count="0" type="stmt"/>
529
+ <line num="214" count="6" type="stmt"/>
530
+ <line num="218" count="1" type="cond" truecount="1" falsecount="0"/>
531
+ <line num="219" count="2" type="cond" truecount="0" falsecount="1"/>
532
+ <line num="220" count="0" type="stmt"/>
533
+ <line num="221" count="0" type="stmt"/>
534
+ <line num="222" count="2" type="stmt"/>
535
+ <line num="223" count="2" type="stmt"/>
536
+ <line num="224" count="2" type="cond" truecount="1" falsecount="0"/>
537
+ <line num="225" count="1" type="stmt"/>
538
+ <line num="226" count="1" type="stmt"/>
539
+ <line num="227" count="2" type="cond" truecount="0" falsecount="1"/>
540
+ <line num="228" count="2" type="stmt"/>
541
+ <line num="229" count="2" type="stmt"/>
542
+ <line num="230" count="2" type="cond" truecount="1" falsecount="0"/>
543
+ <line num="231" count="1" type="stmt"/>
544
+ <line num="232" count="2" type="stmt"/>
545
+ <line num="233" count="1" type="stmt"/>
361
546
  </file>
362
547
  <file name="index.ts" path="/code/personal/node-c/repo/packages/core/src/domain/entityService/index.ts">
363
- <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
548
+ <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
364
549
  <line num="1" count="1" type="stmt"/>
550
+ <line num="2" count="1" type="stmt"/>
365
551
  </file>
366
552
  </package>
367
553
  <package name="src.persistance.entityService">
368
- <metrics statements="26" coveredstatements="26" conditionals="7" coveredconditionals="7" methods="7" coveredmethods="7"/>
554
+ <metrics statements="32" coveredstatements="30" conditionals="7" coveredconditionals="7" methods="8" coveredmethods="7"/>
369
555
  <file name="index.ts" path="/code/personal/node-c/repo/packages/core/src/persistance/entityService/index.ts">
370
556
  <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
371
557
  <line num="1" count="1" type="stmt"/>
372
558
  <line num="2" count="1" type="stmt"/>
373
559
  </file>
374
560
  <file name="persistance.entity.service.ts" path="/code/personal/node-c/repo/packages/core/src/persistance/entityService/persistance.entity.service.ts">
375
- <metrics statements="24" coveredstatements="24" conditionals="7" coveredconditionals="7" methods="7" coveredmethods="7"/>
561
+ <metrics statements="30" coveredstatements="28" conditionals="7" coveredconditionals="7" methods="8" coveredmethods="7"/>
376
562
  <line num="11" count="1" type="stmt"/>
377
563
  <line num="17" count="1" type="stmt"/>
378
564
  <line num="19" count="1" type="cond" truecount="1" falsecount="0"/>
@@ -393,10 +579,16 @@
393
579
  <line num="44" count="1" type="cond" truecount="1" falsecount="0"/>
394
580
  <line num="45" count="3" type="stmt"/>
395
581
  <line num="46" count="3" type="stmt"/>
396
- <line num="49" count="1" type="cond" truecount="1" falsecount="0"/>
397
- <line num="50" count="3" type="stmt"/>
398
- <line num="51" count="3" type="stmt"/>
399
- <line num="52" count="1" type="stmt"/>
582
+ <line num="49" count="1" type="stmt"/>
583
+ <line num="50" count="0" type="stmt"/>
584
+ <line num="51" count="0" type="stmt"/>
585
+ <line num="53" count="1" type="cond" truecount="1" falsecount="0"/>
586
+ <line num="55" count="3" type="stmt"/>
587
+ <line num="57" count="3" type="stmt"/>
588
+ <line num="58" count="3" type="stmt"/>
589
+ <line num="59" count="3" type="stmt"/>
590
+ <line num="60" count="3" type="stmt"/>
591
+ <line num="61" count="1" type="stmt"/>
400
592
  </file>
401
593
  </package>
402
594
  </project>