topkat-utils 1.3.9 → 1.3.11

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 (37) hide show
  1. package/coverage/clover.xml +150 -158
  2. package/coverage/coverage-final.json +4 -4
  3. package/coverage/lcov-report/clean-stack-trace.ts.html +1 -1
  4. package/coverage/lcov-report/config.ts.html +7 -19
  5. package/coverage/lcov-report/error-utils.ts.html +15 -6
  6. package/coverage/lcov-report/index.html +35 -35
  7. package/coverage/lcov-report/is-empty.ts.html +1 -1
  8. package/coverage/lcov-report/is-nodejs.ts.html +1 -1
  9. package/coverage/lcov-report/is-object.ts.html +1 -1
  10. package/coverage/lcov-report/isset.ts.html +1 -1
  11. package/coverage/lcov-report/logger-utils.ts.html +22 -43
  12. package/coverage/lcov-report/loop-utils.ts.html +1 -1
  13. package/coverage/lcov-report/math-utils.ts.html +1 -1
  14. package/coverage/lcov-report/object-utils.ts.html +15 -15
  15. package/coverage/lcov-report/regexp-utils.ts.html +1 -1
  16. package/coverage/lcov-report/remove-circular-json-stringify.ts.html +1 -1
  17. package/coverage/lcov-report/string-utils.ts.html +1 -1
  18. package/coverage/lcov-report/timer-utils.ts.html +1 -1
  19. package/coverage/lcov-report/transaction-utils.ts.html +1 -1
  20. package/coverage/lcov.info +200 -210
  21. package/dist/src/config.d.ts +0 -2
  22. package/dist/src/config.js +0 -2
  23. package/dist/src/config.js.map +1 -1
  24. package/dist/src/error-utils.d.ts +1 -0
  25. package/dist/src/error-utils.js +3 -0
  26. package/dist/src/error-utils.js.map +1 -1
  27. package/dist/src/logger-utils.d.ts +5 -5
  28. package/dist/src/logger-utils.js +14 -20
  29. package/dist/src/logger-utils.js.map +1 -1
  30. package/dist/src/object-utils.d.ts +1 -1
  31. package/dist/src/object-utils.js +1 -1
  32. package/dist/src/object-utils.js.map +1 -1
  33. package/package.json +2 -1
  34. package/src/config.ts +0 -4
  35. package/src/error-utils.ts +3 -0
  36. package/src/logger-utils.ts +14 -21
  37. package/src/object-utils.ts +2 -2
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1742335290069" clover="3.2.0">
3
- <project timestamp="1742335290069" name="All files">
4
- <metrics statements="1936" coveredstatements="764" conditionals="52" coveredconditionals="30" methods="137" coveredmethods="13" elements="2125" coveredelements="807" complexity="0" loc="1936" ncloc="1936" packages="1" files="16" classes="16"/>
2
+ <coverage generated="1742384480353" clover="3.2.0">
3
+ <project timestamp="1742384480353" name="All files">
4
+ <metrics statements="1928" coveredstatements="753" conditionals="52" coveredconditionals="31" methods="136" coveredmethods="13" elements="2116" coveredelements="797" complexity="0" loc="1928" ncloc="1928" packages="1" files="16" classes="16"/>
5
5
  <file name="clean-stack-trace.ts" path="/Users/garcias/DEV/modules/topkat-utils/src/clean-stack-trace.ts">
6
6
  <metrics statements="38" coveredstatements="38" conditionals="7" coveredconditionals="6" methods="1" coveredmethods="1"/>
7
7
  <line num="1" count="2" type="stmt"/>
@@ -44,7 +44,7 @@
44
44
  <line num="38" count="2" type="stmt"/>
45
45
  </file>
46
46
  <file name="config.ts" path="/Users/garcias/DEV/modules/topkat-utils/src/config.ts">
47
- <metrics statements="94" coveredstatements="68" conditionals="1" coveredconditionals="1" methods="2" coveredmethods="1"/>
47
+ <metrics statements="90" coveredstatements="64" conditionals="1" coveredconditionals="1" methods="2" coveredmethods="1"/>
48
48
  <line num="1" count="2" type="stmt"/>
49
49
  <line num="2" count="2" type="stmt"/>
50
50
  <line num="3" count="2" type="stmt"/>
@@ -99,12 +99,12 @@
99
99
  <line num="52" count="2" type="stmt"/>
100
100
  <line num="53" count="2" type="stmt"/>
101
101
  <line num="54" count="2" type="stmt"/>
102
- <line num="55" count="2" type="stmt"/>
102
+ <line num="55" count="8" type="cond" truecount="1" falsecount="0"/>
103
103
  <line num="56" count="2" type="stmt"/>
104
- <line num="57" count="2" type="stmt"/>
105
- <line num="58" count="2" type="stmt"/>
106
- <line num="59" count="10" type="cond" truecount="1" falsecount="0"/>
107
- <line num="60" count="2" type="stmt"/>
104
+ <line num="57" count="0" type="stmt"/>
105
+ <line num="58" count="0" type="stmt"/>
106
+ <line num="59" count="0" type="stmt"/>
107
+ <line num="60" count="0" type="stmt"/>
108
108
  <line num="61" count="0" type="stmt"/>
109
109
  <line num="62" count="0" type="stmt"/>
110
110
  <line num="63" count="0" type="stmt"/>
@@ -127,21 +127,17 @@
127
127
  <line num="80" count="0" type="stmt"/>
128
128
  <line num="81" count="0" type="stmt"/>
129
129
  <line num="82" count="0" type="stmt"/>
130
- <line num="83" count="0" type="stmt"/>
131
- <line num="84" count="0" type="stmt"/>
132
- <line num="85" count="0" type="stmt"/>
133
- <line num="86" count="0" type="stmt"/>
130
+ <line num="83" count="2" type="stmt"/>
131
+ <line num="84" count="2" type="stmt"/>
132
+ <line num="85" count="2" type="stmt"/>
133
+ <line num="86" count="2" type="stmt"/>
134
134
  <line num="87" count="2" type="stmt"/>
135
135
  <line num="88" count="2" type="stmt"/>
136
136
  <line num="89" count="2" type="stmt"/>
137
137
  <line num="90" count="2" type="stmt"/>
138
- <line num="91" count="2" type="stmt"/>
139
- <line num="92" count="2" type="stmt"/>
140
- <line num="93" count="2" type="stmt"/>
141
- <line num="94" count="2" type="stmt"/>
142
138
  </file>
143
139
  <file name="error-utils.ts" path="/Users/garcias/DEV/modules/topkat-utils/src/error-utils.ts">
144
- <metrics statements="216" coveredstatements="29" conditionals="1" coveredconditionals="0" methods="10" coveredmethods="0"/>
140
+ <metrics statements="219" coveredstatements="29" conditionals="1" coveredconditionals="0" methods="10" coveredmethods="0"/>
145
141
  <line num="1" count="2" type="stmt"/>
146
142
  <line num="2" count="2" type="stmt"/>
147
143
  <line num="3" count="2" type="stmt"/>
@@ -354,10 +350,13 @@
354
350
  <line num="210" count="0" type="stmt"/>
355
351
  <line num="211" count="0" type="stmt"/>
356
352
  <line num="212" count="0" type="stmt"/>
357
- <line num="213" count="2" type="stmt"/>
353
+ <line num="213" count="0" type="stmt"/>
358
354
  <line num="214" count="0" type="stmt"/>
359
355
  <line num="215" count="0" type="stmt"/>
360
- <line num="216" count="0" type="stmt"/>
356
+ <line num="216" count="2" type="stmt"/>
357
+ <line num="217" count="0" type="stmt"/>
358
+ <line num="218" count="0" type="stmt"/>
359
+ <line num="219" count="0" type="stmt"/>
361
360
  </file>
362
361
  <file name="is-empty.ts" path="/Users/garcias/DEV/modules/topkat-utils/src/is-empty.ts">
363
362
  <metrics statements="7" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
@@ -394,7 +393,7 @@
394
393
  <line num="3" count="38" type="stmt"/>
395
394
  </file>
396
395
  <file name="logger-utils.ts" path="/Users/garcias/DEV/modules/topkat-utils/src/logger-utils.ts">
397
- <metrics statements="364" coveredstatements="150" conditionals="22" coveredconditionals="6" methods="40" coveredmethods="5"/>
396
+ <metrics statements="357" coveredstatements="146" conditionals="22" coveredconditionals="7" methods="40" coveredmethods="5"/>
398
397
  <line num="1" count="2" type="stmt"/>
399
398
  <line num="2" count="2" type="stmt"/>
400
399
  <line num="3" count="2" type="stmt"/>
@@ -416,19 +415,19 @@
416
415
  <line num="19" count="2" type="cond" truecount="0" falsecount="1"/>
417
416
  <line num="20" count="2" type="stmt"/>
418
417
  <line num="21" count="2" type="stmt"/>
419
- <line num="22" count="2" type="cond" truecount="0" falsecount="1"/>
418
+ <line num="22" count="0" type="cond" truecount="0" falsecount="1"/>
420
419
  <line num="23" count="2" type="stmt"/>
421
420
  <line num="24" count="2" type="stmt"/>
422
421
  <line num="25" count="2" type="stmt"/>
423
- <line num="26" count="0" type="cond" truecount="0" falsecount="1"/>
422
+ <line num="26" count="2" type="stmt"/>
424
423
  <line num="27" count="2" type="stmt"/>
425
424
  <line num="28" count="2" type="stmt"/>
426
425
  <line num="29" count="2" type="stmt"/>
427
426
  <line num="30" count="2" type="stmt"/>
428
- <line num="31" count="2" type="stmt"/>
429
- <line num="32" count="2" type="stmt"/>
430
- <line num="33" count="2" type="stmt"/>
431
- <line num="34" count="2" type="stmt"/>
427
+ <line num="31" count="0" type="stmt"/>
428
+ <line num="32" count="0" type="stmt"/>
429
+ <line num="33" count="0" type="stmt"/>
430
+ <line num="34" count="0" type="stmt"/>
432
431
  <line num="35" count="0" type="stmt"/>
433
432
  <line num="36" count="0" type="stmt"/>
434
433
  <line num="37" count="0" type="stmt"/>
@@ -450,14 +449,14 @@
450
449
  <line num="53" count="0" type="stmt"/>
451
450
  <line num="54" count="0" type="stmt"/>
452
451
  <line num="55" count="0" type="stmt"/>
453
- <line num="56" count="0" type="stmt"/>
454
- <line num="57" count="0" type="stmt"/>
452
+ <line num="56" count="2" type="stmt"/>
453
+ <line num="57" count="2" type="stmt"/>
455
454
  <line num="58" count="0" type="stmt"/>
456
455
  <line num="59" count="0" type="stmt"/>
457
456
  <line num="60" count="2" type="stmt"/>
458
457
  <line num="61" count="2" type="stmt"/>
459
- <line num="62" count="0" type="stmt"/>
460
- <line num="63" count="0" type="stmt"/>
458
+ <line num="62" count="2" type="stmt"/>
459
+ <line num="63" count="2" type="stmt"/>
461
460
  <line num="64" count="2" type="stmt"/>
462
461
  <line num="65" count="2" type="stmt"/>
463
462
  <line num="66" count="2" type="stmt"/>
@@ -476,27 +475,27 @@
476
475
  <line num="79" count="2" type="stmt"/>
477
476
  <line num="80" count="2" type="stmt"/>
478
477
  <line num="81" count="2" type="stmt"/>
479
- <line num="82" count="2" type="stmt"/>
480
- <line num="83" count="2" type="stmt"/>
478
+ <line num="82" count="0" type="stmt"/>
479
+ <line num="83" count="0" type="stmt"/>
481
480
  <line num="84" count="2" type="stmt"/>
482
481
  <line num="85" count="2" type="stmt"/>
483
- <line num="86" count="0" type="stmt"/>
484
- <line num="87" count="0" type="stmt"/>
485
- <line num="88" count="2" type="stmt"/>
482
+ <line num="86" count="2" type="stmt"/>
483
+ <line num="87" count="2" type="stmt"/>
484
+ <line num="88" count="2" type="cond" truecount="1" falsecount="1"/>
486
485
  <line num="89" count="2" type="stmt"/>
487
486
  <line num="90" count="2" type="stmt"/>
488
487
  <line num="91" count="2" type="stmt"/>
489
- <line num="92" count="2" type="cond" truecount="1" falsecount="1"/>
488
+ <line num="92" count="0" type="stmt"/>
490
489
  <line num="93" count="2" type="stmt"/>
491
490
  <line num="94" count="2" type="stmt"/>
492
491
  <line num="95" count="2" type="stmt"/>
493
- <line num="96" count="0" type="stmt"/>
494
- <line num="97" count="0" type="stmt"/>
495
- <line num="98" count="2" type="stmt"/>
496
- <line num="99" count="2" type="stmt"/>
497
- <line num="100" count="2" type="stmt"/>
498
- <line num="101" count="2" type="stmt"/>
499
- <line num="102" count="2" type="stmt"/>
492
+ <line num="96" count="2" type="stmt"/>
493
+ <line num="97" count="2" type="stmt"/>
494
+ <line num="98" count="0" type="stmt"/>
495
+ <line num="99" count="0" type="stmt"/>
496
+ <line num="100" count="0" type="stmt"/>
497
+ <line num="101" count="0" type="stmt"/>
498
+ <line num="102" count="0" type="stmt"/>
500
499
  <line num="103" count="0" type="stmt"/>
501
500
  <line num="104" count="0" type="stmt"/>
502
501
  <line num="105" count="0" type="stmt"/>
@@ -504,14 +503,14 @@
504
503
  <line num="107" count="0" type="stmt"/>
505
504
  <line num="108" count="0" type="stmt"/>
506
505
  <line num="109" count="0" type="stmt"/>
507
- <line num="110" count="0" type="stmt"/>
508
- <line num="111" count="0" type="stmt"/>
509
- <line num="112" count="0" type="stmt"/>
506
+ <line num="110" count="2" type="stmt"/>
507
+ <line num="111" count="2" type="stmt"/>
508
+ <line num="112" count="2" type="stmt"/>
510
509
  <line num="113" count="0" type="stmt"/>
511
- <line num="114" count="0" type="stmt"/>
510
+ <line num="114" count="2" type="stmt"/>
512
511
  <line num="115" count="2" type="stmt"/>
513
- <line num="116" count="2" type="stmt"/>
514
- <line num="117" count="2" type="stmt"/>
512
+ <line num="116" count="0" type="stmt"/>
513
+ <line num="117" count="0" type="stmt"/>
515
514
  <line num="118" count="0" type="stmt"/>
516
515
  <line num="119" count="2" type="stmt"/>
517
516
  <line num="120" count="2" type="stmt"/>
@@ -519,53 +518,53 @@
519
518
  <line num="122" count="0" type="stmt"/>
520
519
  <line num="123" count="0" type="stmt"/>
521
520
  <line num="124" count="0" type="stmt"/>
522
- <line num="125" count="2" type="stmt"/>
521
+ <line num="125" count="0" type="stmt"/>
523
522
  <line num="126" count="2" type="stmt"/>
524
- <line num="127" count="0" type="stmt"/>
523
+ <line num="127" count="2" type="stmt"/>
525
524
  <line num="128" count="0" type="stmt"/>
526
525
  <line num="129" count="0" type="stmt"/>
527
526
  <line num="130" count="0" type="stmt"/>
528
527
  <line num="131" count="0" type="stmt"/>
529
528
  <line num="132" count="2" type="stmt"/>
530
529
  <line num="133" count="2" type="stmt"/>
531
- <line num="134" count="0" type="stmt"/>
532
- <line num="135" count="0" type="stmt"/>
533
- <line num="136" count="0" type="stmt"/>
534
- <line num="137" count="0" type="stmt"/>
530
+ <line num="134" count="2" type="stmt"/>
531
+ <line num="135" count="2" type="stmt"/>
532
+ <line num="136" count="2" type="cond" truecount="1" falsecount="0"/>
533
+ <line num="137" count="2" type="stmt"/>
535
534
  <line num="138" count="2" type="stmt"/>
536
535
  <line num="139" count="2" type="stmt"/>
537
536
  <line num="140" count="2" type="stmt"/>
538
537
  <line num="141" count="2" type="stmt"/>
539
- <line num="142" count="2" type="cond" truecount="1" falsecount="0"/>
540
- <line num="143" count="2" type="stmt"/>
541
- <line num="144" count="2" type="stmt"/>
538
+ <line num="142" count="0" type="stmt"/>
539
+ <line num="143" count="0" type="stmt"/>
540
+ <line num="144" count="0" type="stmt"/>
542
541
  <line num="145" count="2" type="stmt"/>
543
542
  <line num="146" count="2" type="stmt"/>
544
- <line num="147" count="2" type="stmt"/>
543
+ <line num="147" count="0" type="stmt"/>
545
544
  <line num="148" count="0" type="stmt"/>
546
545
  <line num="149" count="0" type="stmt"/>
547
546
  <line num="150" count="0" type="stmt"/>
548
547
  <line num="151" count="2" type="stmt"/>
549
548
  <line num="152" count="2" type="stmt"/>
550
- <line num="153" count="0" type="stmt"/>
551
- <line num="154" count="0" type="stmt"/>
549
+ <line num="153" count="2" type="stmt"/>
550
+ <line num="154" count="2" type="stmt"/>
552
551
  <line num="155" count="0" type="stmt"/>
553
552
  <line num="156" count="0" type="stmt"/>
554
- <line num="157" count="2" type="stmt"/>
555
- <line num="158" count="2" type="stmt"/>
556
- <line num="159" count="2" type="stmt"/>
557
- <line num="160" count="2" type="stmt"/>
553
+ <line num="157" count="0" type="stmt"/>
554
+ <line num="158" count="0" type="stmt"/>
555
+ <line num="159" count="0" type="stmt"/>
556
+ <line num="160" count="0" type="stmt"/>
558
557
  <line num="161" count="0" type="stmt"/>
559
- <line num="162" count="0" type="stmt"/>
560
- <line num="163" count="0" type="stmt"/>
561
- <line num="164" count="0" type="stmt"/>
562
- <line num="165" count="0" type="stmt"/>
558
+ <line num="162" count="2" type="stmt"/>
559
+ <line num="163" count="2" type="stmt"/>
560
+ <line num="164" count="2" type="stmt"/>
561
+ <line num="165" count="2" type="stmt"/>
563
562
  <line num="166" count="0" type="stmt"/>
564
563
  <line num="167" count="0" type="stmt"/>
565
- <line num="168" count="2" type="stmt"/>
566
- <line num="169" count="2" type="stmt"/>
567
- <line num="170" count="2" type="stmt"/>
568
- <line num="171" count="2" type="stmt"/>
564
+ <line num="168" count="0" type="stmt"/>
565
+ <line num="169" count="0" type="stmt"/>
566
+ <line num="170" count="0" type="stmt"/>
567
+ <line num="171" count="0" type="stmt"/>
569
568
  <line num="172" count="0" type="stmt"/>
570
569
  <line num="173" count="0" type="stmt"/>
571
570
  <line num="174" count="0" type="stmt"/>
@@ -573,72 +572,72 @@
573
572
  <line num="176" count="0" type="stmt"/>
574
573
  <line num="177" count="0" type="stmt"/>
575
574
  <line num="178" count="0" type="stmt"/>
576
- <line num="179" count="0" type="stmt"/>
577
- <line num="180" count="0" type="stmt"/>
575
+ <line num="179" count="2" type="stmt"/>
576
+ <line num="180" count="2" type="stmt"/>
578
577
  <line num="181" count="0" type="stmt"/>
579
578
  <line num="182" count="0" type="stmt"/>
580
- <line num="183" count="0" type="stmt"/>
581
- <line num="184" count="0" type="stmt"/>
582
- <line num="185" count="0" type="stmt"/>
583
- <line num="186" count="2" type="stmt"/>
584
- <line num="187" count="2" type="stmt"/>
579
+ <line num="183" count="2" type="stmt"/>
580
+ <line num="184" count="2" type="stmt"/>
581
+ <line num="185" count="2" type="stmt"/>
582
+ <line num="186" count="0" type="stmt"/>
583
+ <line num="187" count="0" type="stmt"/>
585
584
  <line num="188" count="0" type="stmt"/>
586
585
  <line num="189" count="0" type="stmt"/>
587
- <line num="190" count="2" type="stmt"/>
588
- <line num="191" count="2" type="stmt"/>
586
+ <line num="190" count="0" type="stmt"/>
587
+ <line num="191" count="0" type="stmt"/>
589
588
  <line num="192" count="2" type="stmt"/>
590
- <line num="193" count="0" type="stmt"/>
591
- <line num="194" count="0" type="stmt"/>
592
- <line num="195" count="0" type="stmt"/>
593
- <line num="196" count="0" type="stmt"/>
594
- <line num="197" count="0" type="stmt"/>
595
- <line num="198" count="0" type="stmt"/>
596
- <line num="199" count="2" type="stmt"/>
597
- <line num="200" count="2" type="stmt"/>
598
- <line num="201" count="2" type="cond" truecount="1" falsecount="0"/>
599
- <line num="202" count="2" type="stmt"/>
589
+ <line num="193" count="2" type="stmt"/>
590
+ <line num="194" count="2" type="cond" truecount="1" falsecount="0"/>
591
+ <line num="195" count="2" type="stmt"/>
592
+ <line num="196" count="2" type="stmt"/>
593
+ <line num="197" count="2" type="cond" truecount="0" falsecount="1"/>
594
+ <line num="198" count="2" type="stmt"/>
595
+ <line num="199" count="2" type="cond" truecount="0" falsecount="1"/>
596
+ <line num="200" count="2" type="cond" truecount="0" falsecount="1"/>
597
+ <line num="201" count="2" type="cond" truecount="0" falsecount="1"/>
598
+ <line num="202" count="2" type="cond" truecount="0" falsecount="2"/>
600
599
  <line num="203" count="2" type="stmt"/>
601
- <line num="204" count="2" type="cond" truecount="0" falsecount="1"/>
602
- <line num="205" count="2" type="stmt"/>
603
- <line num="206" count="2" type="cond" truecount="0" falsecount="1"/>
604
- <line num="207" count="2" type="cond" truecount="0" falsecount="1"/>
605
- <line num="208" count="2" type="cond" truecount="0" falsecount="1"/>
606
- <line num="209" count="2" type="cond" truecount="0" falsecount="2"/>
607
- <line num="210" count="2" type="stmt"/>
608
- <line num="211" count="2" type="cond" truecount="1" falsecount="0"/>
609
- <line num="212" count="2" type="cond" truecount="0" falsecount="1"/>
610
- <line num="213" count="2" type="stmt"/>
611
- <line num="214" count="2" type="stmt"/>
612
- <line num="215" count="0" type="cond" truecount="0" falsecount="1"/>
613
- <line num="216" count="2" type="cond" truecount="0" falsecount="1"/>
600
+ <line num="204" count="2" type="cond" truecount="1" falsecount="0"/>
601
+ <line num="205" count="2" type="cond" truecount="0" falsecount="1"/>
602
+ <line num="206" count="2" type="stmt"/>
603
+ <line num="207" count="2" type="stmt"/>
604
+ <line num="208" count="0" type="cond" truecount="0" falsecount="1"/>
605
+ <line num="209" count="2" type="cond" truecount="0" falsecount="1"/>
606
+ <line num="210" count="0" type="stmt"/>
607
+ <line num="211" count="0" type="stmt"/>
608
+ <line num="212" count="0" type="stmt"/>
609
+ <line num="213" count="0" type="stmt"/>
610
+ <line num="214" count="0" type="stmt"/>
611
+ <line num="215" count="0" type="stmt"/>
612
+ <line num="216" count="0" type="stmt"/>
614
613
  <line num="217" count="0" type="stmt"/>
615
614
  <line num="218" count="0" type="stmt"/>
616
615
  <line num="219" count="0" type="stmt"/>
617
616
  <line num="220" count="0" type="stmt"/>
618
- <line num="221" count="0" type="stmt"/>
619
- <line num="222" count="0" type="stmt"/>
620
- <line num="223" count="0" type="stmt"/>
621
- <line num="224" count="0" type="stmt"/>
622
- <line num="225" count="0" type="stmt"/>
617
+ <line num="221" count="2" type="stmt"/>
618
+ <line num="222" count="2" type="stmt"/>
619
+ <line num="223" count="2" type="stmt"/>
620
+ <line num="224" count="2" type="cond" truecount="1" falsecount="0"/>
621
+ <line num="225" count="2" type="cond" truecount="1" falsecount="1"/>
623
622
  <line num="226" count="0" type="stmt"/>
624
623
  <line num="227" count="0" type="stmt"/>
625
624
  <line num="228" count="2" type="stmt"/>
626
625
  <line num="229" count="2" type="stmt"/>
627
626
  <line num="230" count="2" type="stmt"/>
628
- <line num="231" count="2" type="cond" truecount="1" falsecount="0"/>
627
+ <line num="231" count="2" type="stmt"/>
629
628
  <line num="232" count="2" type="cond" truecount="0" falsecount="1"/>
630
- <line num="233" count="0" type="stmt"/>
631
- <line num="234" count="0" type="stmt"/>
629
+ <line num="233" count="2" type="stmt"/>
630
+ <line num="234" count="2" type="stmt"/>
632
631
  <line num="235" count="2" type="stmt"/>
633
632
  <line num="236" count="2" type="stmt"/>
634
633
  <line num="237" count="2" type="stmt"/>
635
- <line num="238" count="2" type="stmt"/>
636
- <line num="239" count="2" type="cond" truecount="0" falsecount="1"/>
637
- <line num="240" count="2" type="stmt"/>
638
- <line num="241" count="2" type="stmt"/>
639
- <line num="242" count="2" type="stmt"/>
640
- <line num="243" count="2" type="stmt"/>
641
- <line num="244" count="2" type="stmt"/>
634
+ <line num="238" count="0" type="stmt"/>
635
+ <line num="239" count="0" type="stmt"/>
636
+ <line num="240" count="0" type="stmt"/>
637
+ <line num="241" count="0" type="stmt"/>
638
+ <line num="242" count="0" type="stmt"/>
639
+ <line num="243" count="0" type="stmt"/>
640
+ <line num="244" count="0" type="stmt"/>
642
641
  <line num="245" count="0" type="stmt"/>
643
642
  <line num="246" count="0" type="stmt"/>
644
643
  <line num="247" count="0" type="stmt"/>
@@ -649,14 +648,14 @@
649
648
  <line num="252" count="0" type="stmt"/>
650
649
  <line num="253" count="0" type="stmt"/>
651
650
  <line num="254" count="0" type="stmt"/>
652
- <line num="255" count="0" type="stmt"/>
651
+ <line num="255" count="2" type="stmt"/>
653
652
  <line num="256" count="0" type="stmt"/>
654
653
  <line num="257" count="0" type="stmt"/>
655
654
  <line num="258" count="0" type="stmt"/>
656
655
  <line num="259" count="0" type="stmt"/>
657
656
  <line num="260" count="0" type="stmt"/>
658
657
  <line num="261" count="0" type="stmt"/>
659
- <line num="262" count="2" type="stmt"/>
658
+ <line num="262" count="0" type="stmt"/>
660
659
  <line num="263" count="0" type="stmt"/>
661
660
  <line num="264" count="0" type="stmt"/>
662
661
  <line num="265" count="0" type="stmt"/>
@@ -682,31 +681,31 @@
682
681
  <line num="285" count="0" type="stmt"/>
683
682
  <line num="286" count="0" type="stmt"/>
684
683
  <line num="287" count="0" type="stmt"/>
685
- <line num="288" count="0" type="stmt"/>
686
- <line num="289" count="0" type="stmt"/>
687
- <line num="290" count="0" type="stmt"/>
688
- <line num="291" count="0" type="stmt"/>
689
- <line num="292" count="0" type="stmt"/>
690
- <line num="293" count="0" type="stmt"/>
691
- <line num="294" count="0" type="stmt"/>
692
- <line num="295" count="2" type="stmt"/>
693
- <line num="296" count="2" type="stmt"/>
694
- <line num="297" count="2" type="stmt"/>
695
- <line num="298" count="2" type="stmt"/>
696
- <line num="299" count="2" type="stmt"/>
697
- <line num="300" count="2" type="stmt"/>
684
+ <line num="288" count="2" type="stmt"/>
685
+ <line num="289" count="2" type="stmt"/>
686
+ <line num="290" count="2" type="stmt"/>
687
+ <line num="291" count="2" type="stmt"/>
688
+ <line num="292" count="2" type="stmt"/>
689
+ <line num="293" count="2" type="stmt"/>
690
+ <line num="294" count="2" type="stmt"/>
691
+ <line num="295" count="0" type="stmt"/>
692
+ <line num="296" count="0" type="stmt"/>
693
+ <line num="297" count="0" type="stmt"/>
694
+ <line num="298" count="0" type="stmt"/>
695
+ <line num="299" count="0" type="stmt"/>
696
+ <line num="300" count="0" type="stmt"/>
698
697
  <line num="301" count="2" type="stmt"/>
699
- <line num="302" count="0" type="stmt"/>
700
- <line num="303" count="0" type="stmt"/>
701
- <line num="304" count="0" type="stmt"/>
702
- <line num="305" count="0" type="stmt"/>
698
+ <line num="302" count="2" type="stmt"/>
699
+ <line num="303" count="2" type="stmt"/>
700
+ <line num="304" count="2" type="stmt"/>
701
+ <line num="305" count="0" type="cond" truecount="0" falsecount="1"/>
703
702
  <line num="306" count="0" type="stmt"/>
704
703
  <line num="307" count="0" type="stmt"/>
705
- <line num="308" count="2" type="stmt"/>
706
- <line num="309" count="2" type="stmt"/>
707
- <line num="310" count="2" type="stmt"/>
708
- <line num="311" count="2" type="stmt"/>
709
- <line num="312" count="0" type="cond" truecount="0" falsecount="1"/>
704
+ <line num="308" count="0" type="stmt"/>
705
+ <line num="309" count="0" type="stmt"/>
706
+ <line num="310" count="0" type="stmt"/>
707
+ <line num="311" count="0" type="stmt"/>
708
+ <line num="312" count="0" type="stmt"/>
710
709
  <line num="313" count="0" type="stmt"/>
711
710
  <line num="314" count="0" type="stmt"/>
712
711
  <line num="315" count="0" type="stmt"/>
@@ -747,18 +746,11 @@
747
746
  <line num="350" count="0" type="stmt"/>
748
747
  <line num="351" count="0" type="stmt"/>
749
748
  <line num="352" count="0" type="stmt"/>
750
- <line num="353" count="0" type="stmt"/>
751
- <line num="354" count="0" type="stmt"/>
749
+ <line num="353" count="2" type="stmt"/>
750
+ <line num="354" count="2" type="stmt"/>
752
751
  <line num="355" count="0" type="stmt"/>
753
752
  <line num="356" count="0" type="stmt"/>
754
753
  <line num="357" count="0" type="stmt"/>
755
- <line num="358" count="0" type="stmt"/>
756
- <line num="359" count="0" type="stmt"/>
757
- <line num="360" count="2" type="stmt"/>
758
- <line num="361" count="2" type="stmt"/>
759
- <line num="362" count="0" type="stmt"/>
760
- <line num="363" count="0" type="stmt"/>
761
- <line num="364" count="0" type="stmt"/>
762
754
  </file>
763
755
  <file name="loop-utils.ts" path="/Users/garcias/DEV/modules/topkat-utils/src/loop-utils.ts">
764
756
  <metrics statements="163" coveredstatements="77" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="0"/>
@@ -989,7 +981,7 @@
989
981
  <line num="59" count="0" type="stmt"/>
990
982
  </file>
991
983
  <file name="object-utils.ts" path="/Users/garcias/DEV/modules/topkat-utils/src/object-utils.ts">
992
- <metrics statements="463" coveredstatements="136" conditionals="0" coveredconditionals="0" methods="29" coveredmethods="0"/>
984
+ <metrics statements="463" coveredstatements="133" conditionals="0" coveredconditionals="0" methods="28" coveredmethods="0"/>
993
985
  <line num="1" count="2" type="stmt"/>
994
986
  <line num="2" count="2" type="stmt"/>
995
987
  <line num="3" count="2" type="stmt"/>
@@ -1450,9 +1442,9 @@
1450
1442
  <line num="458" count="0" type="stmt"/>
1451
1443
  <line num="459" count="0" type="stmt"/>
1452
1444
  <line num="460" count="0" type="stmt"/>
1453
- <line num="461" count="1" type="stmt"/>
1454
- <line num="462" count="1" type="stmt"/>
1455
- <line num="463" count="1" type="stmt"/>
1445
+ <line num="461" count="0" type="stmt"/>
1446
+ <line num="462" count="0" type="stmt"/>
1447
+ <line num="463" count="0" type="stmt"/>
1456
1448
  </file>
1457
1449
  <file name="regexp-utils.ts" path="/Users/garcias/DEV/modules/topkat-utils/src/regexp-utils.ts">
1458
1450
  <metrics statements="52" coveredstatements="21" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="0"/>