apacuana-sdk-core 0.12.0 → 0.14.0

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