apacuana-sdk-core 0.12.0 → 0.13.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/README.md +131 -164
- package/coverage/clover.xml +238 -205
- package/coverage/coverage-final.json +4 -4
- package/coverage/lcov-report/index.html +24 -24
- package/coverage/lcov-report/src/api/certs.js.html +1 -1
- package/coverage/lcov-report/src/api/faceLiveness.js.html +1 -1
- package/coverage/lcov-report/src/api/index.html +13 -13
- package/coverage/lcov-report/src/api/revocations.js.html +1 -1
- package/coverage/lcov-report/src/api/signatures.js.html +17 -56
- package/coverage/lcov-report/src/api/users.js.html +1 -1
- 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 +1 -1
- package/coverage/lcov-report/src/index.js.html +3 -18
- 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 +1 -1
- package/coverage/lcov-report/src/utils/helpers.js.html +277 -16
- package/coverage/lcov-report/src/utils/httpClient.js.html +32 -17
- package/coverage/lcov-report/src/utils/index.html +22 -22
- package/coverage/lcov.info +466 -393
- package/dist/index.d.ts +0 -2
- package/dist/index.js +94 -135
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +94 -135
- package/dist/index.mjs.map +1 -1
- package/dist/types/signatures.d.ts +19 -4
- package/dist/utils/helpers.d.ts +4 -2
- package/package.json +1 -1
- package/src/api/signatures.js +8 -21
- package/src/index.js +1 -6
- package/src/types/signatures.js +6 -1
- package/src/utils/helpers.js +95 -8
- package/src/utils/httpClient.js +15 -10
- package/tests/api/signatures.test.js +73 -16
package/coverage/clover.xml
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1758306102470" clover="3.2.0">
|
|
3
|
+
<project timestamp="1758306102470" name="All files">
|
|
4
|
+
<metrics statements="506" coveredstatements="320" conditionals="368" coveredconditionals="134" methods="75" coveredmethods="49" elements="949" coveredelements="503" complexity="0" loc="506" ncloc="506" packages="6" files="12" classes="12"/>
|
|
5
5
|
<package name="src">
|
|
6
6
|
<metrics statements="17" coveredstatements="14" conditionals="6" coveredconditionals="3" methods="2" coveredmethods="1"/>
|
|
7
7
|
<file name="index.js" path="/builds/3dlinkweb/apacuana/libs/apacuana-sdk-core/main/src/index.js">
|
|
8
8
|
<metrics statements="17" coveredstatements="14" conditionals="6" coveredconditionals="3" methods="2" coveredmethods="1"/>
|
|
9
|
-
<line num="
|
|
9
|
+
<line num="27" count="1" type="stmt"/>
|
|
10
|
+
<line num="41" count="4" type="stmt"/>
|
|
10
11
|
<line num="42" count="4" type="stmt"/>
|
|
11
|
-
<line num="43" count="
|
|
12
|
+
<line num="43" count="3" type="stmt"/>
|
|
12
13
|
<line num="44" count="3" type="stmt"/>
|
|
13
|
-
<line num="45" count="3" type="
|
|
14
|
-
<line num="46" count="
|
|
15
|
-
<line num="
|
|
16
|
-
<line num="55" count="
|
|
14
|
+
<line num="45" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
15
|
+
<line num="46" count="0" type="stmt"/>
|
|
16
|
+
<line num="54" count="3" type="stmt"/>
|
|
17
|
+
<line num="55" count="2" type="stmt"/>
|
|
17
18
|
<line num="56" count="2" type="stmt"/>
|
|
18
19
|
<line num="57" count="2" type="stmt"/>
|
|
19
20
|
<line num="58" count="2" type="stmt"/>
|
|
20
|
-
<line num="
|
|
21
|
-
<line num="65" count="2" type="
|
|
22
|
-
<line num="66" count="
|
|
23
|
-
<line num="
|
|
24
|
-
<line num="
|
|
25
|
-
<line num="80" count="0" type="stmt"/>
|
|
21
|
+
<line num="64" count="2" type="stmt"/>
|
|
22
|
+
<line num="65" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
23
|
+
<line num="66" count="0" type="stmt"/>
|
|
24
|
+
<line num="68" count="2" type="stmt"/>
|
|
25
|
+
<line num="75" count="0" type="stmt"/>
|
|
26
26
|
</file>
|
|
27
27
|
</package>
|
|
28
28
|
<package name="src.api">
|
|
29
|
-
<metrics statements="
|
|
29
|
+
<metrics statements="309" coveredstatements="274" conditionals="164" coveredconditionals="127" methods="47" coveredmethods="46"/>
|
|
30
30
|
<file name="certs.js" path="/builds/3dlinkweb/apacuana/libs/apacuana-sdk-core/main/src/api/certs.js">
|
|
31
31
|
<metrics statements="77" coveredstatements="69" conditionals="38" coveredconditionals="31" methods="13" coveredmethods="13"/>
|
|
32
32
|
<line num="22" count="2" type="stmt"/>
|
|
@@ -196,145 +196,144 @@
|
|
|
196
196
|
<line num="104" count="0" type="stmt"/>
|
|
197
197
|
</file>
|
|
198
198
|
<file name="signatures.js" path="/builds/3dlinkweb/apacuana/libs/apacuana-sdk-core/main/src/api/signatures.js">
|
|
199
|
-
<metrics statements="
|
|
199
|
+
<metrics statements="137" coveredstatements="117" conditionals="73" coveredconditionals="50" methods="21" coveredmethods="21"/>
|
|
200
200
|
<line num="24" count="2" type="stmt"/>
|
|
201
201
|
<line num="25" count="1" type="stmt"/>
|
|
202
|
-
<line num="26" count="1" type="stmt"/>
|
|
203
202
|
<line num="27" count="1" type="stmt"/>
|
|
204
203
|
<line num="28" count="1" type="stmt"/>
|
|
205
|
-
<line num="
|
|
206
|
-
<line num="
|
|
204
|
+
<line num="29" count="1" type="stmt"/>
|
|
205
|
+
<line num="34" count="1" type="stmt"/>
|
|
206
|
+
<line num="36" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
207
|
+
<line num="37" count="0" type="stmt"/>
|
|
208
|
+
<line num="39" count="0" type="stmt"/>
|
|
209
|
+
<line num="45" count="2" type="stmt"/>
|
|
207
210
|
<line num="46" count="1" type="stmt"/>
|
|
208
|
-
<line num="
|
|
209
|
-
<line num="
|
|
210
|
-
<line num="
|
|
211
|
-
<line num="
|
|
212
|
-
<line num="
|
|
213
|
-
<line num="
|
|
214
|
-
<line num="
|
|
215
|
-
<line num="
|
|
216
|
-
<line num="
|
|
217
|
-
<line num="
|
|
218
|
-
<line num="
|
|
219
|
-
<line num="
|
|
220
|
-
<line num="
|
|
221
|
-
<line num="
|
|
222
|
-
<line num="
|
|
223
|
-
<line num="
|
|
224
|
-
<line num="
|
|
225
|
-
<line num="
|
|
226
|
-
<line num="
|
|
227
|
-
<line num="
|
|
211
|
+
<line num="53" count="2" type="stmt"/>
|
|
212
|
+
<line num="54" count="2" type="stmt"/>
|
|
213
|
+
<line num="55" count="2" type="stmt"/>
|
|
214
|
+
<line num="56" count="2" type="stmt"/>
|
|
215
|
+
<line num="61" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
216
|
+
<line num="62" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
217
|
+
<line num="63" count="1" type="stmt"/>
|
|
218
|
+
<line num="70" count="1" type="stmt"/>
|
|
219
|
+
<line num="72" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
220
|
+
<line num="73" count="1" type="stmt"/>
|
|
221
|
+
<line num="75" count="0" type="stmt"/>
|
|
222
|
+
<line num="81" count="2" type="stmt"/>
|
|
223
|
+
<line num="82" count="1" type="stmt"/>
|
|
224
|
+
<line num="89" count="2" type="stmt"/>
|
|
225
|
+
<line num="90" count="1" type="stmt"/>
|
|
226
|
+
<line num="91" count="1" type="stmt"/>
|
|
227
|
+
<line num="92" count="1" type="stmt"/>
|
|
228
|
+
<line num="93" count="1" type="stmt"/>
|
|
229
|
+
<line num="97" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
230
|
+
<line num="98" count="0" type="stmt"/>
|
|
231
|
+
<line num="100" count="0" type="stmt"/>
|
|
232
|
+
<line num="104" count="2" type="stmt"/>
|
|
228
233
|
<line num="105" count="1" type="stmt"/>
|
|
229
|
-
<line num="
|
|
230
|
-
<line num="
|
|
231
|
-
<line num="
|
|
232
|
-
<line num="
|
|
233
|
-
<line num="
|
|
234
|
-
<line num="
|
|
235
|
-
<line num="
|
|
236
|
-
<line num="
|
|
237
|
-
<line num="
|
|
238
|
-
<line num="
|
|
239
|
-
<line num="
|
|
240
|
-
<line num="
|
|
234
|
+
<line num="112" count="2" type="stmt"/>
|
|
235
|
+
<line num="113" count="1" type="stmt"/>
|
|
236
|
+
<line num="120" count="2" type="stmt"/>
|
|
237
|
+
<line num="121" count="2" type="stmt"/>
|
|
238
|
+
<line num="122" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
239
|
+
<line num="123" count="1" type="stmt"/>
|
|
240
|
+
<line num="130" count="1" type="stmt"/>
|
|
241
|
+
<line num="131" count="1" type="stmt"/>
|
|
242
|
+
<line num="137" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
243
|
+
<line num="138" count="1" type="stmt"/>
|
|
244
|
+
<line num="141" count="1" type="stmt"/>
|
|
245
|
+
<line num="142" count="1" type="stmt"/>
|
|
241
246
|
<line num="143" count="1" type="stmt"/>
|
|
242
|
-
<line num="
|
|
243
|
-
<line num="
|
|
244
|
-
<line num="151" count="
|
|
245
|
-
<line num="
|
|
246
|
-
<line num="
|
|
247
|
-
<line num="
|
|
248
|
-
<line num="
|
|
249
|
-
<line num="
|
|
250
|
-
<line num="
|
|
251
|
-
<line num="
|
|
252
|
-
<line num="
|
|
253
|
-
<line num="
|
|
254
|
-
<line num="
|
|
255
|
-
<line num="
|
|
256
|
-
<line num="
|
|
257
|
-
<line num="
|
|
258
|
-
<line num="
|
|
259
|
-
<line num="
|
|
260
|
-
<line num="
|
|
261
|
-
<line num="
|
|
262
|
-
<line num="
|
|
263
|
-
<line num="
|
|
264
|
-
<line num="
|
|
265
|
-
<line num="
|
|
266
|
-
<line num="
|
|
267
|
-
<line num="
|
|
268
|
-
<line num="
|
|
269
|
-
<line num="
|
|
270
|
-
<line num="
|
|
271
|
-
<line num="
|
|
272
|
-
<line num="
|
|
273
|
-
<line num="
|
|
274
|
-
<line num="
|
|
275
|
-
<line num="
|
|
276
|
-
<line num="
|
|
277
|
-
<line num="
|
|
278
|
-
<line num="
|
|
279
|
-
<line num="
|
|
280
|
-
<line num="
|
|
281
|
-
<line num="
|
|
282
|
-
<line num="
|
|
283
|
-
<line num="
|
|
284
|
-
<line num="
|
|
285
|
-
<line num="
|
|
286
|
-
<line num="
|
|
287
|
-
<line num="
|
|
288
|
-
<line num="
|
|
289
|
-
<line num="
|
|
290
|
-
<line num="
|
|
291
|
-
<line num="
|
|
292
|
-
<line num="
|
|
293
|
-
<line num="
|
|
294
|
-
<line num="
|
|
295
|
-
<line num="311" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
247
|
+
<line num="148" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
248
|
+
<line num="149" count="0" type="stmt"/>
|
|
249
|
+
<line num="151" count="0" type="stmt"/>
|
|
250
|
+
<line num="157" count="2" type="stmt"/>
|
|
251
|
+
<line num="158" count="1" type="stmt"/>
|
|
252
|
+
<line num="159" count="1" type="stmt"/>
|
|
253
|
+
<line num="164" count="1" type="stmt"/>
|
|
254
|
+
<line num="166" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
255
|
+
<line num="167" count="0" type="stmt"/>
|
|
256
|
+
<line num="169" count="0" type="stmt"/>
|
|
257
|
+
<line num="175" count="2" type="stmt"/>
|
|
258
|
+
<line num="176" count="1" type="stmt"/>
|
|
259
|
+
<line num="183" count="2" type="stmt"/>
|
|
260
|
+
<line num="184" count="1" type="stmt"/>
|
|
261
|
+
<line num="185" count="1" type="stmt"/>
|
|
262
|
+
<line num="186" count="1" type="stmt"/>
|
|
263
|
+
<line num="191" count="1" type="stmt"/>
|
|
264
|
+
<line num="193" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
265
|
+
<line num="194" count="0" type="stmt"/>
|
|
266
|
+
<line num="196" count="0" type="stmt"/>
|
|
267
|
+
<line num="202" count="2" type="stmt"/>
|
|
268
|
+
<line num="203" count="1" type="stmt"/>
|
|
269
|
+
<line num="210" count="2" type="stmt"/>
|
|
270
|
+
<line num="211" count="1" type="stmt"/>
|
|
271
|
+
<line num="212" count="1" type="stmt"/>
|
|
272
|
+
<line num="217" count="1" type="stmt"/>
|
|
273
|
+
<line num="219" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
274
|
+
<line num="220" count="0" type="stmt"/>
|
|
275
|
+
<line num="222" count="0" type="stmt"/>
|
|
276
|
+
<line num="228" count="2" type="stmt"/>
|
|
277
|
+
<line num="229" count="1" type="stmt"/>
|
|
278
|
+
<line num="247" count="2" type="stmt"/>
|
|
279
|
+
<line num="248" count="3" type="stmt"/>
|
|
280
|
+
<line num="250" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
281
|
+
<line num="251" count="1" type="stmt"/>
|
|
282
|
+
<line num="254" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
283
|
+
<line num="255" count="1" type="stmt"/>
|
|
284
|
+
<line num="258" count="1" type="stmt"/>
|
|
285
|
+
<line num="271" count="2" type="stmt"/>
|
|
286
|
+
<line num="272" count="4" type="stmt"/>
|
|
287
|
+
<line num="274" count="4" type="stmt"/>
|
|
288
|
+
<line num="276" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
289
|
+
<line num="277" count="2" type="stmt"/>
|
|
290
|
+
<line num="280" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
291
|
+
<line num="281" count="1" type="stmt"/>
|
|
292
|
+
<line num="284" count="1" type="stmt"/>
|
|
293
|
+
<line num="297" count="2" type="stmt"/>
|
|
294
|
+
<line num="298" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
295
|
+
<line num="303" count="1" type="stmt"/>
|
|
296
|
+
<line num="309" count="3" type="stmt"/>
|
|
297
|
+
<line num="311" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
298
|
+
<line num="312" count="1" type="stmt"/>
|
|
299
|
+
<line num="315" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
296
300
|
<line num="316" count="1" type="stmt"/>
|
|
297
|
-
<line num="
|
|
298
|
-
<line num="
|
|
299
|
-
<line num="
|
|
300
|
-
<line num="
|
|
301
|
-
<line num="
|
|
302
|
-
<line num="
|
|
303
|
-
<line num="
|
|
304
|
-
<line num="
|
|
305
|
-
<line num="
|
|
306
|
-
<line num="
|
|
307
|
-
<line num="
|
|
308
|
-
<line num="
|
|
309
|
-
<line num="
|
|
310
|
-
<line num="
|
|
311
|
-
<line num="
|
|
312
|
-
<line num="
|
|
313
|
-
<line num="
|
|
314
|
-
<line num="
|
|
315
|
-
<line num="
|
|
316
|
-
<line num="
|
|
317
|
-
<line num="
|
|
318
|
-
<line num="
|
|
319
|
-
<line num="
|
|
320
|
-
<line num="
|
|
321
|
-
<line num="
|
|
322
|
-
<line num="
|
|
323
|
-
<line num="
|
|
324
|
-
<line num="
|
|
325
|
-
<line num="
|
|
326
|
-
<line num="
|
|
327
|
-
<line num="
|
|
328
|
-
<line num="
|
|
329
|
-
<line num="
|
|
330
|
-
<line num="
|
|
331
|
-
<line num="
|
|
332
|
-
<line num="
|
|
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"/>
|
|
301
|
+
<line num="319" count="1" type="stmt"/>
|
|
302
|
+
<line num="332" count="2" type="stmt"/>
|
|
303
|
+
<line num="333" count="5" type="stmt"/>
|
|
304
|
+
<line num="335" count="3" type="stmt"/>
|
|
305
|
+
<line num="337" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
306
|
+
<line num="338" count="2" type="stmt"/>
|
|
307
|
+
<line num="341" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
308
|
+
<line num="342" count="1" type="stmt"/>
|
|
309
|
+
<line num="345" count="0" type="stmt"/>
|
|
310
|
+
<line num="359" count="2" type="stmt"/>
|
|
311
|
+
<line num="360" count="7" type="cond" truecount="4" falsecount="0"/>
|
|
312
|
+
<line num="361" count="2" type="stmt"/>
|
|
313
|
+
<line num="368" count="5" type="cond" truecount="4" falsecount="0"/>
|
|
314
|
+
<line num="369" count="1" type="stmt"/>
|
|
315
|
+
<line num="376" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
316
|
+
<line num="377" count="1" type="stmt"/>
|
|
317
|
+
<line num="384" count="3" type="stmt"/>
|
|
318
|
+
<line num="386" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
319
|
+
<line num="387" count="1" type="stmt"/>
|
|
320
|
+
<line num="390" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
321
|
+
<line num="391" count="1" type="stmt"/>
|
|
322
|
+
<line num="394" count="1" type="stmt"/>
|
|
323
|
+
<line num="406" count="2" type="stmt"/>
|
|
324
|
+
<line num="407" count="3" type="stmt"/>
|
|
325
|
+
<line num="409" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
326
|
+
<line num="410" count="1" type="stmt"/>
|
|
327
|
+
<line num="413" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
328
|
+
<line num="414" count="1" type="stmt"/>
|
|
329
|
+
<line num="417" count="1" type="stmt"/>
|
|
330
|
+
<line num="429" count="2" type="stmt"/>
|
|
331
|
+
<line num="430" count="3" type="stmt"/>
|
|
332
|
+
<line num="432" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
333
|
+
<line num="433" count="1" type="stmt"/>
|
|
334
|
+
<line num="436" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
335
|
+
<line num="437" count="1" type="stmt"/>
|
|
336
|
+
<line num="440" count="1" type="stmt"/>
|
|
338
337
|
</file>
|
|
339
338
|
<file name="users.js" path="/builds/3dlinkweb/apacuana/libs/apacuana-sdk-core/main/src/api/users.js">
|
|
340
339
|
<metrics statements="13" coveredstatements="13" conditionals="12" coveredconditionals="11" methods="1" coveredmethods="1"/>
|
|
@@ -395,7 +394,7 @@
|
|
|
395
394
|
</file>
|
|
396
395
|
</package>
|
|
397
396
|
<package name="src.utils">
|
|
398
|
-
<metrics statements="
|
|
397
|
+
<metrics statements="157" coveredstatements="16" conditionals="184" coveredconditionals="0" methods="21" coveredmethods="0"/>
|
|
399
398
|
<file name="constant.js" path="/builds/3dlinkweb/apacuana/libs/apacuana-sdk-core/main/src/utils/constant.js">
|
|
400
399
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
401
400
|
<line num="1" count="9" type="stmt"/>
|
|
@@ -403,7 +402,7 @@
|
|
|
403
402
|
<line num="17" count="9" type="stmt"/>
|
|
404
403
|
</file>
|
|
405
404
|
<file name="helpers.js" path="/builds/3dlinkweb/apacuana/libs/apacuana-sdk-core/main/src/utils/helpers.js">
|
|
406
|
-
<metrics statements="
|
|
405
|
+
<metrics statements="102" coveredstatements="10" conditionals="134" coveredconditionals="0" methods="14" coveredmethods="0"/>
|
|
407
406
|
<line num="6" count="2" type="stmt"/>
|
|
408
407
|
<line num="8" count="2" type="stmt"/>
|
|
409
408
|
<line num="9" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
@@ -433,50 +432,82 @@
|
|
|
433
432
|
<line num="59" count="0" type="stmt"/>
|
|
434
433
|
<line num="65" count="0" type="stmt"/>
|
|
435
434
|
<line num="68" count="2" type="stmt"/>
|
|
436
|
-
<line num="69" count="0" type="
|
|
437
|
-
<line num="
|
|
438
|
-
<line num="
|
|
439
|
-
<line num="
|
|
440
|
-
<line num="
|
|
441
|
-
<line num="
|
|
435
|
+
<line num="69" count="0" type="stmt"/>
|
|
436
|
+
<line num="72" count="0" type="stmt"/>
|
|
437
|
+
<line num="75" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
438
|
+
<line num="77" count="0" type="stmt"/>
|
|
439
|
+
<line num="78" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
440
|
+
<line num="79" count="0" type="stmt"/>
|
|
441
|
+
<line num="82" count="0" type="stmt"/>
|
|
442
|
+
<line num="85" count="2" type="stmt"/>
|
|
442
443
|
<line num="87" count="0" type="stmt"/>
|
|
443
|
-
<line num="
|
|
444
|
-
<line num="
|
|
445
|
-
<line num="
|
|
444
|
+
<line num="89" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
445
|
+
<line num="93" count="0" type="stmt"/>
|
|
446
|
+
<line num="101" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
446
447
|
<line num="106" count="0" type="stmt"/>
|
|
447
|
-
<line num="
|
|
448
|
-
<line num="114" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
448
|
+
<line num="110" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
449
449
|
<line num="115" count="0" type="stmt"/>
|
|
450
|
-
<line num="
|
|
451
|
-
<line num="
|
|
452
|
-
<line num="
|
|
450
|
+
<line num="119" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
451
|
+
<line num="120" count="0" type="stmt"/>
|
|
452
|
+
<line num="127" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
453
|
+
<line num="128" count="0" type="stmt"/>
|
|
453
454
|
<line num="135" count="0" type="stmt"/>
|
|
454
|
-
<line num="
|
|
455
|
-
<line num="
|
|
456
|
-
<line num="
|
|
457
|
-
<line num="
|
|
458
|
-
<line num="
|
|
459
|
-
<line num="
|
|
460
|
-
<line num="
|
|
461
|
-
<line num="
|
|
462
|
-
<line num="
|
|
463
|
-
<line num="
|
|
464
|
-
<line num="
|
|
465
|
-
<line num="
|
|
466
|
-
<line num="
|
|
467
|
-
<line num="
|
|
468
|
-
<line num="
|
|
469
|
-
<line num="
|
|
470
|
-
<line num="
|
|
471
|
-
<line num="
|
|
472
|
-
<line num="
|
|
473
|
-
<line num="
|
|
474
|
-
<line num="
|
|
475
|
-
<line num="
|
|
476
|
-
<line num="
|
|
455
|
+
<line num="136" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
456
|
+
<line num="140" count="0" type="stmt"/>
|
|
457
|
+
<line num="147" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
458
|
+
<line num="148" count="0" type="stmt"/>
|
|
459
|
+
<line num="155" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
460
|
+
<line num="159" count="0" type="stmt"/>
|
|
461
|
+
<line num="166" count="0" type="stmt"/>
|
|
462
|
+
<line num="167" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
463
|
+
<line num="168" count="0" type="stmt"/>
|
|
464
|
+
<line num="177" count="0" type="cond" truecount="0" falsecount="5"/>
|
|
465
|
+
<line num="178" count="0" type="stmt"/>
|
|
466
|
+
<line num="187" count="0" type="cond" truecount="0" falsecount="5"/>
|
|
467
|
+
<line num="188" count="0" type="stmt"/>
|
|
468
|
+
<line num="198" count="0" type="stmt"/>
|
|
469
|
+
<line num="199" count="0" type="stmt"/>
|
|
470
|
+
<line num="200" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
471
|
+
<line num="201" count="0" type="stmt"/>
|
|
472
|
+
<line num="202" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
473
|
+
<line num="203" count="0" type="stmt"/>
|
|
474
|
+
<line num="204" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
475
|
+
<line num="205" count="0" type="stmt"/>
|
|
476
|
+
<line num="209" count="0" type="stmt"/>
|
|
477
|
+
<line num="212" count="2" type="stmt"/>
|
|
478
|
+
<line num="213" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
479
|
+
<line num="220" count="0" type="stmt"/>
|
|
480
|
+
<line num="229" count="2" type="stmt"/>
|
|
481
|
+
<line num="230" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
482
|
+
<line num="235" count="0" type="stmt"/>
|
|
483
|
+
<line num="242" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
484
|
+
<line num="246" count="0" type="stmt"/>
|
|
485
|
+
<line num="254" count="2" type="stmt"/>
|
|
486
|
+
<line num="255" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
487
|
+
<line num="262" count="0" type="stmt"/>
|
|
488
|
+
<line num="270" count="2" type="stmt"/>
|
|
489
|
+
<line num="271" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
490
|
+
<line num="272" count="0" type="stmt"/>
|
|
491
|
+
<line num="279" count="0" type="stmt"/>
|
|
492
|
+
<line num="281" count="0" type="cond" truecount="0" falsecount="5"/>
|
|
493
|
+
<line num="282" count="0" type="stmt"/>
|
|
494
|
+
<line num="289" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
495
|
+
<line num="290" count="0" type="stmt"/>
|
|
496
|
+
<line num="297" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
497
|
+
<line num="298" count="0" type="stmt"/>
|
|
498
|
+
<line num="305" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
499
|
+
<line num="306" count="0" type="stmt"/>
|
|
500
|
+
<line num="313" count="0" type="stmt"/>
|
|
501
|
+
<line num="314" count="0" type="stmt"/>
|
|
502
|
+
<line num="317" count="0" type="stmt"/>
|
|
503
|
+
<line num="325" count="0" type="stmt"/>
|
|
504
|
+
<line num="326" count="0" type="stmt"/>
|
|
505
|
+
<line num="327" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
506
|
+
<line num="328" count="0" type="stmt"/>
|
|
507
|
+
<line num="331" count="0" type="stmt"/>
|
|
477
508
|
</file>
|
|
478
509
|
<file name="httpClient.js" path="/builds/3dlinkweb/apacuana/libs/apacuana-sdk-core/main/src/utils/httpClient.js">
|
|
479
|
-
<metrics statements="
|
|
510
|
+
<metrics statements="52" coveredstatements="3" conditionals="50" coveredconditionals="0" methods="7" coveredmethods="0"/>
|
|
480
511
|
<line num="12" count="3" type="stmt"/>
|
|
481
512
|
<line num="13" count="0" type="stmt"/>
|
|
482
513
|
<line num="15" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
@@ -505,28 +536,30 @@
|
|
|
505
536
|
<line num="122" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
506
537
|
<line num="123" count="0" type="stmt"/>
|
|
507
538
|
<line num="130" count="0" type="stmt"/>
|
|
508
|
-
<line num="132" count="0" type="
|
|
509
|
-
<line num="133" count="0" type="
|
|
510
|
-
<line num="135" count="0" type="
|
|
511
|
-
<line num="136" count="0" type="
|
|
512
|
-
<line num="
|
|
513
|
-
<line num="
|
|
539
|
+
<line num="132" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
540
|
+
<line num="133" count="0" type="stmt"/>
|
|
541
|
+
<line num="135" count="0" type="stmt"/>
|
|
542
|
+
<line num="136" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
543
|
+
<line num="138" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
544
|
+
<line num="139" count="0" type="stmt"/>
|
|
514
545
|
<line num="140" count="0" type="stmt"/>
|
|
515
|
-
<line num="
|
|
516
|
-
<line num="
|
|
517
|
-
<line num="
|
|
518
|
-
<line num="148" count="0" type="stmt"/>
|
|
546
|
+
<line num="141" count="0" type="stmt"/>
|
|
547
|
+
<line num="143" count="0" type="stmt"/>
|
|
548
|
+
<line num="145" count="0" type="stmt"/>
|
|
519
549
|
<line num="149" count="0" type="stmt"/>
|
|
520
|
-
<line num="151" count="0" type="
|
|
521
|
-
<line num="
|
|
550
|
+
<line num="151" count="0" type="cond" truecount="0" falsecount="5"/>
|
|
551
|
+
<line num="153" count="0" type="stmt"/>
|
|
522
552
|
<line num="154" count="0" type="stmt"/>
|
|
523
|
-
<line num="
|
|
553
|
+
<line num="156" count="0" type="stmt"/>
|
|
524
554
|
<line num="157" count="0" type="stmt"/>
|
|
525
|
-
<line num="
|
|
526
|
-
<line num="
|
|
527
|
-
<line num="
|
|
528
|
-
<line num="
|
|
529
|
-
<line num="
|
|
555
|
+
<line num="159" count="0" type="stmt"/>
|
|
556
|
+
<line num="160" count="0" type="stmt"/>
|
|
557
|
+
<line num="162" count="0" type="stmt"/>
|
|
558
|
+
<line num="166" count="0" type="stmt"/>
|
|
559
|
+
<line num="168" count="0" type="stmt"/>
|
|
560
|
+
<line num="175" count="0" type="stmt"/>
|
|
561
|
+
<line num="177" count="0" type="stmt"/>
|
|
562
|
+
<line num="178" count="0" type="stmt"/>
|
|
530
563
|
</file>
|
|
531
564
|
</package>
|
|
532
565
|
</project>
|