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

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 (33) hide show
  1. package/README.md +3 -27
  2. package/coverage/clover.xml +327 -170
  3. package/coverage/coverage-final.json +6 -6
  4. package/coverage/index.html +33 -33
  5. package/dist/app.js +2 -1
  6. package/dist/app.js.map +1 -1
  7. package/dist/common/configProvider/configProvider.definitions.d.ts +6 -1
  8. package/dist/common/configProvider/configProvider.definitions.js +5 -4
  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 +49 -11
  13. package/dist/common/configProvider/configProvider.service.js.map +1 -1
  14. package/dist/common/definitions/common.constants.js +1 -1
  15. package/dist/common/definitions/common.constants.js.map +1 -1
  16. package/dist/common/utils/utils.loadDynamicModules.d.ts +4 -4
  17. package/dist/common/utils/utils.loadDynamicModules.js.map +1 -1
  18. package/dist/domain/entityService/domain.entity.service.d.ts +25 -9
  19. package/dist/domain/entityService/domain.entity.service.definitions.d.ts +38 -0
  20. package/dist/domain/entityService/domain.entity.service.definitions.js +18 -0
  21. package/dist/domain/entityService/domain.entity.service.definitions.js.map +1 -0
  22. package/dist/domain/entityService/domain.entity.service.js +144 -12
  23. package/dist/domain/entityService/domain.entity.service.js.map +1 -1
  24. package/dist/domain/entityService/index.d.ts +1 -0
  25. package/dist/domain/entityService/index.js +1 -0
  26. package/dist/domain/entityService/index.js.map +1 -1
  27. package/dist/persistance/entityService/persistance.entity.service.d.ts +9 -8
  28. package/dist/persistance/entityService/persistance.entity.service.definitions.d.ts +11 -11
  29. package/dist/persistance/entityService/persistance.entity.service.definitions.js +15 -15
  30. package/dist/persistance/entityService/persistance.entity.service.definitions.js.map +1 -1
  31. package/dist/persistance/entityService/persistance.entity.service.js +3 -0
  32. package/dist/persistance/entityService/persistance.entity.service.js.map +1 -1
  33. 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="1742880880042" clover="3.2.0">
3
+ <project timestamp="1742880880043" name="All files">
4
+ <metrics statements="497" coveredstatements="457" conditionals="129" coveredconditionals="111" methods="25" coveredmethods="24" elements="651" coveredelements="592" complexity="0" loc="497" ncloc="497" 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"/>
@@ -332,47 +353,177 @@
332
353
  </file>
333
354
  </package>
334
355
  <package name="src.domain.entityService">
335
- <metrics statements="24" coveredstatements="24" conditionals="7" coveredconditionals="7" methods="7" coveredmethods="7"/>
356
+ <metrics statements="154" coveredstatements="116" conditionals="39" coveredconditionals="21" methods="9" coveredmethods="9"/>
336
357
  <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"/>
358
+ <metrics statements="152" coveredstatements="114" conditionals="39" coveredconditionals="21" methods="9" coveredmethods="9"/>
359
+ <line num="1" count="1" type="stmt"/>
360
+ <line num="21" count="1" type="stmt"/>
361
+ <line num="26" count="1" type="stmt"/>
362
+ <line num="39" count="1" type="stmt"/>
351
363
  <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"/>
357
- <line num="52" count="1" type="cond" truecount="1" falsecount="0"/>
358
- <line num="53" count="2" type="stmt"/>
359
- <line num="54" count="2" type="stmt"/>
360
- <line num="55" count="1" type="stmt"/>
364
+ <line num="42" count="12" type="stmt"/>
365
+ <line num="44" count="12" type="stmt"/>
366
+ <line num="46" count="12" type="stmt"/>
367
+ <line num="47" count="12" type="stmt"/>
368
+ <line num="48" count="12" type="stmt"/>
369
+ <line num="49" count="12" type="stmt"/>
370
+ <line num="50" count="12" type="stmt"/>
371
+ <line num="51" count="12" type="stmt"/>
372
+ <line num="52" count="12" type="stmt"/>
373
+ <line num="53" count="12" type="stmt"/>
374
+ <line num="54" count="12" type="stmt"/>
375
+ <line num="62" count="1" type="cond" truecount="1" falsecount="0"/>
376
+ <line num="63" count="2" type="stmt"/>
377
+ <line num="64" count="2" type="stmt"/>
378
+ <line num="65" count="2" type="stmt"/>
379
+ <line num="66" count="2" type="cond" truecount="0" falsecount="1"/>
380
+ <line num="67" count="0" type="stmt"/>
381
+ <line num="68" count="0" type="stmt"/>
382
+ <line num="69" count="2" type="stmt"/>
383
+ <line num="70" count="2" type="stmt"/>
384
+ <line num="71" count="2" type="cond" truecount="1" falsecount="0"/>
385
+ <line num="72" count="1" type="stmt"/>
386
+ <line num="73" count="1" type="stmt"/>
387
+ <line num="74" count="2" type="cond" truecount="0" falsecount="1"/>
388
+ <line num="75" count="2" type="stmt"/>
389
+ <line num="76" count="2" type="stmt"/>
390
+ <line num="77" count="2" type="cond" truecount="1" falsecount="0"/>
391
+ <line num="78" count="1" type="stmt"/>
392
+ <line num="79" count="2" type="stmt"/>
393
+ <line num="83" count="1" type="cond" truecount="1" falsecount="0"/>
394
+ <line num="84" count="2" type="cond" truecount="0" falsecount="1"/>
395
+ <line num="85" count="0" type="stmt"/>
396
+ <line num="86" count="0" type="stmt"/>
397
+ <line num="87" count="2" type="stmt"/>
398
+ <line num="88" count="2" type="stmt"/>
399
+ <line num="89" count="2" type="cond" truecount="1" falsecount="0"/>
400
+ <line num="90" count="1" type="stmt"/>
401
+ <line num="91" count="1" type="stmt"/>
402
+ <line num="92" count="2" type="cond" truecount="0" falsecount="1"/>
403
+ <line num="93" count="2" type="stmt"/>
404
+ <line num="94" count="2" type="stmt"/>
405
+ <line num="95" count="2" type="cond" truecount="1" falsecount="0"/>
406
+ <line num="96" count="1" type="stmt"/>
407
+ <line num="97" count="2" type="stmt"/>
408
+ <line num="101" count="1" type="cond" truecount="1" falsecount="0"/>
409
+ <line num="102" count="2" type="cond" truecount="0" falsecount="1"/>
410
+ <line num="103" count="0" type="stmt"/>
411
+ <line num="104" count="0" type="stmt"/>
412
+ <line num="105" count="2" type="cond" truecount="0" falsecount="1"/>
413
+ <line num="106" count="2" type="stmt"/>
414
+ <line num="107" count="2" type="cond" truecount="1" falsecount="0"/>
415
+ <line num="108" count="1" type="stmt"/>
416
+ <line num="109" count="1" type="stmt"/>
417
+ <line num="110" count="2" type="cond" truecount="0" falsecount="1"/>
418
+ <line num="111" count="2" type="stmt"/>
419
+ <line num="112" count="2" type="stmt"/>
420
+ <line num="113" count="2" type="cond" truecount="1" falsecount="0"/>
421
+ <line num="114" count="1" type="stmt"/>
422
+ <line num="115" count="2" type="stmt"/>
423
+ <line num="119" count="1" type="cond" truecount="1" falsecount="0"/>
424
+ <line num="120" count="2" type="cond" truecount="0" falsecount="1"/>
425
+ <line num="121" count="0" type="stmt"/>
426
+ <line num="122" count="0" type="stmt"/>
427
+ <line num="123" count="2" type="cond" truecount="0" falsecount="1"/>
428
+ <line num="124" count="2" type="stmt"/>
429
+ <line num="125" count="2" type="cond" truecount="1" falsecount="0"/>
430
+ <line num="126" count="1" type="stmt"/>
431
+ <line num="127" count="1" type="stmt"/>
432
+ <line num="128" count="2" type="cond" truecount="0" falsecount="1"/>
433
+ <line num="129" count="2" type="stmt"/>
434
+ <line num="130" count="2" type="stmt"/>
435
+ <line num="131" count="2" type="cond" truecount="1" falsecount="0"/>
436
+ <line num="132" count="1" type="stmt"/>
437
+ <line num="133" count="2" type="stmt"/>
438
+ <line num="137" count="1" type="cond" truecount="1" falsecount="0"/>
439
+ <line num="138" count="2" type="cond" truecount="0" falsecount="1"/>
440
+ <line num="139" count="0" type="stmt"/>
441
+ <line num="140" count="0" type="stmt"/>
442
+ <line num="141" count="2" type="cond" truecount="0" falsecount="1"/>
443
+ <line num="142" count="2" type="stmt"/>
444
+ <line num="143" count="2" type="cond" truecount="1" falsecount="0"/>
445
+ <line num="144" count="1" type="stmt"/>
446
+ <line num="145" count="1" type="stmt"/>
447
+ <line num="146" count="2" type="cond" truecount="0" falsecount="1"/>
448
+ <line num="147" count="2" type="stmt"/>
449
+ <line num="148" count="2" type="stmt"/>
450
+ <line num="149" count="2" type="cond" truecount="1" falsecount="0"/>
451
+ <line num="150" count="1" type="stmt"/>
452
+ <line num="151" count="2" type="stmt"/>
453
+ <line num="153" count="1" type="cond" truecount="1" falsecount="0"/>
454
+ <line num="154" count="12" type="stmt"/>
455
+ <line num="155" count="12" type="stmt"/>
456
+ <line num="156" count="12" type="stmt"/>
457
+ <line num="157" count="12" type="stmt"/>
458
+ <line num="158" count="12" type="cond" truecount="0" falsecount="1"/>
459
+ <line num="159" count="0" type="stmt"/>
460
+ <line num="160" count="12" type="cond" truecount="0" falsecount="1"/>
461
+ <line num="161" count="0" type="stmt"/>
462
+ <line num="162" count="0" type="stmt"/>
463
+ <line num="163" count="0" type="stmt"/>
464
+ <line num="164" count="0" type="stmt"/>
465
+ <line num="165" count="0" type="stmt"/>
466
+ <line num="166" count="12" type="stmt"/>
467
+ <line num="168" count="1" type="cond" truecount="1" falsecount="0"/>
468
+ <line num="169" count="6" type="stmt"/>
469
+ <line num="170" count="6" type="stmt"/>
470
+ <line num="171" count="6" type="stmt"/>
471
+ <line num="172" count="6" type="stmt"/>
472
+ <line num="173" count="6" type="stmt"/>
473
+ <line num="174" count="6" type="cond" truecount="0" falsecount="1"/>
474
+ <line num="175" count="0" type="stmt"/>
475
+ <line num="176" count="0" type="stmt"/>
476
+ <line num="177" count="0" type="stmt"/>
477
+ <line num="178" count="0" type="stmt"/>
478
+ <line num="179" count="0" type="stmt"/>
479
+ <line num="180" count="0" type="stmt"/>
480
+ <line num="181" count="0" type="stmt"/>
481
+ <line num="182" count="0" type="stmt"/>
482
+ <line num="183" count="0" type="stmt"/>
483
+ <line num="184" count="0" type="stmt"/>
484
+ <line num="185" count="0" type="stmt"/>
485
+ <line num="186" count="0" type="stmt"/>
486
+ <line num="187" count="0" type="stmt"/>
487
+ <line num="188" count="0" type="stmt"/>
488
+ <line num="189" count="0" type="stmt"/>
489
+ <line num="190" count="0" type="stmt"/>
490
+ <line num="191" count="0" type="stmt"/>
491
+ <line num="194" count="0" type="stmt"/>
492
+ <line num="195" count="0" type="stmt"/>
493
+ <line num="196" count="0" type="stmt"/>
494
+ <line num="197" count="6" type="stmt"/>
495
+ <line num="201" count="1" type="cond" truecount="1" falsecount="0"/>
496
+ <line num="202" count="2" type="cond" truecount="0" falsecount="1"/>
497
+ <line num="203" count="0" type="stmt"/>
498
+ <line num="204" count="0" type="stmt"/>
499
+ <line num="205" count="2" type="stmt"/>
500
+ <line num="206" count="2" type="stmt"/>
501
+ <line num="207" count="2" type="cond" truecount="1" falsecount="0"/>
502
+ <line num="208" count="1" type="stmt"/>
503
+ <line num="209" count="1" type="stmt"/>
504
+ <line num="210" count="2" type="cond" truecount="0" falsecount="1"/>
505
+ <line num="211" count="2" type="stmt"/>
506
+ <line num="212" count="2" type="stmt"/>
507
+ <line num="213" count="2" type="cond" truecount="1" falsecount="0"/>
508
+ <line num="214" count="1" type="stmt"/>
509
+ <line num="215" count="2" type="stmt"/>
510
+ <line num="216" count="1" type="stmt"/>
361
511
  </file>
362
512
  <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"/>
513
+ <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
364
514
  <line num="1" count="1" type="stmt"/>
515
+ <line num="2" count="1" type="stmt"/>
365
516
  </file>
366
517
  </package>
367
518
  <package name="src.persistance.entityService">
368
- <metrics statements="26" coveredstatements="26" conditionals="7" coveredconditionals="7" methods="7" coveredmethods="7"/>
519
+ <metrics statements="32" coveredstatements="30" conditionals="7" coveredconditionals="7" methods="8" coveredmethods="7"/>
369
520
  <file name="index.ts" path="/code/personal/node-c/repo/packages/core/src/persistance/entityService/index.ts">
370
521
  <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
371
522
  <line num="1" count="1" type="stmt"/>
372
523
  <line num="2" count="1" type="stmt"/>
373
524
  </file>
374
525
  <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"/>
526
+ <metrics statements="30" coveredstatements="28" conditionals="7" coveredconditionals="7" methods="8" coveredmethods="7"/>
376
527
  <line num="11" count="1" type="stmt"/>
377
528
  <line num="17" count="1" type="stmt"/>
378
529
  <line num="19" count="1" type="cond" truecount="1" falsecount="0"/>
@@ -393,10 +544,16 @@
393
544
  <line num="44" count="1" type="cond" truecount="1" falsecount="0"/>
394
545
  <line num="45" count="3" type="stmt"/>
395
546
  <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"/>
547
+ <line num="49" count="1" type="stmt"/>
548
+ <line num="50" count="0" type="stmt"/>
549
+ <line num="51" count="0" type="stmt"/>
550
+ <line num="53" count="1" type="cond" truecount="1" falsecount="0"/>
551
+ <line num="55" count="3" type="stmt"/>
552
+ <line num="57" count="3" type="stmt"/>
553
+ <line num="58" count="3" type="stmt"/>
554
+ <line num="59" count="3" type="stmt"/>
555
+ <line num="60" count="3" type="stmt"/>
556
+ <line num="61" count="1" type="stmt"/>
400
557
  </file>
401
558
  </package>
402
559
  </project>