apacuana-sdk-core 0.13.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.
- package/coverage/clover.xml +263 -206
- package/coverage/coverage-final.json +6 -6
- package/coverage/lcov-report/index.html +36 -36
- package/coverage/lcov-report/src/api/certs.js.html +14 -8
- package/coverage/lcov-report/src/api/faceLiveness.js.html +1 -1
- package/coverage/lcov-report/src/api/index.html +25 -25
- package/coverage/lcov-report/src/api/revocations.js.html +2 -2
- package/coverage/lcov-report/src/api/signatures.js.html +1 -1
- package/coverage/lcov-report/src/api/users.js.html +160 -13
- package/coverage/lcov-report/src/config/index.html +1 -1
- package/coverage/lcov-report/src/config/index.js.html +1 -1
- package/coverage/lcov-report/src/errors/index.html +1 -1
- package/coverage/lcov-report/src/errors/index.js.html +1 -1
- package/coverage/lcov-report/src/index.html +21 -21
- package/coverage/lcov-report/src/index.js.html +278 -59
- package/coverage/lcov-report/src/success/index.html +1 -1
- package/coverage/lcov-report/src/success/index.js.html +1 -1
- package/coverage/lcov-report/src/utils/constant.js.html +115 -4
- package/coverage/lcov-report/src/utils/helpers.js.html +16 -13
- package/coverage/lcov-report/src/utils/httpClient.js.html +4 -7
- package/coverage/lcov-report/src/utils/index.html +12 -12
- package/coverage/lcov.info +504 -387
- package/dist/api/users.d.ts +27 -21
- package/dist/index.d.ts +19 -40
- package/dist/index.js +265 -118
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +265 -118
- package/dist/index.mjs.map +1 -1
- package/dist/types/certs.d.ts +20 -34
- package/dist/utils/constant.d.ts +31 -0
- package/dist/utils/helpers.d.ts +1 -1
- package/package.json +1 -1
- package/src/api/certs.js +4 -2
- package/src/api/revocations.js +1 -1
- package/src/api/users.js +51 -2
- package/src/index.js +114 -41
- package/src/types/certs.js +36 -25
- package/src/utils/constant.js +37 -0
- package/src/utils/helpers.js +5 -4
- package/src/utils/httpClient.js +1 -2
- package/tests/api/certs.test.js +11 -3
- package/tests/api/revocations.test.js +1 -1
- package/tests/api/users.test.js +1 -1
- package/tests/index.test.js +3 -2
package/coverage/clover.xml
CHANGED
|
@@ -1,34 +1,74 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
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="
|
|
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="
|
|
9
|
-
<line num="
|
|
10
|
-
<line num="
|
|
11
|
-
<line num="
|
|
12
|
-
<line num="
|
|
13
|
-
<line num="
|
|
14
|
-
<line num="
|
|
15
|
-
<line num="
|
|
16
|
-
<line num="
|
|
17
|
-
<line num="
|
|
18
|
-
<line num="
|
|
19
|
-
<line num="
|
|
20
|
-
<line num="
|
|
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"/>
|
|
21
22
|
<line num="64" count="2" type="stmt"/>
|
|
22
|
-
<line num="65" count="2" type="
|
|
23
|
-
<line num="66" count="
|
|
24
|
-
<line num="
|
|
25
|
-
<line num="
|
|
23
|
+
<line num="65" 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"/>
|
|
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="
|
|
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="
|
|
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="
|
|
57
|
-
<line num="
|
|
58
|
-
<line num="
|
|
59
|
-
<line num="
|
|
60
|
-
<line num="104" count="
|
|
61
|
-
<line num="
|
|
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="
|
|
64
|
-
<line num="
|
|
65
|
-
<line num="
|
|
66
|
-
<line num="
|
|
67
|
-
<line num="
|
|
68
|
-
<line num="
|
|
69
|
-
<line num="130" count="
|
|
70
|
-
<line num="
|
|
71
|
-
<line num="
|
|
72
|
-
<line num="
|
|
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="
|
|
76
|
-
<line num="
|
|
77
|
-
<line num="
|
|
78
|
-
<line num="
|
|
79
|
-
<line num="
|
|
80
|
-
<line num="
|
|
81
|
-
<line num="
|
|
82
|
-
<line num="
|
|
83
|
-
<line num="176" count="
|
|
84
|
-
<line num="
|
|
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="
|
|
87
|
-
<line num="
|
|
88
|
-
<line num="186" count="2" type="
|
|
89
|
-
<line num="
|
|
90
|
-
<line num="
|
|
91
|
-
<line num="
|
|
92
|
-
<line num="
|
|
93
|
-
<line num="
|
|
94
|
-
<line num="
|
|
95
|
-
<line num="207" count="
|
|
96
|
-
<line num="
|
|
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="
|
|
99
|
-
<line num="
|
|
100
|
-
<line num="
|
|
101
|
-
<line num="
|
|
102
|
-
<line num="
|
|
103
|
-
<line num="
|
|
104
|
-
<line num="
|
|
105
|
-
<line num="
|
|
106
|
-
<line num="244" count="
|
|
107
|
-
<line num="
|
|
108
|
-
<line num="
|
|
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"/>
|
|
@@ -336,7 +377,7 @@
|
|
|
336
377
|
<line num="440" count="1" type="stmt"/>
|
|
337
378
|
</file>
|
|
338
379
|
<file name="users.js" path="/builds/3dlinkweb/apacuana/libs/apacuana-sdk-core/main/src/api/users.js">
|
|
339
|
-
<metrics statements="
|
|
380
|
+
<metrics statements="27" coveredstatements="14" conditionals="22" coveredconditionals="11" methods="3" coveredmethods="1"/>
|
|
340
381
|
<line num="27" count="1" type="stmt"/>
|
|
341
382
|
<line num="28" count="5" type="stmt"/>
|
|
342
383
|
<line num="30" count="5" type="cond" truecount="4" falsecount="0"/>
|
|
@@ -350,6 +391,20 @@
|
|
|
350
391
|
<line num="63" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
351
392
|
<line num="64" count="2" type="stmt"/>
|
|
352
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"/>
|
|
353
408
|
</file>
|
|
354
409
|
</package>
|
|
355
410
|
<package name="src.config">
|
|
@@ -394,15 +449,16 @@
|
|
|
394
449
|
</file>
|
|
395
450
|
</package>
|
|
396
451
|
<package name="src.utils">
|
|
397
|
-
<metrics statements="
|
|
452
|
+
<metrics statements="159" coveredstatements="17" conditionals="185" coveredconditionals="0" methods="21" coveredmethods="0"/>
|
|
398
453
|
<file name="constant.js" path="/builds/3dlinkweb/apacuana/libs/apacuana-sdk-core/main/src/utils/constant.js">
|
|
399
|
-
<metrics statements="
|
|
454
|
+
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
400
455
|
<line num="1" count="9" type="stmt"/>
|
|
401
456
|
<line num="12" count="9" type="stmt"/>
|
|
402
|
-
<line num="
|
|
457
|
+
<line num="49" count="9" type="stmt"/>
|
|
458
|
+
<line num="54" count="9" type="stmt"/>
|
|
403
459
|
</file>
|
|
404
460
|
<file name="helpers.js" path="/builds/3dlinkweb/apacuana/libs/apacuana-sdk-core/main/src/utils/helpers.js">
|
|
405
|
-
<metrics statements="
|
|
461
|
+
<metrics statements="103" coveredstatements="10" conditionals="136" coveredconditionals="0" methods="14" coveredmethods="0"/>
|
|
406
462
|
<line num="6" count="2" type="stmt"/>
|
|
407
463
|
<line num="8" count="2" type="stmt"/>
|
|
408
464
|
<line num="9" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
@@ -412,154 +468,155 @@
|
|
|
412
468
|
<line num="18" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
413
469
|
<line num="19" count="0" type="stmt"/>
|
|
414
470
|
<line num="20" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
415
|
-
<line num="
|
|
416
|
-
<line num="
|
|
417
|
-
<line num="
|
|
418
|
-
<line num="
|
|
419
|
-
<line num="
|
|
420
|
-
<line num="
|
|
421
|
-
<line num="
|
|
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"/>
|
|
422
478
|
<line num="40" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
423
|
-
<line num="
|
|
424
|
-
<line num="
|
|
425
|
-
<line num="47" count="
|
|
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"/>
|
|
426
482
|
<line num="48" count="0" type="stmt"/>
|
|
427
|
-
<line num="
|
|
483
|
+
<line num="49" count="0" type="stmt"/>
|
|
428
484
|
<line num="53" count="0" type="stmt"/>
|
|
429
485
|
<line num="54" count="0" type="stmt"/>
|
|
430
486
|
<line num="55" count="0" type="stmt"/>
|
|
431
|
-
<line num="
|
|
432
|
-
<line num="59" count="
|
|
433
|
-
<line num="
|
|
434
|
-
<line num="
|
|
435
|
-
<line num="69" count="
|
|
436
|
-
<line num="
|
|
437
|
-
<line num="
|
|
438
|
-
<line num="
|
|
439
|
-
<line num="78" count="0" type="
|
|
440
|
-
<line num="79" count="0" type="
|
|
441
|
-
<line num="
|
|
442
|
-
<line num="
|
|
443
|
-
<line num="
|
|
444
|
-
<line num="
|
|
445
|
-
<line num="
|
|
446
|
-
<line num="
|
|
447
|
-
<line num="
|
|
448
|
-
<line num="
|
|
449
|
-
<line num="
|
|
450
|
-
<line num="
|
|
451
|
-
<line num="120" count="0" type="
|
|
452
|
-
<line num="
|
|
453
|
-
<line num="128" count="0" type="
|
|
454
|
-
<line num="
|
|
455
|
-
<line num="136" count="0" type="
|
|
456
|
-
<line num="
|
|
457
|
-
<line num="
|
|
458
|
-
<line num="148" count="0" type="
|
|
459
|
-
<line num="
|
|
460
|
-
<line num="
|
|
461
|
-
<line num="
|
|
462
|
-
<line num="167" count="0" type="
|
|
463
|
-
<line num="168" count="0" type="
|
|
464
|
-
<line num="
|
|
465
|
-
<line num="178" count="0" type="
|
|
466
|
-
<line num="
|
|
467
|
-
<line num="188" count="0" type="
|
|
468
|
-
<line num="
|
|
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"/>
|
|
492
|
+
<line num="70" count="0" type="stmt"/>
|
|
493
|
+
<line num="73" count="0" type="stmt"/>
|
|
494
|
+
<line num="76" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
495
|
+
<line num="78" 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"/>
|
|
503
|
+
<line num="102" 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"/>
|
|
520
|
+
<line num="169" count="0" type="stmt"/>
|
|
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"/>
|
|
469
525
|
<line num="199" count="0" type="stmt"/>
|
|
470
|
-
<line num="200" count="0" type="
|
|
471
|
-
<line num="201" count="0" type="
|
|
472
|
-
<line num="202" count="0" type="
|
|
473
|
-
<line num="203" count="0" type="
|
|
474
|
-
<line num="204" count="0" type="
|
|
475
|
-
<line num="205" count="0" type="
|
|
476
|
-
<line num="
|
|
477
|
-
<line num="
|
|
478
|
-
<line num="213" count="
|
|
479
|
-
<line num="
|
|
480
|
-
<line num="
|
|
481
|
-
<line num="230" count="
|
|
482
|
-
<line num="
|
|
483
|
-
<line num="
|
|
484
|
-
<line num="
|
|
485
|
-
<line num="
|
|
486
|
-
<line num="255" count="
|
|
487
|
-
<line num="
|
|
488
|
-
<line num="
|
|
489
|
-
<line num="271" count="
|
|
490
|
-
<line num="272" count="0" type="
|
|
491
|
-
<line num="
|
|
492
|
-
<line num="
|
|
493
|
-
<line num="282" count="0" type="
|
|
494
|
-
<line num="
|
|
495
|
-
<line num="290" count="0" type="
|
|
496
|
-
<line num="
|
|
497
|
-
<line num="298" count="0" type="
|
|
498
|
-
<line num="
|
|
499
|
-
<line num="306" count="0" type="
|
|
500
|
-
<line num="
|
|
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"/>
|
|
532
|
+
<line num="206" 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"/>
|
|
501
557
|
<line num="314" count="0" type="stmt"/>
|
|
502
|
-
<line num="
|
|
503
|
-
<line num="
|
|
558
|
+
<line num="315" count="0" type="stmt"/>
|
|
559
|
+
<line num="318" count="0" type="stmt"/>
|
|
504
560
|
<line num="326" count="0" type="stmt"/>
|
|
505
|
-
<line num="327" count="0" type="
|
|
506
|
-
<line num="328" count="0" type="
|
|
507
|
-
<line num="
|
|
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"/>
|
|
508
565
|
</file>
|
|
509
566
|
<file name="httpClient.js" path="/builds/3dlinkweb/apacuana/libs/apacuana-sdk-core/main/src/utils/httpClient.js">
|
|
510
|
-
<metrics statements="52" coveredstatements="3" conditionals="
|
|
567
|
+
<metrics statements="52" coveredstatements="3" conditionals="49" coveredconditionals="0" methods="7" coveredmethods="0"/>
|
|
511
568
|
<line num="12" count="3" type="stmt"/>
|
|
512
569
|
<line num="13" count="0" type="stmt"/>
|
|
513
570
|
<line num="15" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
514
|
-
<line num="
|
|
515
|
-
<line num="
|
|
516
|
-
<line num="
|
|
517
|
-
<line num="
|
|
518
|
-
<line num="
|
|
519
|
-
<line num="
|
|
520
|
-
<line num="
|
|
521
|
-
<line num="
|
|
522
|
-
<line num="
|
|
523
|
-
<line num="
|
|
524
|
-
<line num="
|
|
525
|
-
<line num="
|
|
526
|
-
<line num="
|
|
527
|
-
<line num="
|
|
528
|
-
<line num="
|
|
529
|
-
<line num="
|
|
530
|
-
<line num="
|
|
531
|
-
<line num="
|
|
532
|
-
<line num="
|
|
533
|
-
<line num="
|
|
534
|
-
<line num="
|
|
535
|
-
<line num="
|
|
536
|
-
<line num="
|
|
537
|
-
<line num="
|
|
538
|
-
<line num="
|
|
539
|
-
<line num="
|
|
540
|
-
<line num="
|
|
541
|
-
<line num="
|
|
542
|
-
<line num="
|
|
543
|
-
<line num="
|
|
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"/>
|
|
597
|
+
<line num="132" count="0" type="stmt"/>
|
|
598
|
+
<line num="134" count="0" type="stmt"/>
|
|
599
|
+
<line num="135" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
600
|
+
<line num="137" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
601
|
+
<line num="138" count="0" type="stmt"/>
|
|
544
602
|
<line num="139" count="0" type="stmt"/>
|
|
545
603
|
<line num="140" count="0" type="stmt"/>
|
|
546
|
-
<line num="
|
|
547
|
-
<line num="
|
|
548
|
-
<line num="
|
|
549
|
-
<line num="
|
|
550
|
-
<line num="
|
|
604
|
+
<line num="142" count="0" type="stmt"/>
|
|
605
|
+
<line num="144" count="0" type="stmt"/>
|
|
606
|
+
<line num="148" count="0" type="stmt"/>
|
|
607
|
+
<line num="150" count="0" type="cond" truecount="0" falsecount="5"/>
|
|
608
|
+
<line num="152" count="0" type="stmt"/>
|
|
551
609
|
<line num="153" count="0" type="stmt"/>
|
|
552
|
-
<line num="
|
|
610
|
+
<line num="155" count="0" type="stmt"/>
|
|
553
611
|
<line num="156" count="0" type="stmt"/>
|
|
554
|
-
<line num="
|
|
612
|
+
<line num="158" count="0" type="stmt"/>
|
|
555
613
|
<line num="159" count="0" type="stmt"/>
|
|
556
|
-
<line num="
|
|
557
|
-
<line num="
|
|
558
|
-
<line num="
|
|
559
|
-
<line num="
|
|
560
|
-
<line num="
|
|
614
|
+
<line num="161" 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"/>
|
|
561
619
|
<line num="177" count="0" type="stmt"/>
|
|
562
|
-
<line num="178" count="0" type="stmt"/>
|
|
563
620
|
</file>
|
|
564
621
|
</package>
|
|
565
622
|
</project>
|