apacuana-sdk-core 0.1.0 → 0.3.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 (35) hide show
  1. package/README.md +175 -55
  2. package/coverage/clover.xml +249 -101
  3. package/coverage/coverage-final.json +9 -6
  4. package/coverage/lcov-report/index.html +45 -30
  5. package/coverage/lcov-report/src/api/certs.js.html +117 -81
  6. package/coverage/lcov-report/src/api/index.html +40 -25
  7. package/coverage/lcov-report/src/api/revocations.js.html +1 -1
  8. package/coverage/lcov-report/src/api/signatures.js.html +546 -72
  9. package/coverage/lcov-report/src/api/users.js.html +25 -61
  10. package/coverage/lcov-report/src/config/index.html +21 -21
  11. package/coverage/lcov-report/src/config/index.js.html +65 -32
  12. package/coverage/lcov-report/src/errors/index.html +5 -5
  13. package/coverage/lcov-report/src/errors/index.js.html +13 -10
  14. package/coverage/lcov-report/src/index.html +1 -1
  15. package/coverage/lcov-report/src/index.js.html +13 -4
  16. package/coverage/lcov-report/src/utils/constant.js.html +4 -4
  17. package/coverage/lcov-report/src/utils/helpers.js.html +290 -116
  18. package/coverage/lcov-report/src/utils/httpClient.js.html +646 -0
  19. package/coverage/lcov-report/src/utils/index.html +30 -15
  20. package/coverage/lcov.info +515 -181
  21. package/dist/index.js +323 -189
  22. package/dist/index.js.map +1 -1
  23. package/dist/index.mjs +323 -189
  24. package/dist/index.mjs.map +1 -1
  25. package/package.json +1 -1
  26. package/src/api/certs.js +49 -37
  27. package/src/api/signatures.js +213 -49
  28. package/src/api/users.js +17 -29
  29. package/src/errors/index.js +1 -0
  30. package/src/index.js +4 -1
  31. package/src/utils/helpers.js +156 -98
  32. package/tests/api/certs.test.js +111 -5
  33. package/tests/api/signatures.test.js +152 -4
  34. package/tests/api/users.test.js +11 -10
  35. package/src/auth/index.js +0 -24
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1755288310822" clover="3.2.0">
3
- <project timestamp="1755288310822" name="All files">
4
- <metrics statements="132" coveredstatements="49" conditionals="80" coveredconditionals="16" methods="14" coveredmethods="3" elements="226" coveredelements="68" complexity="0" loc="132" ncloc="132" packages="4" files="7" classes="7"/>
2
+ <coverage generated="1755896836089" clover="3.2.0">
3
+ <project timestamp="1755896836089" name="All files">
4
+ <metrics statements="268" coveredstatements="119" conditionals="207" coveredconditionals="38" methods="36" coveredmethods="13" elements="511" coveredelements="170" complexity="0" loc="268" ncloc="268" packages="5" files="10" classes="10"/>
5
5
  <package name="src">
6
6
  <metrics statements="15" coveredstatements="14" conditionals="2" coveredconditionals="1" methods="1" coveredmethods="1"/>
7
7
  <file name="index.js" path="/builds/3dlinkweb/apacuana/libs/apacuana-sdk-core/main/src/index.js">
@@ -24,35 +24,34 @@
24
24
  </file>
25
25
  </package>
26
26
  <package name="src.api">
27
- <metrics statements="55" coveredstatements="21" conditionals="29" coveredconditionals="12" methods="5" coveredmethods="1"/>
27
+ <metrics statements="124" coveredstatements="81" conditionals="66" coveredconditionals="34" methods="18" coveredmethods="11"/>
28
28
  <file name="certs.js" path="/builds/3dlinkweb/apacuana/libs/apacuana-sdk-core/main/src/api/certs.js">
29
- <metrics statements="26" coveredstatements="3" conditionals="8" coveredconditionals="0" methods="3" coveredmethods="0"/>
30
- <line num="8" count="1" type="stmt"/>
31
- <line num="9" count="0" type="stmt"/>
32
- <line num="10" count="0" type="stmt"/>
33
- <line num="11" count="0" type="stmt"/>
34
- <line num="12" count="0" type="stmt"/>
35
- <line num="13" count="0" type="stmt"/>
36
- <line num="15" count="0" type="stmt"/>
37
- <line num="22" count="0" type="stmt"/>
38
- <line num="28" count="0" type="stmt"/>
39
- <line num="29" count="0" type="cond" truecount="0" falsecount="2"/>
40
- <line num="30" count="0" type="stmt"/>
41
- <line num="37" count="0" type="stmt"/>
42
- <line num="41" count="0" type="stmt"/>
43
- <line num="44" count="0" type="cond" truecount="0" falsecount="2"/>
44
- <line num="45" count="0" type="stmt"/>
45
- <line num="47" count="0" type="stmt"/>
46
- <line num="51" count="1" type="stmt"/>
47
- <line num="52" count="0" type="stmt"/>
48
- <line num="54" count="0" type="cond" truecount="0" falsecount="2"/>
49
- <line num="55" count="0" type="stmt"/>
50
- <line num="56" count="0" type="cond" truecount="0" falsecount="2"/>
51
- <line num="58" count="0" type="stmt"/>
52
- <line num="64" count="1" type="stmt"/>
53
- <line num="65" count="0" type="stmt"/>
54
- <line num="66" count="0" type="stmt"/>
55
- <line num="67" count="0" type="stmt"/>
29
+ <metrics statements="25" coveredstatements="25" conditionals="11" coveredconditionals="8" methods="4" coveredmethods="4"/>
30
+ <line num="7" count="2" type="cond" truecount="0" falsecount="1"/>
31
+ <line num="8" count="4" type="stmt"/>
32
+ <line num="9" count="4" type="stmt"/>
33
+ <line num="11" count="4" type="stmt"/>
34
+ <line num="16" count="2" type="stmt"/>
35
+ <line num="17" count="2" type="cond" truecount="2" falsecount="0"/>
36
+ <line num="18" count="1" type="stmt"/>
37
+ <line num="25" count="1" type="stmt"/>
38
+ <line num="28" count="3" type="cond" truecount="2" falsecount="0"/>
39
+ <line num="29" count="2" type="stmt"/>
40
+ <line num="31" count="1" type="stmt"/>
41
+ <line num="35" count="2" type="stmt"/>
42
+ <line num="36" count="1" type="stmt"/>
43
+ <line num="50" count="2" type="cond" truecount="0" falsecount="1"/>
44
+ <line num="51" count="6" type="stmt"/>
45
+ <line num="52" count="6" type="stmt"/>
46
+ <line num="53" count="6" type="cond" truecount="2" falsecount="0"/>
47
+ <line num="54" count="4" type="stmt"/>
48
+ <line num="56" count="2" type="cond" truecount="2" falsecount="0"/>
49
+ <line num="57" count="1" type="stmt"/>
50
+ <line num="60" count="1" type="stmt"/>
51
+ <line num="72" count="2" type="cond" truecount="0" falsecount="1"/>
52
+ <line num="73" count="1" type="stmt"/>
53
+ <line num="74" count="1" type="stmt"/>
54
+ <line num="78" count="1" type="stmt"/>
56
55
  </file>
57
56
  <file name="revocations.js" path="/builds/3dlinkweb/apacuana/libs/apacuana-sdk-core/main/src/api/revocations.js">
58
57
  <metrics statements="12" coveredstatements="1" conditionals="8" coveredconditionals="0" methods="1" coveredmethods="0"/>
@@ -69,102 +68,251 @@
69
68
  <line num="34" count="0" type="stmt"/>
70
69
  <line num="39" count="0" type="stmt"/>
71
70
  </file>
71
+ <file name="signatures.js" path="/builds/3dlinkweb/apacuana/libs/apacuana-sdk-core/main/src/api/signatures.js">
72
+ <metrics statements="74" coveredstatements="42" conditionals="35" coveredconditionals="15" methods="12" coveredmethods="6"/>
73
+ <line num="8" count="2" type="stmt"/>
74
+ <line num="9" count="0" type="stmt"/>
75
+ <line num="16" count="2" type="stmt"/>
76
+ <line num="17" count="0" type="stmt"/>
77
+ <line num="30" count="2" type="stmt"/>
78
+ <line num="31" count="0" type="stmt"/>
79
+ <line num="33" count="0" type="cond" truecount="0" falsecount="2"/>
80
+ <line num="34" count="0" type="stmt"/>
81
+ <line num="37" count="0" type="cond" truecount="0" falsecount="2"/>
82
+ <line num="38" count="0" type="stmt"/>
83
+ <line num="41" count="0" type="stmt"/>
84
+ <line num="48" count="2" type="stmt"/>
85
+ <line num="49" count="0" type="stmt"/>
86
+ <line num="50" count="0" type="stmt"/>
87
+ <line num="57" count="0" type="cond" truecount="0" falsecount="2"/>
88
+ <line num="58" count="0" type="cond" truecount="0" falsecount="2"/>
89
+ <line num="59" count="0" type="stmt"/>
90
+ <line num="66" count="0" type="stmt"/>
91
+ <line num="68" count="0" type="cond" truecount="0" falsecount="2"/>
92
+ <line num="69" count="0" type="stmt"/>
93
+ <line num="71" count="0" type="stmt"/>
94
+ <line num="77" count="2" type="stmt"/>
95
+ <line num="78" count="0" type="stmt"/>
96
+ <line num="91" count="2" type="stmt"/>
97
+ <line num="92" count="0" type="stmt"/>
98
+ <line num="94" count="0" type="stmt"/>
99
+ <line num="96" count="0" type="cond" truecount="0" falsecount="2"/>
100
+ <line num="97" count="0" type="stmt"/>
101
+ <line num="100" count="0" type="cond" truecount="0" falsecount="2"/>
102
+ <line num="101" count="0" type="stmt"/>
103
+ <line num="104" count="0" type="stmt"/>
104
+ <line num="111" count="2" type="stmt"/>
105
+ <line num="112" count="1" type="stmt"/>
106
+ <line num="113" count="1" type="stmt"/>
107
+ <line num="115" count="1" type="stmt"/>
108
+ <line num="116" count="1" type="stmt"/>
109
+ <line num="118" count="0" type="cond" truecount="0" falsecount="2"/>
110
+ <line num="119" count="0" type="stmt"/>
111
+ <line num="121" count="0" type="stmt"/>
112
+ <line num="127" count="2" type="stmt"/>
113
+ <line num="128" count="1" type="stmt"/>
114
+ <line num="141" count="2" type="stmt"/>
115
+ <line num="142" count="4" type="cond" truecount="2" falsecount="0"/>
116
+ <line num="147" count="1" type="stmt"/>
117
+ <line num="154" count="3" type="stmt"/>
118
+ <line num="156" count="3" type="cond" truecount="2" falsecount="0"/>
119
+ <line num="157" count="1" type="stmt"/>
120
+ <line num="160" count="2" type="cond" truecount="2" falsecount="0"/>
121
+ <line num="161" count="1" type="stmt"/>
122
+ <line num="164" count="1" type="stmt"/>
123
+ <line num="171" count="2" type="stmt"/>
124
+ <line num="172" count="1" type="stmt"/>
125
+ <line num="179" count="2" type="stmt"/>
126
+ <line num="180" count="2" type="stmt"/>
127
+ <line num="181" count="2" type="cond" truecount="2" falsecount="0"/>
128
+ <line num="182" count="1" type="stmt"/>
129
+ <line num="189" count="1" type="stmt"/>
130
+ <line num="190" count="1" type="stmt"/>
131
+ <line num="196" count="1" type="cond" truecount="1" falsecount="1"/>
132
+ <line num="197" count="1" type="stmt"/>
133
+ <line num="200" count="1" type="stmt"/>
134
+ <line num="201" count="1" type="stmt"/>
135
+ <line num="202" count="1" type="stmt"/>
136
+ <line num="208" count="0" type="cond" truecount="0" falsecount="2"/>
137
+ <line num="209" count="0" type="stmt"/>
138
+ <line num="211" count="0" type="stmt"/>
139
+ <line num="223" count="2" type="stmt"/>
140
+ <line num="224" count="5" type="stmt"/>
141
+ <line num="226" count="3" type="stmt"/>
142
+ <line num="228" count="3" type="cond" truecount="2" falsecount="0"/>
143
+ <line num="229" count="2" type="stmt"/>
144
+ <line num="232" count="1" type="cond" truecount="1" falsecount="1"/>
145
+ <line num="233" count="1" type="stmt"/>
146
+ <line num="236" count="0" type="stmt"/>
147
+ </file>
72
148
  <file name="users.js" path="/builds/3dlinkweb/apacuana/libs/apacuana-sdk-core/main/src/api/users.js">
73
- <metrics statements="17" coveredstatements="17" conditionals="13" coveredconditionals="12" methods="1" coveredmethods="1"/>
149
+ <metrics statements="13" coveredstatements="13" conditionals="12" coveredconditionals="11" methods="1" coveredmethods="1"/>
74
150
  <line num="14" count="1" type="stmt"/>
75
151
  <line num="15" count="5" type="stmt"/>
76
- <line num="16" count="5" type="stmt"/>
77
- <line num="21" count="5" type="stmt"/>
78
- <line num="23" count="5" type="stmt"/>
79
- <line num="26" count="5" type="cond" truecount="5" falsecount="0"/>
80
- <line num="27" count="1" type="stmt"/>
81
- <line num="32" count="4" type="stmt"/>
82
- <line num="35" count="4" type="stmt"/>
83
- <line num="44" count="2" type="stmt"/>
84
- <line num="46" count="2" type="cond" truecount="4" falsecount="0"/>
85
- <line num="48" count="1" type="stmt"/>
86
- <line num="55" count="1" type="stmt"/>
87
- <line num="62" count="3" type="stmt"/>
88
- <line num="63" count="3" type="cond" truecount="2" falsecount="0"/>
89
- <line num="64" count="2" type="stmt"/>
90
- <line num="66" count="1" type="stmt"/>
152
+ <line num="17" count="5" type="cond" truecount="4" falsecount="0"/>
153
+ <line num="18" count="1" type="stmt"/>
154
+ <line num="25" count="4" type="stmt"/>
155
+ <line num="30" count="4" type="stmt"/>
156
+ <line num="31" count="4" type="stmt"/>
157
+ <line num="37" count="2" type="cond" truecount="4" falsecount="0"/>
158
+ <line num="38" count="1" type="stmt"/>
159
+ <line num="45" count="1" type="stmt"/>
160
+ <line num="51" count="3" type="cond" truecount="2" falsecount="0"/>
161
+ <line num="52" count="2" type="stmt"/>
162
+ <line num="54" count="1" type="stmt"/>
163
+ </file>
164
+ </package>
165
+ <package name="src.config">
166
+ <metrics statements="10" coveredstatements="3" conditionals="9" coveredconditionals="0" methods="2" coveredmethods="0"/>
167
+ <file name="index.js" path="/builds/3dlinkweb/apacuana/libs/apacuana-sdk-core/main/src/config/index.js">
168
+ <metrics statements="10" coveredstatements="3" conditionals="9" coveredconditionals="0" methods="2" coveredmethods="0"/>
169
+ <line num="4" count="2" type="stmt"/>
170
+ <line num="15" count="2" type="stmt"/>
171
+ <line num="16" count="0" type="stmt"/>
172
+ <line num="18" count="0" type="cond" truecount="0" falsecount="7"/>
173
+ <line num="19" count="0" type="stmt"/>
174
+ <line num="26" count="0" type="cond" truecount="0" falsecount="2"/>
175
+ <line num="27" count="0" type="stmt"/>
176
+ <line num="33" count="0" type="stmt"/>
177
+ <line num="35" count="0" type="stmt"/>
178
+ <line num="41" count="2" type="stmt"/>
91
179
  </file>
92
180
  </package>
93
181
  <package name="src.errors">
94
- <metrics statements="6" coveredstatements="6" conditionals="4" coveredconditionals="3" methods="1" coveredmethods="1"/>
182
+ <metrics statements="7" coveredstatements="7" conditionals="4" coveredconditionals="3" methods="1" coveredmethods="1"/>
95
183
  <file name="index.js" path="/builds/3dlinkweb/apacuana/libs/apacuana-sdk-core/main/src/errors/index.js">
96
- <metrics statements="6" coveredstatements="6" conditionals="4" coveredconditionals="3" methods="1" coveredmethods="1"/>
97
- <line num="8" count="3" type="stmt"/>
98
- <line num="9" count="3" type="stmt"/>
99
- <line num="10" count="3" type="stmt"/>
100
- <line num="11" count="3" type="stmt"/>
101
- <line num="14" count="3" type="cond" truecount="1" falsecount="1"/>
102
- <line num="15" count="3" type="stmt"/>
184
+ <metrics statements="7" coveredstatements="7" conditionals="4" coveredconditionals="3" methods="1" coveredmethods="1"/>
185
+ <line num="8" count="21" type="stmt"/>
186
+ <line num="9" count="21" type="stmt"/>
187
+ <line num="10" count="21" type="stmt"/>
188
+ <line num="11" count="21" type="stmt"/>
189
+ <line num="12" count="21" type="stmt"/>
190
+ <line num="15" count="21" type="cond" truecount="1" falsecount="1"/>
191
+ <line num="16" count="21" type="stmt"/>
103
192
  </file>
104
193
  </package>
105
194
  <package name="src.utils">
106
- <metrics statements="56" coveredstatements="8" conditionals="45" coveredconditionals="0" methods="7" coveredmethods="0"/>
195
+ <metrics statements="112" coveredstatements="14" conditionals="126" coveredconditionals="0" methods="14" coveredmethods="0"/>
107
196
  <file name="constant.js" path="/builds/3dlinkweb/apacuana/libs/apacuana-sdk-core/main/src/utils/constant.js">
108
197
  <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
109
- <line num="1" count="1" type="stmt"/>
110
- <line num="12" count="1" type="stmt"/>
111
- <line num="17" count="1" type="stmt"/>
198
+ <line num="1" count="6" type="stmt"/>
199
+ <line num="12" count="6" type="stmt"/>
200
+ <line num="17" count="6" type="stmt"/>
112
201
  </file>
113
202
  <file name="helpers.js" path="/builds/3dlinkweb/apacuana/libs/apacuana-sdk-core/main/src/utils/helpers.js">
114
- <metrics statements="53" coveredstatements="5" conditionals="45" coveredconditionals="0" methods="7" coveredmethods="0"/>
115
- <line num="7" count="1" type="stmt"/>
116
- <line num="8" count="0" type="cond" truecount="0" falsecount="2"/>
117
- <line num="9" count="0" type="stmt"/>
118
- <line num="11" count="0" type="cond" truecount="0" falsecount="2"/>
119
- <line num="12" count="0" type="stmt"/>
120
- <line num="17" count="0" type="cond" truecount="0" falsecount="2"/>
121
- <line num="18" count="0" type="stmt"/>
122
- <line num="19" count="0" type="cond" truecount="0" falsecount="2"/>
123
- <line num="26" count="0" type="stmt"/>
124
- <line num="28" count="0" type="cond" truecount="0" falsecount="4"/>
125
- <line num="29" count="0" type="stmt"/>
126
- <line num="30" count="0" type="cond" truecount="0" falsecount="2"/>
127
- <line num="34" count="0" type="stmt"/>
128
- <line num="36" count="0" type="cond" truecount="0" falsecount="2"/>
203
+ <metrics statements="63" coveredstatements="8" conditionals="86" coveredconditionals="0" methods="9" coveredmethods="0"/>
204
+ <line num="6" count="2" type="stmt"/>
205
+ <line num="8" count="2" type="stmt"/>
206
+ <line num="9" count="0" type="cond" truecount="0" falsecount="2"/>
207
+ <line num="10" count="0" type="stmt"/>
208
+ <line num="12" count="0" type="cond" truecount="0" falsecount="2"/>
209
+ <line num="13" count="0" type="stmt"/>
210
+ <line num="18" count="0" type="cond" truecount="0" falsecount="2"/>
211
+ <line num="19" count="0" type="stmt"/>
212
+ <line num="20" count="0" type="cond" truecount="0" falsecount="2"/>
213
+ <line num="27" count="0" type="stmt"/>
214
+ <line num="29" count="0" type="cond" truecount="0" falsecount="4"/>
215
+ <line num="30" count="0" type="stmt"/>
216
+ <line num="31" count="0" type="cond" truecount="0" falsecount="2"/>
217
+ <line num="35" count="0" type="stmt"/>
129
218
  <line num="37" count="0" type="cond" truecount="0" falsecount="2"/>
130
- <line num="39" count="0" type="cond" truecount="0" falsecount="2"/>
131
- <line num="41" count="0" type="stmt"/>
132
- <line num="44" count="1" type="stmt"/>
219
+ <line num="38" count="0" type="cond" truecount="0" falsecount="2"/>
220
+ <line num="40" count="0" type="cond" truecount="0" falsecount="2"/>
221
+ <line num="42" count="0" type="stmt"/>
222
+ <line num="46" count="2" type="stmt"/>
223
+ <line num="47" count="0" type="stmt"/>
133
224
  <line num="48" count="0" type="stmt"/>
134
- <line num="49" count="0" type="stmt"/>
135
- <line num="50" count="0" type="cond" truecount="0" falsecount="2"/>
136
- <line num="51" count="0" type="stmt"/>
225
+ <line num="52" count="0" type="stmt"/>
226
+ <line num="53" count="0" type="stmt"/>
137
227
  <line num="54" count="0" type="stmt"/>
228
+ <line num="55" count="0" type="stmt"/>
229
+ <line num="58" count="2" type="cond" truecount="0" falsecount="1"/>
230
+ <line num="59" count="0" type="stmt"/>
138
231
  <line num="65" count="0" type="stmt"/>
139
- <line num="67" count="0" type="stmt"/>
140
- <line num="68" count="0" type="stmt"/>
141
- <line num="76" count="1" type="cond" truecount="0" falsecount="1"/>
142
- <line num="77" count="0" type="stmt"/>
232
+ <line num="68" count="2" type="stmt"/>
233
+ <line num="69" count="0" type="cond" truecount="0" falsecount="4"/>
234
+ <line num="70" count="0" type="stmt"/>
235
+ <line num="77" count="0" type="cond" truecount="0" falsecount="4"/>
143
236
  <line num="78" count="0" type="stmt"/>
144
- <line num="81" count="0" type="cond" truecount="0" falsecount="5"/>
145
- <line num="82" count="0" type="stmt"/>
237
+ <line num="85" count="0" type="stmt"/>
146
238
  <line num="86" count="0" type="cond" truecount="0" falsecount="4"/>
147
239
  <line num="87" count="0" type="stmt"/>
148
- <line num="92" count="0" type="stmt"/>
149
- <line num="93" count="0" type="stmt"/>
240
+ <line num="94" count="0" type="cond" truecount="0" falsecount="4"/>
150
241
  <line num="95" count="0" type="stmt"/>
151
- <line num="117" count="0" type="stmt"/>
152
- <line num="120" count="0" type="stmt"/>
153
- <line num="121" count="0" type="stmt"/>
242
+ <line num="102" count="0" type="cond" truecount="0" falsecount="2"/>
243
+ <line num="106" count="0" type="stmt"/>
244
+ <line num="113" count="0" type="stmt"/>
245
+ <line num="114" count="0" type="cond" truecount="0" falsecount="4"/>
246
+ <line num="115" count="0" type="stmt"/>
247
+ <line num="124" count="0" type="cond" truecount="0" falsecount="5"/>
154
248
  <line num="125" count="0" type="stmt"/>
155
- <line num="126" count="0" type="stmt"/>
156
- <line num="129" count="0" type="stmt"/>
157
- <line num="132" count="0" type="stmt"/>
158
- <line num="138" count="0" type="stmt"/>
159
- <line num="139" count="0" type="stmt"/>
160
- <line num="148" count="1" type="stmt"/>
161
- <line num="149" count="0" type="stmt"/>
249
+ <line num="134" count="0" type="cond" truecount="0" falsecount="5"/>
250
+ <line num="135" count="0" type="stmt"/>
251
+ <line num="146" count="2" type="stmt"/>
252
+ <line num="147" count="0" type="stmt"/>
253
+ <line num="149" count="0" type="cond" truecount="0" falsecount="2"/>
254
+ <line num="150" count="0" type="stmt"/>
255
+ <line num="157" count="0" type="cond" truecount="0" falsecount="4"/>
256
+ <line num="158" count="0" type="stmt"/>
257
+ <line num="165" count="0" type="cond" truecount="0" falsecount="2"/>
258
+ <line num="166" count="0" type="stmt"/>
259
+ <line num="174" count="2" type="stmt"/>
260
+ <line num="175" count="0" type="cond" truecount="0" falsecount="2"/>
261
+ <line num="180" count="0" type="stmt"/>
262
+ <line num="187" count="0" type="cond" truecount="0" falsecount="2"/>
263
+ <line num="191" count="0" type="stmt"/>
264
+ <line num="199" count="2" type="stmt"/>
265
+ <line num="200" count="0" type="cond" truecount="0" falsecount="2"/>
266
+ <line num="207" count="0" type="stmt"/>
267
+ </file>
268
+ <file name="httpClient.js" path="/builds/3dlinkweb/apacuana/libs/apacuana-sdk-core/main/src/utils/httpClient.js">
269
+ <metrics statements="46" coveredstatements="3" conditionals="40" coveredconditionals="0" methods="5" coveredmethods="0"/>
270
+ <line num="12" count="2" type="stmt"/>
271
+ <line num="13" count="0" type="stmt"/>
272
+ <line num="15" count="0" type="cond" truecount="0" falsecount="2"/>
273
+ <line num="22" count="0" type="stmt"/>
274
+ <line num="27" count="0" type="stmt"/>
275
+ <line num="40" count="0" type="stmt"/>
276
+ <line num="43" count="0" type="cond" truecount="0" falsecount="4"/>
277
+ <line num="44" count="0" type="stmt"/>
278
+ <line num="51" count="0" type="stmt"/>
279
+ <line num="56" count="0" type="stmt"/>
280
+ <line num="61" count="0" type="cond" truecount="0" falsecount="2"/>
281
+ <line num="62" count="0" type="stmt"/>
282
+ <line num="63" count="0" type="stmt"/>
283
+ <line num="69" count="0" type="cond" truecount="0" falsecount="2"/>
284
+ <line num="71" count="0" type="stmt"/>
285
+ <line num="78" count="0" type="stmt"/>
286
+ <line num="88" count="0" type="stmt"/>
287
+ <line num="99" count="2" type="stmt"/>
288
+ <line num="100" count="0" type="cond" truecount="0" falsecount="2"/>
289
+ <line num="101" count="0" type="stmt"/>
290
+ <line num="105" count="0" type="cond" truecount="0" falsecount="4"/>
291
+ <line num="106" count="0" type="stmt"/>
292
+ <line num="110" count="0" type="stmt"/>
293
+ <line num="112" count="0" type="stmt"/>
294
+ <line num="126" count="2" type="cond" truecount="0" falsecount="2"/>
295
+ <line num="127" count="0" type="cond" truecount="0" falsecount="2"/>
296
+ <line num="128" count="0" type="stmt"/>
297
+ <line num="136" count="0" type="stmt"/>
298
+ <line num="141" count="0" type="stmt"/>
299
+ <line num="145" count="0" type="stmt"/>
162
300
  <line num="150" count="0" type="stmt"/>
163
- <line num="154" count="0" type="stmt"/>
164
- <line num="155" count="0" type="stmt"/>
301
+ <line num="152" count="0" type="stmt"/>
302
+ <line num="154" count="0" type="cond" truecount="0" falsecount="5"/>
165
303
  <line num="156" count="0" type="stmt"/>
166
304
  <line num="157" count="0" type="stmt"/>
167
- <line num="160" count="1" type="stmt"/>
305
+ <line num="159" count="0" type="stmt"/>
306
+ <line num="160" count="0" type="stmt"/>
307
+ <line num="162" count="0" type="stmt"/>
308
+ <line num="163" count="0" type="stmt"/>
309
+ <line num="165" count="0" type="stmt"/>
310
+ <line num="166" count="0" type="stmt"/>
311
+ <line num="168" count="0" type="stmt"/>
312
+ <line num="178" count="0" type="stmt"/>
313
+ <line num="179" count="0" type="stmt"/>
314
+ <line num="184" count="0" type="stmt"/>
315
+ <line num="185" count="0" type="stmt"/>
168
316
  </file>
169
317
  </package>
170
318
  </project>