@node-c/core 1.0.0-alpha1 → 1.0.0-alpha2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -27
- package/coverage/clover.xml +300 -169
- package/coverage/coverage-final.json +6 -6
- package/coverage/index.html +33 -33
- package/dist/app.js +2 -1
- package/dist/app.js.map +1 -1
- package/dist/common/configProvider/configProvider.definitions.d.ts +3 -1
- package/dist/common/configProvider/configProvider.definitions.js.map +1 -1
- package/dist/common/configProvider/configProvider.service.js +30 -2
- package/dist/common/configProvider/configProvider.service.js.map +1 -1
- package/dist/domain/entityService/domain.entity.service.d.ts +24 -9
- package/dist/domain/entityService/domain.entity.service.definitions.d.ts +30 -0
- package/dist/domain/entityService/domain.entity.service.definitions.js +9 -0
- package/dist/domain/entityService/domain.entity.service.definitions.js.map +1 -0
- package/dist/domain/entityService/domain.entity.service.js +112 -12
- package/dist/domain/entityService/domain.entity.service.js.map +1 -1
- package/dist/domain/entityService/index.d.ts +1 -0
- package/dist/domain/entityService/index.js +1 -0
- package/dist/domain/entityService/index.js.map +1 -1
- package/dist/persistance/entityService/persistance.entity.service.d.ts +9 -8
- package/dist/persistance/entityService/persistance.entity.service.definitions.d.ts +11 -11
- package/dist/persistance/entityService/persistance.entity.service.definitions.js +15 -15
- package/dist/persistance/entityService/persistance.entity.service.definitions.js.map +1 -1
- package/dist/persistance/entityService/persistance.entity.service.js +3 -0
- package/dist/persistance/entityService/persistance.entity.service.js.map +1 -1
- package/package.json +2 -2
package/coverage/clover.xml
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1742505097740" clover="3.2.0">
|
|
3
|
+
<project timestamp="1742505097741" name="All files">
|
|
4
|
+
<metrics statements="471" coveredstatements="443" conditionals="123" coveredconditionals="111" methods="25" coveredmethods="24" elements="619" coveredelements="578" complexity="0" loc="471" ncloc="471" packages="6" files="13" classes="13"/>
|
|
5
5
|
<package name="src">
|
|
6
|
-
<metrics statements="
|
|
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="
|
|
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="
|
|
37
|
-
<line num="46" count="4" type="
|
|
38
|
-
<line num="47" count="
|
|
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="
|
|
41
|
-
<line num="50" count="
|
|
42
|
-
<line num="51" count="
|
|
43
|
-
<line num="52" count="2" type="
|
|
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="
|
|
47
|
-
<line num="
|
|
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="
|
|
50
|
-
<line num="60" count="
|
|
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="
|
|
53
|
-
<line num="63" count="
|
|
54
|
-
<line num="64" count="
|
|
55
|
-
<line num="65" count="1" type="
|
|
56
|
-
<line num="66" count="
|
|
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="
|
|
59
|
-
<line num="
|
|
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="
|
|
71
|
-
<line num="83" count="
|
|
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="
|
|
73
|
+
<line num="85" count="2" type="stmt"/>
|
|
74
74
|
<line num="86" count="5" type="stmt"/>
|
|
75
|
-
<line num="87" count="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
117
|
-
<line num="24" count="
|
|
118
|
-
<line num="
|
|
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="
|
|
121
|
-
<line num="31" count="
|
|
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="
|
|
131
|
-
<line num="41" count="
|
|
132
|
-
<line num="42" count="
|
|
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="
|
|
135
|
-
<line num="45" count="
|
|
136
|
-
<line num="46" count="
|
|
137
|
-
<line num="47" count="
|
|
138
|
-
<line num="48" count="
|
|
139
|
-
<line num="49" count="
|
|
140
|
-
<line num="50" count="
|
|
141
|
-
<line num="51" count="
|
|
142
|
-
<line num="52" count="
|
|
143
|
-
<line num="53" count="
|
|
144
|
-
<line num="54" count="
|
|
145
|
-
<line num="55" count="
|
|
146
|
-
<line num="56" count="
|
|
147
|
-
<line num="57" count="
|
|
148
|
-
<line num="58" count="
|
|
149
|
-
<line num="59" count="
|
|
150
|
-
<line num="60" count="8" type="
|
|
151
|
-
<line num="61" count="
|
|
152
|
-
<line num="62" count="8" type="
|
|
153
|
-
<line num="63" count="
|
|
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="
|
|
156
|
-
<line num="66" count="
|
|
157
|
-
<line num="67" count="
|
|
158
|
-
<line num="68" count="
|
|
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="
|
|
162
|
-
<line num="72" count="
|
|
163
|
-
<line num="73" count="
|
|
164
|
-
<line num="
|
|
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="
|
|
171
|
-
<line num="
|
|
172
|
-
<line num="
|
|
173
|
-
<line num="
|
|
174
|
-
<line num="
|
|
175
|
-
<line num="
|
|
176
|
-
<line num="
|
|
177
|
-
<line num="
|
|
178
|
-
<line num="
|
|
179
|
-
<line num="
|
|
180
|
-
<line num="
|
|
181
|
-
<line num="
|
|
182
|
-
<line num="
|
|
183
|
-
<line num="
|
|
184
|
-
<line num="
|
|
185
|
-
<line num="
|
|
186
|
-
<line num="
|
|
187
|
-
<line num="
|
|
188
|
-
<line num="
|
|
189
|
-
<line num="
|
|
190
|
-
<line num="
|
|
191
|
-
<line num="
|
|
192
|
-
<line num="
|
|
193
|
-
<line num="
|
|
194
|
-
<line num="
|
|
195
|
-
<line num="
|
|
196
|
-
<line num="
|
|
197
|
-
<line num="
|
|
198
|
-
<line num="
|
|
199
|
-
<line num="
|
|
200
|
-
<line num="
|
|
201
|
-
<line num="
|
|
202
|
-
<line num="
|
|
203
|
-
<line num="
|
|
204
|
-
<line num="
|
|
205
|
-
<line num="
|
|
206
|
-
<line num="
|
|
207
|
-
<line num="
|
|
208
|
-
<line num="
|
|
209
|
-
<line num="
|
|
210
|
-
<line num="
|
|
211
|
-
<line num="
|
|
212
|
-
<line num="
|
|
213
|
-
<line num="
|
|
214
|
-
<line num="
|
|
215
|
-
<line num="
|
|
216
|
-
<line num="
|
|
217
|
-
<line num="
|
|
218
|
-
<line num="
|
|
219
|
-
<line num="
|
|
220
|
-
<line num="
|
|
221
|
-
<line num="
|
|
222
|
-
<line num="
|
|
223
|
-
<line num="
|
|
224
|
-
<line num="
|
|
225
|
-
<line num="
|
|
226
|
-
<line num="
|
|
227
|
-
<line num="
|
|
228
|
-
<line num="
|
|
229
|
-
<line num="
|
|
230
|
-
<line num="
|
|
231
|
-
<line num="
|
|
232
|
-
<line num="
|
|
233
|
-
<line num="
|
|
234
|
-
<line num="
|
|
235
|
-
<line num="
|
|
236
|
-
<line num="
|
|
237
|
-
<line num="
|
|
238
|
-
<line num="
|
|
239
|
-
<line num="
|
|
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,151 @@
|
|
|
332
353
|
</file>
|
|
333
354
|
</package>
|
|
334
355
|
<package name="src.domain.entityService">
|
|
335
|
-
<metrics statements="
|
|
356
|
+
<metrics statements="128" coveredstatements="102" conditionals="33" 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="
|
|
338
|
-
<line num="
|
|
339
|
-
<line num="
|
|
340
|
-
<line num="
|
|
341
|
-
<line num="
|
|
342
|
-
<line num="
|
|
343
|
-
<line num="
|
|
344
|
-
<line num="
|
|
345
|
-
<line num="
|
|
346
|
-
<line num="
|
|
347
|
-
<line num="
|
|
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"/>
|
|
357
|
-
<line num="52" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
358
|
+
<metrics statements="126" coveredstatements="100" conditionals="33" coveredconditionals="21" methods="9" coveredmethods="9"/>
|
|
359
|
+
<line num="1" count="1" type="stmt"/>
|
|
360
|
+
<line num="20" count="1" type="stmt"/>
|
|
361
|
+
<line num="24" count="1" type="stmt"/>
|
|
362
|
+
<line num="37" count="1" type="stmt"/>
|
|
363
|
+
<line num="38" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
364
|
+
<line num="40" count="12" type="stmt"/>
|
|
365
|
+
<line num="42" count="12" type="stmt"/>
|
|
366
|
+
<line num="43" count="12" type="stmt"/>
|
|
367
|
+
<line num="51" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
368
|
+
<line num="52" count="2" type="stmt"/>
|
|
358
369
|
<line num="53" count="2" type="stmt"/>
|
|
359
370
|
<line num="54" count="2" type="stmt"/>
|
|
360
|
-
<line num="55" count="
|
|
371
|
+
<line num="55" count="2" type="stmt"/>
|
|
372
|
+
<line num="56" count="2" type="stmt"/>
|
|
373
|
+
<line num="57" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
374
|
+
<line num="58" count="1" type="stmt"/>
|
|
375
|
+
<line num="59" count="1" type="stmt"/>
|
|
376
|
+
<line num="60" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
377
|
+
<line num="61" count="2" type="stmt"/>
|
|
378
|
+
<line num="62" count="2" type="stmt"/>
|
|
379
|
+
<line num="63" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
380
|
+
<line num="64" count="1" type="stmt"/>
|
|
381
|
+
<line num="65" count="2" type="stmt"/>
|
|
382
|
+
<line num="69" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
383
|
+
<line num="70" count="2" type="stmt"/>
|
|
384
|
+
<line num="71" count="2" type="stmt"/>
|
|
385
|
+
<line num="72" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
386
|
+
<line num="73" count="1" type="stmt"/>
|
|
387
|
+
<line num="74" count="1" type="stmt"/>
|
|
388
|
+
<line num="75" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
389
|
+
<line num="76" count="2" type="stmt"/>
|
|
390
|
+
<line num="77" count="2" type="stmt"/>
|
|
391
|
+
<line num="78" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
392
|
+
<line num="79" count="1" type="stmt"/>
|
|
393
|
+
<line num="80" count="2" type="stmt"/>
|
|
394
|
+
<line num="84" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
395
|
+
<line num="85" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
396
|
+
<line num="86" count="2" type="stmt"/>
|
|
397
|
+
<line num="87" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
398
|
+
<line num="88" count="1" type="stmt"/>
|
|
399
|
+
<line num="89" count="1" type="stmt"/>
|
|
400
|
+
<line num="90" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
401
|
+
<line num="91" count="2" type="stmt"/>
|
|
402
|
+
<line num="92" count="2" type="stmt"/>
|
|
403
|
+
<line num="93" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
404
|
+
<line num="94" count="1" type="stmt"/>
|
|
405
|
+
<line num="95" count="2" type="stmt"/>
|
|
406
|
+
<line num="99" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
407
|
+
<line num="100" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
408
|
+
<line num="101" count="2" type="stmt"/>
|
|
409
|
+
<line num="102" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
410
|
+
<line num="103" count="1" type="stmt"/>
|
|
411
|
+
<line num="104" count="1" 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="stmt"/>
|
|
415
|
+
<line num="108" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
416
|
+
<line num="109" count="1" type="stmt"/>
|
|
417
|
+
<line num="110" count="2" type="stmt"/>
|
|
418
|
+
<line num="114" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
419
|
+
<line num="115" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
420
|
+
<line num="116" count="2" type="stmt"/>
|
|
421
|
+
<line num="117" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
422
|
+
<line num="118" count="1" type="stmt"/>
|
|
423
|
+
<line num="119" count="1" type="stmt"/>
|
|
424
|
+
<line num="120" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
425
|
+
<line num="121" count="2" type="stmt"/>
|
|
426
|
+
<line num="122" count="2" type="stmt"/>
|
|
427
|
+
<line num="123" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
428
|
+
<line num="124" count="1" type="stmt"/>
|
|
429
|
+
<line num="125" count="2" type="stmt"/>
|
|
430
|
+
<line num="127" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
431
|
+
<line num="128" count="12" type="stmt"/>
|
|
432
|
+
<line num="129" count="12" type="stmt"/>
|
|
433
|
+
<line num="130" count="12" type="stmt"/>
|
|
434
|
+
<line num="131" count="12" type="stmt"/>
|
|
435
|
+
<line num="132" count="12" type="cond" truecount="0" falsecount="1"/>
|
|
436
|
+
<line num="133" count="0" type="stmt"/>
|
|
437
|
+
<line num="134" count="12" type="cond" truecount="0" falsecount="1"/>
|
|
438
|
+
<line num="135" count="0" type="stmt"/>
|
|
439
|
+
<line num="136" count="0" type="stmt"/>
|
|
440
|
+
<line num="137" count="0" type="stmt"/>
|
|
441
|
+
<line num="138" count="0" type="stmt"/>
|
|
442
|
+
<line num="139" count="0" type="stmt"/>
|
|
443
|
+
<line num="140" count="12" type="stmt"/>
|
|
444
|
+
<line num="142" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
445
|
+
<line num="143" count="6" type="stmt"/>
|
|
446
|
+
<line num="144" count="6" type="stmt"/>
|
|
447
|
+
<line num="145" count="6" type="stmt"/>
|
|
448
|
+
<line num="146" count="6" type="stmt"/>
|
|
449
|
+
<line num="147" count="6" type="stmt"/>
|
|
450
|
+
<line num="148" count="6" type="cond" truecount="0" falsecount="1"/>
|
|
451
|
+
<line num="149" count="0" type="stmt"/>
|
|
452
|
+
<line num="150" count="0" type="stmt"/>
|
|
453
|
+
<line num="151" count="0" type="stmt"/>
|
|
454
|
+
<line num="152" count="0" type="stmt"/>
|
|
455
|
+
<line num="153" count="0" type="stmt"/>
|
|
456
|
+
<line num="154" count="0" type="stmt"/>
|
|
457
|
+
<line num="155" count="0" type="stmt"/>
|
|
458
|
+
<line num="156" count="0" type="stmt"/>
|
|
459
|
+
<line num="157" count="0" type="stmt"/>
|
|
460
|
+
<line num="158" count="0" type="stmt"/>
|
|
461
|
+
<line num="159" count="0" type="stmt"/>
|
|
462
|
+
<line num="160" count="0" type="stmt"/>
|
|
463
|
+
<line num="161" count="0" type="stmt"/>
|
|
464
|
+
<line num="162" count="0" type="stmt"/>
|
|
465
|
+
<line num="163" count="0" type="stmt"/>
|
|
466
|
+
<line num="164" count="0" type="stmt"/>
|
|
467
|
+
<line num="165" count="0" type="stmt"/>
|
|
468
|
+
<line num="168" count="0" type="stmt"/>
|
|
469
|
+
<line num="169" count="0" type="stmt"/>
|
|
470
|
+
<line num="170" count="0" type="stmt"/>
|
|
471
|
+
<line num="171" count="6" type="stmt"/>
|
|
472
|
+
<line num="175" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
473
|
+
<line num="176" count="2" type="stmt"/>
|
|
474
|
+
<line num="177" count="2" type="stmt"/>
|
|
475
|
+
<line num="178" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
476
|
+
<line num="179" count="1" type="stmt"/>
|
|
477
|
+
<line num="180" count="1" type="stmt"/>
|
|
478
|
+
<line num="181" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
479
|
+
<line num="182" count="2" type="stmt"/>
|
|
480
|
+
<line num="183" count="2" type="stmt"/>
|
|
481
|
+
<line num="184" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
482
|
+
<line num="185" count="1" type="stmt"/>
|
|
483
|
+
<line num="186" count="2" type="stmt"/>
|
|
484
|
+
<line num="187" count="1" type="stmt"/>
|
|
361
485
|
</file>
|
|
362
486
|
<file name="index.ts" path="/code/personal/node-c/repo/packages/core/src/domain/entityService/index.ts">
|
|
363
|
-
<metrics statements="
|
|
487
|
+
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
364
488
|
<line num="1" count="1" type="stmt"/>
|
|
489
|
+
<line num="2" count="1" type="stmt"/>
|
|
365
490
|
</file>
|
|
366
491
|
</package>
|
|
367
492
|
<package name="src.persistance.entityService">
|
|
368
|
-
<metrics statements="
|
|
493
|
+
<metrics statements="32" coveredstatements="30" conditionals="7" coveredconditionals="7" methods="8" coveredmethods="7"/>
|
|
369
494
|
<file name="index.ts" path="/code/personal/node-c/repo/packages/core/src/persistance/entityService/index.ts">
|
|
370
495
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
371
496
|
<line num="1" count="1" type="stmt"/>
|
|
372
497
|
<line num="2" count="1" type="stmt"/>
|
|
373
498
|
</file>
|
|
374
499
|
<file name="persistance.entity.service.ts" path="/code/personal/node-c/repo/packages/core/src/persistance/entityService/persistance.entity.service.ts">
|
|
375
|
-
<metrics statements="
|
|
500
|
+
<metrics statements="30" coveredstatements="28" conditionals="7" coveredconditionals="7" methods="8" coveredmethods="7"/>
|
|
376
501
|
<line num="11" count="1" type="stmt"/>
|
|
377
502
|
<line num="17" count="1" type="stmt"/>
|
|
378
503
|
<line num="19" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
@@ -393,10 +518,16 @@
|
|
|
393
518
|
<line num="44" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
394
519
|
<line num="45" count="3" type="stmt"/>
|
|
395
520
|
<line num="46" count="3" type="stmt"/>
|
|
396
|
-
<line num="49" count="1" type="
|
|
397
|
-
<line num="50" count="
|
|
398
|
-
<line num="51" count="
|
|
399
|
-
<line num="
|
|
521
|
+
<line num="49" count="1" type="stmt"/>
|
|
522
|
+
<line num="50" count="0" type="stmt"/>
|
|
523
|
+
<line num="51" count="0" type="stmt"/>
|
|
524
|
+
<line num="53" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
525
|
+
<line num="55" count="3" type="stmt"/>
|
|
526
|
+
<line num="57" count="3" type="stmt"/>
|
|
527
|
+
<line num="58" count="3" type="stmt"/>
|
|
528
|
+
<line num="59" count="3" type="stmt"/>
|
|
529
|
+
<line num="60" count="3" type="stmt"/>
|
|
530
|
+
<line num="61" count="1" type="stmt"/>
|
|
400
531
|
</file>
|
|
401
532
|
</package>
|
|
402
533
|
</project>
|