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