topkat-utils 1.2.116 → 1.3.3
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 +260 -219
- package/coverage/clover.xml +533 -433
- package/coverage/coverage-final.json +9 -9
- 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 +2 -2
- package/coverage/lcov-report/index.html +50 -50
- 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 +65 -50
- package/coverage/lcov-report/loop-utils.ts.html +179 -8
- package/coverage/lcov-report/math-utils.ts.html +35 -8
- package/coverage/lcov-report/object-utils.ts.html +20 -8
- package/coverage/lcov-report/regexp-utils.ts.html +45 -12
- package/coverage/lcov-report/remove-circular-json-stringify.ts.html +1 -1
- package/coverage/lcov-report/string-utils.ts.html +54 -12
- package/coverage/lcov-report/timer-utils.ts.html +2 -2
- package/coverage/lcov-report/transaction-utils.ts.html +1 -1
- package/coverage/lcov.info +634 -559
- package/dist/src/error-utils.js +1 -1
- package/dist/src/error-utils.js.map +1 -1
- package/dist/src/logger-utils.js +3 -0
- package/dist/src/logger-utils.js.map +1 -1
- package/dist/src/loop-utils.d.ts +54 -2
- package/dist/src/loop-utils.js +48 -2
- package/dist/src/loop-utils.js.map +1 -1
- package/dist/src/math-utils.d.ts +1 -1
- package/dist/src/math-utils.js +6 -2
- package/dist/src/math-utils.js.map +1 -1
- package/dist/src/object-utils.d.ts +3 -1
- package/dist/src/object-utils.js +7 -4
- package/dist/src/object-utils.js.map +1 -1
- package/dist/src/regexp-utils.d.ts +9 -4
- package/dist/src/regexp-utils.js +8 -5
- package/dist/src/regexp-utils.js.map +1 -1
- package/dist/src/string-utils.d.ts +13 -4
- package/dist/src/string-utils.js +16 -6
- package/dist/src/string-utils.js.map +1 -1
- package/dist/src/timer-utils.d.ts +1 -1
- package/dist/src/timer-utils.js +1 -1
- package/package.json +45 -8
- package/src/error-utils.ts +1 -1
- package/src/logger-utils.ts +5 -0
- package/src/loop-utils.ts +59 -2
- package/src/math-utils.ts +11 -2
- package/src/object-utils.ts +6 -2
- package/src/regexp-utils.ts +17 -6
- package/src/string-utils.ts +19 -5
- package/src/timer-utils.ts +1 -1
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="1742138126609" clover="3.2.0">
|
|
3
|
+
<project timestamp="1742138126610" name="All files">
|
|
4
|
+
<metrics statements="1922" coveredstatements="759" conditionals="55" coveredconditionals="31" methods="135" coveredmethods="13" elements="2112" coveredelements="803" complexity="0" loc="1922" ncloc="1922" 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="10" 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="150" conditionals="22" coveredconditionals="6" methods="40" coveredmethods="5"/>
|
|
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"/>
|
|
@@ -417,20 +417,20 @@
|
|
|
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="2" type="stmt"/>
|
|
421
|
+
<line num="22" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
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="0" 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="2" type="stmt"/>
|
|
430
|
+
<line num="31" count="2" type="stmt"/>
|
|
431
|
+
<line num="32" count="2" type="stmt"/>
|
|
432
|
+
<line num="33" count="2" type="stmt"/>
|
|
433
|
+
<line num="34" count="2" 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="0" type="stmt"/>
|
|
455
|
+
<line num="56" count="0" 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="0" 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="0" type="stmt"/>
|
|
462
|
+
<line num="63" count="0" 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="2" type="stmt"/>
|
|
481
|
+
<line num="82" count="2" 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="0" type="stmt"/>
|
|
486
|
+
<line num="87" count="0" type="stmt"/>
|
|
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="2" type="stmt"/>
|
|
491
|
+
<line num="92" count="2" 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="0" type="stmt"/>
|
|
496
|
+
<line num="97" count="0" type="stmt"/>
|
|
497
|
+
<line num="98" count="2" type="stmt"/>
|
|
498
|
+
<line num="99" count="2" type="stmt"/>
|
|
499
|
+
<line num="100" count="2" type="stmt"/>
|
|
500
|
+
<line num="101" count="2" type="stmt"/>
|
|
501
|
+
<line num="102" count="2" 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="0" type="stmt"/>
|
|
510
|
+
<line num="111" count="0" type="stmt"/>
|
|
511
|
+
<line num="112" count="0" type="stmt"/>
|
|
512
512
|
<line num="113" count="0" type="stmt"/>
|
|
513
|
-
<line num="114" count="
|
|
513
|
+
<line num="114" count="0" 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="2" type="stmt"/>
|
|
516
|
+
<line num="117" count="2" type="stmt"/>
|
|
517
517
|
<line num="118" count="0" type="stmt"/>
|
|
518
|
-
<line num="119" count="
|
|
518
|
+
<line num="119" count="2" type="stmt"/>
|
|
519
519
|
<line num="120" count="2" type="stmt"/>
|
|
520
|
-
<line num="121" count="
|
|
520
|
+
<line num="121" count="0" 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="2" type="stmt"/>
|
|
525
|
+
<line num="126" count="2" type="stmt"/>
|
|
526
|
+
<line num="127" count="0" type="stmt"/>
|
|
527
|
+
<line num="128" count="0" 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="2" 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="0" type="stmt"/>
|
|
534
|
+
<line num="135" count="0" type="stmt"/>
|
|
535
|
+
<line num="136" count="0" type="stmt"/>
|
|
536
|
+
<line num="137" count="0" 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="2" type="stmt"/>
|
|
543
|
+
<line num="144" count="2" type="stmt"/>
|
|
544
|
+
<line num="145" count="2" 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="2" 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="0" type="stmt"/>
|
|
553
|
+
<line num="154" count="0" type="stmt"/>
|
|
554
|
+
<line num="155" count="0" 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="2" type="stmt"/>
|
|
557
|
+
<line num="158" count="2" type="stmt"/>
|
|
558
|
+
<line num="159" count="2" type="stmt"/>
|
|
559
|
+
<line num="160" count="2" 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="0" type="stmt"/>
|
|
563
|
+
<line num="164" count="0" type="stmt"/>
|
|
564
|
+
<line num="165" count="0" type="stmt"/>
|
|
565
|
+
<line num="166" count="0" 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="2" type="stmt"/>
|
|
568
|
+
<line num="169" count="2" type="stmt"/>
|
|
569
|
+
<line num="170" count="2" type="stmt"/>
|
|
570
|
+
<line num="171" count="2" 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,70 +577,70 @@
|
|
|
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="0" type="stmt"/>
|
|
581
|
+
<line num="182" count="0" 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="0" type="stmt"/>
|
|
585
585
|
<line num="186" count="2" type="stmt"/>
|
|
586
|
-
<line num="187" count="
|
|
586
|
+
<line num="187" count="2" type="stmt"/>
|
|
587
587
|
<line num="188" count="0" type="stmt"/>
|
|
588
588
|
<line num="189" count="0" type="stmt"/>
|
|
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="
|
|
598
|
-
<line num="199" count="2" type="
|
|
589
|
+
<line num="190" count="2" type="stmt"/>
|
|
590
|
+
<line num="191" count="2" type="stmt"/>
|
|
591
|
+
<line num="192" count="2" type="stmt"/>
|
|
592
|
+
<line num="193" count="0" type="stmt"/>
|
|
593
|
+
<line num="194" count="0" type="stmt"/>
|
|
594
|
+
<line num="195" count="0" type="stmt"/>
|
|
595
|
+
<line num="196" count="0" type="stmt"/>
|
|
596
|
+
<line num="197" count="0" type="stmt"/>
|
|
597
|
+
<line num="198" count="0" type="stmt"/>
|
|
598
|
+
<line num="199" count="2" type="stmt"/>
|
|
599
599
|
<line num="200" count="2" type="stmt"/>
|
|
600
|
-
<line num="201" count="2" type="cond" truecount="1" falsecount="
|
|
601
|
-
<line num="202" count="2" type="
|
|
602
|
-
<line num="203" count="2" type="
|
|
603
|
-
<line num="204" count="2" type="cond" truecount="
|
|
600
|
+
<line num="201" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
601
|
+
<line num="202" count="2" type="stmt"/>
|
|
602
|
+
<line num="203" count="2" type="stmt"/>
|
|
603
|
+
<line num="204" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
604
604
|
<line num="205" count="2" type="stmt"/>
|
|
605
|
-
<line num="206" count="2" type="cond" truecount="
|
|
606
|
-
<line num="207" count="2" type="cond" truecount="
|
|
607
|
-
<line num="208" count="2" type="
|
|
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="
|
|
605
|
+
<line num="206" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
606
|
+
<line num="207" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
607
|
+
<line num="208" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
608
|
+
<line num="209" count="2" type="cond" truecount="0" falsecount="2"/>
|
|
609
|
+
<line num="210" count="2" type="stmt"/>
|
|
610
|
+
<line num="211" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
611
|
+
<line num="212" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
612
|
+
<line num="213" count="2" type="stmt"/>
|
|
613
|
+
<line num="214" count="2" type="stmt"/>
|
|
614
|
+
<line num="215" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
615
|
+
<line num="216" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
616
616
|
<line num="217" count="0" type="stmt"/>
|
|
617
617
|
<line num="218" count="0" type="stmt"/>
|
|
618
618
|
<line num="219" count="0" type="stmt"/>
|
|
619
619
|
<line num="220" count="0" type="stmt"/>
|
|
620
620
|
<line num="221" count="0" type="stmt"/>
|
|
621
|
-
<line num="222" count="
|
|
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="
|
|
621
|
+
<line num="222" count="0" type="stmt"/>
|
|
622
|
+
<line num="223" count="0" type="stmt"/>
|
|
623
|
+
<line num="224" count="0" type="stmt"/>
|
|
624
|
+
<line num="225" count="0" type="stmt"/>
|
|
625
|
+
<line num="226" count="0" type="stmt"/>
|
|
626
|
+
<line num="227" count="0" type="stmt"/>
|
|
627
|
+
<line num="228" count="2" type="stmt"/>
|
|
628
|
+
<line num="229" count="2" 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="
|
|
630
|
+
<line num="231" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
631
|
+
<line num="232" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
632
|
+
<line num="233" count="0" type="stmt"/>
|
|
633
|
+
<line num="234" count="0" type="stmt"/>
|
|
634
634
|
<line num="235" count="2" type="stmt"/>
|
|
635
635
|
<line num="236" count="2" type="stmt"/>
|
|
636
636
|
<line num="237" count="2" type="stmt"/>
|
|
637
637
|
<line num="238" count="2" type="stmt"/>
|
|
638
|
-
<line num="239" count="2" type="
|
|
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="
|
|
638
|
+
<line num="239" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
639
|
+
<line num="240" count="2" type="stmt"/>
|
|
640
|
+
<line num="241" count="2" type="stmt"/>
|
|
641
|
+
<line num="242" count="2" type="stmt"/>
|
|
642
|
+
<line num="243" count="2" type="stmt"/>
|
|
643
|
+
<line num="244" count="2" 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"/>
|
|
@@ -652,13 +652,13 @@
|
|
|
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
|
-
<line num="256" count="
|
|
656
|
-
<line num="257" count="
|
|
655
|
+
<line num="256" count="0" type="stmt"/>
|
|
656
|
+
<line num="257" count="0" 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="2" 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"/>
|
|
@@ -685,31 +685,31 @@
|
|
|
685
685
|
<line num="286" count="0" type="stmt"/>
|
|
686
686
|
<line num="287" count="0" type="stmt"/>
|
|
687
687
|
<line num="288" count="0" type="stmt"/>
|
|
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="
|
|
688
|
+
<line num="289" count="0" type="stmt"/>
|
|
689
|
+
<line num="290" count="0" type="stmt"/>
|
|
690
|
+
<line num="291" count="0" type="stmt"/>
|
|
691
|
+
<line num="292" count="0" type="stmt"/>
|
|
692
|
+
<line num="293" count="0" type="stmt"/>
|
|
693
|
+
<line num="294" count="0" type="stmt"/>
|
|
694
694
|
<line num="295" count="2" type="stmt"/>
|
|
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="
|
|
695
|
+
<line num="296" count="2" type="stmt"/>
|
|
696
|
+
<line num="297" count="2" type="stmt"/>
|
|
697
|
+
<line num="298" count="2" type="stmt"/>
|
|
698
|
+
<line num="299" count="2" type="stmt"/>
|
|
699
|
+
<line num="300" count="2" type="stmt"/>
|
|
700
|
+
<line num="301" count="2" type="stmt"/>
|
|
701
701
|
<line num="302" count="0" type="stmt"/>
|
|
702
|
-
<line num="303" count="
|
|
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="
|
|
702
|
+
<line num="303" count="0" type="stmt"/>
|
|
703
|
+
<line num="304" count="0" type="stmt"/>
|
|
704
|
+
<line num="305" count="0" type="stmt"/>
|
|
705
|
+
<line num="306" count="0" type="stmt"/>
|
|
706
|
+
<line num="307" count="0" type="stmt"/>
|
|
707
|
+
<line num="308" count="0" type="stmt"/>
|
|
708
|
+
<line num="309" count="2" type="stmt"/>
|
|
709
|
+
<line num="310" count="2" type="stmt"/>
|
|
710
|
+
<line num="311" count="2" type="stmt"/>
|
|
711
|
+
<line num="312" count="2" 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"/>
|
|
@@ -753,15 +753,20 @@
|
|
|
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="
|
|
757
|
-
<line num="358" count="
|
|
758
|
-
<line num="359" count="
|
|
756
|
+
<line num="357" count="0" type="stmt"/>
|
|
757
|
+
<line num="358" count="0" type="stmt"/>
|
|
758
|
+
<line num="359" count="0" type="stmt"/>
|
|
759
759
|
<line num="360" count="0" type="stmt"/>
|
|
760
760
|
<line num="361" count="0" type="stmt"/>
|
|
761
|
-
<line num="362" count="
|
|
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="0" type="stmt"/>
|
|
765
|
+
<line num="366" count="0" type="stmt"/>
|
|
766
|
+
<line num="367" count="0" type="stmt"/>
|
|
762
767
|
</file>
|
|
763
768
|
<file name="loop-utils.ts" path="/Users/garcias/DEV/modules/topkat-utils/src/loop-utils.ts">
|
|
764
|
-
<metrics statements="
|
|
769
|
+
<metrics statements="163" coveredstatements="77" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="0"/>
|
|
765
770
|
<line num="1" count="2" type="stmt"/>
|
|
766
771
|
<line num="2" count="2" type="stmt"/>
|
|
767
772
|
<line num="3" count="2" type="stmt"/>
|
|
@@ -769,68 +774,68 @@
|
|
|
769
774
|
<line num="5" count="2" type="stmt"/>
|
|
770
775
|
<line num="6" count="2" type="stmt"/>
|
|
771
776
|
<line num="7" count="2" type="stmt"/>
|
|
772
|
-
<line num="8" count="
|
|
773
|
-
<line num="9" count="
|
|
774
|
-
<line num="10" count="
|
|
775
|
-
<line num="11" count="
|
|
776
|
-
<line num="12" count="
|
|
777
|
-
<line num="13" count="
|
|
778
|
-
<line num="14" count="
|
|
779
|
-
<line num="15" count="
|
|
777
|
+
<line num="8" count="2" type="stmt"/>
|
|
778
|
+
<line num="9" count="2" type="stmt"/>
|
|
779
|
+
<line num="10" count="2" type="stmt"/>
|
|
780
|
+
<line num="11" count="2" type="stmt"/>
|
|
781
|
+
<line num="12" count="2" type="stmt"/>
|
|
782
|
+
<line num="13" count="2" type="stmt"/>
|
|
783
|
+
<line num="14" count="2" type="stmt"/>
|
|
784
|
+
<line num="15" count="2" type="stmt"/>
|
|
780
785
|
<line num="16" count="2" type="stmt"/>
|
|
781
786
|
<line num="17" count="2" type="stmt"/>
|
|
782
|
-
<line num="18" count="
|
|
783
|
-
<line num="19" count="
|
|
784
|
-
<line num="20" count="
|
|
785
|
-
<line num="21" count="
|
|
787
|
+
<line num="18" count="2" type="stmt"/>
|
|
788
|
+
<line num="19" count="2" type="stmt"/>
|
|
789
|
+
<line num="20" count="2" type="stmt"/>
|
|
790
|
+
<line num="21" count="2" type="stmt"/>
|
|
786
791
|
<line num="22" count="0" type="stmt"/>
|
|
787
792
|
<line num="23" count="0" type="stmt"/>
|
|
788
|
-
<line num="24" count="
|
|
789
|
-
<line num="25" count="
|
|
790
|
-
<line num="26" count="
|
|
791
|
-
<line num="27" count="
|
|
792
|
-
<line num="28" count="
|
|
793
|
-
<line num="29" count="
|
|
794
|
-
<line num="30" count="
|
|
795
|
-
<line num="31" count="
|
|
796
|
-
<line num="32" count="
|
|
797
|
-
<line num="33" count="
|
|
798
|
-
<line num="34" count="
|
|
799
|
-
<line num="35" count="
|
|
800
|
-
<line num="36" count="
|
|
801
|
-
<line num="37" count="
|
|
802
|
-
<line num="38" count="
|
|
803
|
-
<line num="39" count="
|
|
804
|
-
<line num="40" count="
|
|
805
|
-
<line num="41" count="
|
|
806
|
-
<line num="42" count="
|
|
807
|
-
<line num="43" count="
|
|
808
|
-
<line num="44" count="
|
|
809
|
-
<line num="45" count="
|
|
793
|
+
<line num="24" count="0" type="stmt"/>
|
|
794
|
+
<line num="25" count="0" type="stmt"/>
|
|
795
|
+
<line num="26" count="0" type="stmt"/>
|
|
796
|
+
<line num="27" count="0" type="stmt"/>
|
|
797
|
+
<line num="28" count="0" type="stmt"/>
|
|
798
|
+
<line num="29" count="0" type="stmt"/>
|
|
799
|
+
<line num="30" count="0" type="stmt"/>
|
|
800
|
+
<line num="31" count="0" type="stmt"/>
|
|
801
|
+
<line num="32" count="0" type="stmt"/>
|
|
802
|
+
<line num="33" count="0" type="stmt"/>
|
|
803
|
+
<line num="34" count="0" type="stmt"/>
|
|
804
|
+
<line num="35" count="0" type="stmt"/>
|
|
805
|
+
<line num="36" count="0" type="stmt"/>
|
|
806
|
+
<line num="37" count="0" type="stmt"/>
|
|
807
|
+
<line num="38" count="0" type="stmt"/>
|
|
808
|
+
<line num="39" count="0" type="stmt"/>
|
|
809
|
+
<line num="40" count="0" type="stmt"/>
|
|
810
|
+
<line num="41" count="0" type="stmt"/>
|
|
811
|
+
<line num="42" count="0" type="stmt"/>
|
|
812
|
+
<line num="43" count="0" type="stmt"/>
|
|
813
|
+
<line num="44" count="0" type="stmt"/>
|
|
814
|
+
<line num="45" count="0" type="stmt"/>
|
|
810
815
|
<line num="46" count="2" type="stmt"/>
|
|
811
|
-
<line num="47" count="
|
|
812
|
-
<line num="48" count="
|
|
813
|
-
<line num="49" count="
|
|
814
|
-
<line num="50" count="
|
|
815
|
-
<line num="51" count="
|
|
816
|
-
<line num="52" count="
|
|
817
|
-
<line num="53" count="
|
|
818
|
-
<line num="54" count="
|
|
819
|
-
<line num="55" count="
|
|
820
|
-
<line num="56" count="
|
|
821
|
-
<line num="57" count="
|
|
822
|
-
<line num="58" count="
|
|
823
|
-
<line num="59" count="
|
|
824
|
-
<line num="60" count="
|
|
825
|
-
<line num="61" count="
|
|
826
|
-
<line num="62" count="0" type="stmt"/>
|
|
827
|
-
<line num="63" count="0" type="stmt"/>
|
|
828
|
-
<line num="64" count="0" type="stmt"/>
|
|
829
|
-
<line num="65" count="0" type="stmt"/>
|
|
816
|
+
<line num="47" count="2" type="stmt"/>
|
|
817
|
+
<line num="48" count="2" type="stmt"/>
|
|
818
|
+
<line num="49" count="2" type="stmt"/>
|
|
819
|
+
<line num="50" count="2" type="stmt"/>
|
|
820
|
+
<line num="51" count="2" type="stmt"/>
|
|
821
|
+
<line num="52" count="2" type="stmt"/>
|
|
822
|
+
<line num="53" count="2" type="stmt"/>
|
|
823
|
+
<line num="54" count="2" type="stmt"/>
|
|
824
|
+
<line num="55" count="2" type="stmt"/>
|
|
825
|
+
<line num="56" count="2" type="stmt"/>
|
|
826
|
+
<line num="57" count="2" type="stmt"/>
|
|
827
|
+
<line num="58" count="2" type="stmt"/>
|
|
828
|
+
<line num="59" count="2" type="stmt"/>
|
|
829
|
+
<line num="60" count="2" type="stmt"/>
|
|
830
|
+
<line num="61" count="2" type="stmt"/>
|
|
831
|
+
<line num="62" count="0" type="stmt"/>
|
|
832
|
+
<line num="63" count="0" type="stmt"/>
|
|
833
|
+
<line num="64" count="0" type="stmt"/>
|
|
834
|
+
<line num="65" count="0" type="stmt"/>
|
|
830
835
|
<line num="66" count="0" type="stmt"/>
|
|
831
836
|
<line num="67" count="0" type="stmt"/>
|
|
832
|
-
<line num="68" count="
|
|
833
|
-
<line num="69" count="
|
|
837
|
+
<line num="68" count="2" type="stmt"/>
|
|
838
|
+
<line num="69" count="2" type="stmt"/>
|
|
834
839
|
<line num="70" count="2" type="stmt"/>
|
|
835
840
|
<line num="71" count="2" type="stmt"/>
|
|
836
841
|
<line num="72" count="2" type="stmt"/>
|
|
@@ -848,10 +853,10 @@
|
|
|
848
853
|
<line num="84" count="2" type="stmt"/>
|
|
849
854
|
<line num="85" count="2" type="stmt"/>
|
|
850
855
|
<line num="86" count="2" type="stmt"/>
|
|
851
|
-
<line num="87" count="
|
|
852
|
-
<line num="88" count="
|
|
853
|
-
<line num="89" count="
|
|
854
|
-
<line num="90" count="
|
|
856
|
+
<line num="87" count="2" type="stmt"/>
|
|
857
|
+
<line num="88" count="2" type="stmt"/>
|
|
858
|
+
<line num="89" count="2" type="stmt"/>
|
|
859
|
+
<line num="90" count="2" type="stmt"/>
|
|
855
860
|
<line num="91" count="0" type="stmt"/>
|
|
856
861
|
<line num="92" count="0" type="stmt"/>
|
|
857
862
|
<line num="93" count="0" type="stmt"/>
|
|
@@ -868,9 +873,66 @@
|
|
|
868
873
|
<line num="104" count="0" type="stmt"/>
|
|
869
874
|
<line num="105" count="0" type="stmt"/>
|
|
870
875
|
<line num="106" count="0" type="stmt"/>
|
|
876
|
+
<line num="107" count="0" type="stmt"/>
|
|
877
|
+
<line num="108" count="0" type="stmt"/>
|
|
878
|
+
<line num="109" count="0" type="stmt"/>
|
|
879
|
+
<line num="110" count="0" type="stmt"/>
|
|
880
|
+
<line num="111" count="0" type="stmt"/>
|
|
881
|
+
<line num="112" count="0" type="stmt"/>
|
|
882
|
+
<line num="113" count="0" type="stmt"/>
|
|
883
|
+
<line num="114" count="0" type="stmt"/>
|
|
884
|
+
<line num="115" count="0" type="stmt"/>
|
|
885
|
+
<line num="116" count="0" type="stmt"/>
|
|
886
|
+
<line num="117" count="0" type="stmt"/>
|
|
887
|
+
<line num="118" count="0" type="stmt"/>
|
|
888
|
+
<line num="119" count="0" type="stmt"/>
|
|
889
|
+
<line num="120" count="0" type="stmt"/>
|
|
890
|
+
<line num="121" count="0" type="stmt"/>
|
|
891
|
+
<line num="122" count="0" type="stmt"/>
|
|
892
|
+
<line num="123" count="0" type="stmt"/>
|
|
893
|
+
<line num="124" count="0" type="stmt"/>
|
|
894
|
+
<line num="125" count="0" type="stmt"/>
|
|
895
|
+
<line num="126" count="0" type="stmt"/>
|
|
896
|
+
<line num="127" count="2" type="stmt"/>
|
|
897
|
+
<line num="128" count="2" type="stmt"/>
|
|
898
|
+
<line num="129" count="2" type="stmt"/>
|
|
899
|
+
<line num="130" count="2" type="stmt"/>
|
|
900
|
+
<line num="131" count="2" type="stmt"/>
|
|
901
|
+
<line num="132" count="2" type="stmt"/>
|
|
902
|
+
<line num="133" count="2" type="stmt"/>
|
|
903
|
+
<line num="134" count="2" type="stmt"/>
|
|
904
|
+
<line num="135" count="2" type="stmt"/>
|
|
905
|
+
<line num="136" count="2" type="stmt"/>
|
|
906
|
+
<line num="137" count="2" type="stmt"/>
|
|
907
|
+
<line num="138" count="2" type="stmt"/>
|
|
908
|
+
<line num="139" count="2" type="stmt"/>
|
|
909
|
+
<line num="140" count="2" type="stmt"/>
|
|
910
|
+
<line num="141" count="2" type="stmt"/>
|
|
911
|
+
<line num="142" count="2" type="stmt"/>
|
|
912
|
+
<line num="143" count="2" type="stmt"/>
|
|
913
|
+
<line num="144" count="0" type="stmt"/>
|
|
914
|
+
<line num="145" count="0" type="stmt"/>
|
|
915
|
+
<line num="146" count="0" type="stmt"/>
|
|
916
|
+
<line num="147" count="0" type="stmt"/>
|
|
917
|
+
<line num="148" count="0" type="stmt"/>
|
|
918
|
+
<line num="149" count="0" type="stmt"/>
|
|
919
|
+
<line num="150" count="0" type="stmt"/>
|
|
920
|
+
<line num="151" count="0" type="stmt"/>
|
|
921
|
+
<line num="152" count="0" type="stmt"/>
|
|
922
|
+
<line num="153" count="0" type="stmt"/>
|
|
923
|
+
<line num="154" count="0" type="stmt"/>
|
|
924
|
+
<line num="155" count="0" type="stmt"/>
|
|
925
|
+
<line num="156" count="0" type="stmt"/>
|
|
926
|
+
<line num="157" count="0" type="stmt"/>
|
|
927
|
+
<line num="158" count="0" type="stmt"/>
|
|
928
|
+
<line num="159" count="0" type="stmt"/>
|
|
929
|
+
<line num="160" count="0" type="stmt"/>
|
|
930
|
+
<line num="161" count="0" type="stmt"/>
|
|
931
|
+
<line num="162" count="0" type="stmt"/>
|
|
932
|
+
<line num="163" count="0" type="stmt"/>
|
|
871
933
|
</file>
|
|
872
934
|
<file name="math-utils.ts" path="/Users/garcias/DEV/modules/topkat-utils/src/math-utils.ts">
|
|
873
|
-
<metrics statements="
|
|
935
|
+
<metrics statements="59" coveredstatements="30" conditionals="0" coveredconditionals="0" methods="9" coveredmethods="0"/>
|
|
874
936
|
<line num="1" count="2" type="stmt"/>
|
|
875
937
|
<line num="2" count="2" type="stmt"/>
|
|
876
938
|
<line num="3" count="2" type="stmt"/>
|
|
@@ -878,52 +940,61 @@
|
|
|
878
940
|
<line num="5" count="2" type="stmt"/>
|
|
879
941
|
<line num="6" count="2" type="stmt"/>
|
|
880
942
|
<line num="7" count="0" type="stmt"/>
|
|
881
|
-
<line num="8" count="
|
|
943
|
+
<line num="8" count="0" type="stmt"/>
|
|
882
944
|
<line num="9" count="0" type="stmt"/>
|
|
883
945
|
<line num="10" count="2" type="stmt"/>
|
|
884
946
|
<line num="11" count="2" type="stmt"/>
|
|
885
947
|
<line num="12" count="0" type="stmt"/>
|
|
886
|
-
<line num="13" count="
|
|
887
|
-
<line num="14" count="
|
|
948
|
+
<line num="13" count="0" type="stmt"/>
|
|
949
|
+
<line num="14" count="0" type="stmt"/>
|
|
888
950
|
<line num="15" count="0" type="stmt"/>
|
|
889
|
-
<line num="16" count="
|
|
890
|
-
<line num="17" count="
|
|
951
|
+
<line num="16" count="0" type="stmt"/>
|
|
952
|
+
<line num="17" count="0" type="stmt"/>
|
|
891
953
|
<line num="18" count="0" type="stmt"/>
|
|
892
|
-
<line num="19" count="
|
|
893
|
-
<line num="20" count="
|
|
954
|
+
<line num="19" count="2" type="stmt"/>
|
|
955
|
+
<line num="20" count="2" type="stmt"/>
|
|
894
956
|
<line num="21" count="0" type="stmt"/>
|
|
895
|
-
<line num="22" count="
|
|
896
|
-
<line num="23" count="
|
|
957
|
+
<line num="22" count="2" type="stmt"/>
|
|
958
|
+
<line num="23" count="2" type="stmt"/>
|
|
897
959
|
<line num="24" count="0" type="stmt"/>
|
|
898
|
-
<line num="25" count="
|
|
899
|
-
<line num="26" count="
|
|
900
|
-
<line num="27" count="
|
|
901
|
-
<line num="28" count="
|
|
960
|
+
<line num="25" count="2" type="stmt"/>
|
|
961
|
+
<line num="26" count="2" type="stmt"/>
|
|
962
|
+
<line num="27" count="0" type="stmt"/>
|
|
963
|
+
<line num="28" count="0" type="stmt"/>
|
|
902
964
|
<line num="29" count="0" type="stmt"/>
|
|
903
965
|
<line num="30" count="0" type="stmt"/>
|
|
904
966
|
<line num="31" count="0" type="stmt"/>
|
|
905
|
-
<line num="32" count="
|
|
906
|
-
<line num="33" count="
|
|
907
|
-
<line num="34" count="
|
|
908
|
-
<line num="35" count="
|
|
909
|
-
<line num="36" count="
|
|
910
|
-
<line num="37" count="
|
|
967
|
+
<line num="32" count="0" type="stmt"/>
|
|
968
|
+
<line num="33" count="0" type="stmt"/>
|
|
969
|
+
<line num="34" count="0" type="stmt"/>
|
|
970
|
+
<line num="35" count="0" type="stmt"/>
|
|
971
|
+
<line num="36" count="2" type="stmt"/>
|
|
972
|
+
<line num="37" count="2" type="stmt"/>
|
|
911
973
|
<line num="38" count="0" type="stmt"/>
|
|
912
|
-
<line num="39" count="
|
|
913
|
-
<line num="40" count="
|
|
914
|
-
<line num="41" count="
|
|
974
|
+
<line num="39" count="0" type="stmt"/>
|
|
975
|
+
<line num="40" count="0" type="stmt"/>
|
|
976
|
+
<line num="41" count="2" type="stmt"/>
|
|
915
977
|
<line num="42" count="2" type="stmt"/>
|
|
916
978
|
<line num="43" count="2" type="stmt"/>
|
|
917
979
|
<line num="44" count="2" type="stmt"/>
|
|
918
|
-
<line num="45" count="
|
|
919
|
-
<line num="46" count="
|
|
920
|
-
<line num="47" count="
|
|
980
|
+
<line num="45" count="0" type="stmt"/>
|
|
981
|
+
<line num="46" count="0" type="stmt"/>
|
|
982
|
+
<line num="47" count="0" type="stmt"/>
|
|
921
983
|
<line num="48" count="2" type="stmt"/>
|
|
922
984
|
<line num="49" count="2" type="stmt"/>
|
|
923
985
|
<line num="50" count="0" type="stmt"/>
|
|
986
|
+
<line num="51" count="2" type="stmt"/>
|
|
987
|
+
<line num="52" count="2" type="stmt"/>
|
|
988
|
+
<line num="53" count="2" type="stmt"/>
|
|
989
|
+
<line num="54" count="2" type="stmt"/>
|
|
990
|
+
<line num="55" count="2" type="stmt"/>
|
|
991
|
+
<line num="56" count="2" type="stmt"/>
|
|
992
|
+
<line num="57" count="2" type="stmt"/>
|
|
993
|
+
<line num="58" count="2" type="stmt"/>
|
|
994
|
+
<line num="59" count="0" type="stmt"/>
|
|
924
995
|
</file>
|
|
925
996
|
<file name="object-utils.ts" path="/Users/garcias/DEV/modules/topkat-utils/src/object-utils.ts">
|
|
926
|
-
<metrics statements="
|
|
997
|
+
<metrics statements="444" coveredstatements="129" conditionals="0" coveredconditionals="0" methods="27" coveredmethods="0"/>
|
|
927
998
|
<line num="1" count="2" type="stmt"/>
|
|
928
999
|
<line num="2" count="2" type="stmt"/>
|
|
929
1000
|
<line num="3" count="2" type="stmt"/>
|
|
@@ -1176,9 +1247,9 @@
|
|
|
1176
1247
|
<line num="250" count="0" type="stmt"/>
|
|
1177
1248
|
<line num="251" count="0" type="stmt"/>
|
|
1178
1249
|
<line num="252" count="2" type="stmt"/>
|
|
1179
|
-
<line num="253" count="
|
|
1180
|
-
<line num="254" count="
|
|
1181
|
-
<line num="255" count="
|
|
1250
|
+
<line num="253" count="2" type="stmt"/>
|
|
1251
|
+
<line num="254" count="2" type="stmt"/>
|
|
1252
|
+
<line num="255" count="2" type="stmt"/>
|
|
1182
1253
|
<line num="256" count="0" type="stmt"/>
|
|
1183
1254
|
<line num="257" count="0" type="stmt"/>
|
|
1184
1255
|
<line num="258" count="0" type="stmt"/>
|
|
@@ -1187,27 +1258,27 @@
|
|
|
1187
1258
|
<line num="261" count="0" type="stmt"/>
|
|
1188
1259
|
<line num="262" count="0" type="stmt"/>
|
|
1189
1260
|
<line num="263" count="0" type="stmt"/>
|
|
1190
|
-
<line num="264" count="
|
|
1261
|
+
<line num="264" count="0" type="stmt"/>
|
|
1191
1262
|
<line num="265" count="0" type="stmt"/>
|
|
1192
1263
|
<line num="266" count="0" type="stmt"/>
|
|
1193
|
-
<line num="267" count="
|
|
1264
|
+
<line num="267" count="2" type="stmt"/>
|
|
1194
1265
|
<line num="268" count="0" type="stmt"/>
|
|
1195
1266
|
<line num="269" count="0" type="stmt"/>
|
|
1196
1267
|
<line num="270" count="0" type="stmt"/>
|
|
1197
1268
|
<line num="271" count="0" type="stmt"/>
|
|
1198
1269
|
<line num="272" count="0" type="stmt"/>
|
|
1199
|
-
<line num="273" count="
|
|
1200
|
-
<line num="274" count="
|
|
1201
|
-
<line num="275" count="
|
|
1270
|
+
<line num="273" count="0" type="stmt"/>
|
|
1271
|
+
<line num="274" count="0" type="stmt"/>
|
|
1272
|
+
<line num="275" count="0" type="stmt"/>
|
|
1202
1273
|
<line num="276" count="2" type="stmt"/>
|
|
1203
1274
|
<line num="277" count="2" type="stmt"/>
|
|
1204
1275
|
<line num="278" count="2" type="stmt"/>
|
|
1205
1276
|
<line num="279" count="2" type="stmt"/>
|
|
1206
1277
|
<line num="280" count="2" type="stmt"/>
|
|
1207
1278
|
<line num="281" count="2" type="stmt"/>
|
|
1208
|
-
<line num="282" count="
|
|
1209
|
-
<line num="283" count="
|
|
1210
|
-
<line num="284" count="
|
|
1279
|
+
<line num="282" count="2" type="stmt"/>
|
|
1280
|
+
<line num="283" count="2" type="stmt"/>
|
|
1281
|
+
<line num="284" count="2" type="stmt"/>
|
|
1211
1282
|
<line num="285" count="0" type="stmt"/>
|
|
1212
1283
|
<line num="286" count="0" type="stmt"/>
|
|
1213
1284
|
<line num="287" count="0" type="stmt"/>
|
|
@@ -1216,15 +1287,15 @@
|
|
|
1216
1287
|
<line num="290" count="0" type="stmt"/>
|
|
1217
1288
|
<line num="291" count="0" type="stmt"/>
|
|
1218
1289
|
<line num="292" count="0" type="stmt"/>
|
|
1219
|
-
<line num="293" count="
|
|
1220
|
-
<line num="294" count="
|
|
1221
|
-
<line num="295" count="
|
|
1290
|
+
<line num="293" count="0" type="stmt"/>
|
|
1291
|
+
<line num="294" count="0" type="stmt"/>
|
|
1292
|
+
<line num="295" count="0" type="stmt"/>
|
|
1222
1293
|
<line num="296" count="2" type="stmt"/>
|
|
1223
1294
|
<line num="297" count="2" type="stmt"/>
|
|
1224
1295
|
<line num="298" count="2" type="stmt"/>
|
|
1225
|
-
<line num="299" count="
|
|
1226
|
-
<line num="300" count="
|
|
1227
|
-
<line num="301" count="
|
|
1296
|
+
<line num="299" count="2" type="stmt"/>
|
|
1297
|
+
<line num="300" count="2" type="stmt"/>
|
|
1298
|
+
<line num="301" count="2" type="stmt"/>
|
|
1228
1299
|
<line num="302" count="0" type="stmt"/>
|
|
1229
1300
|
<line num="303" count="0" type="stmt"/>
|
|
1230
1301
|
<line num="304" count="0" type="stmt"/>
|
|
@@ -1237,14 +1308,14 @@
|
|
|
1237
1308
|
<line num="311" count="0" type="stmt"/>
|
|
1238
1309
|
<line num="312" count="0" type="stmt"/>
|
|
1239
1310
|
<line num="313" count="0" type="stmt"/>
|
|
1240
|
-
<line num="314" count="
|
|
1241
|
-
<line num="315" count="
|
|
1242
|
-
<line num="316" count="
|
|
1311
|
+
<line num="314" count="0" type="stmt"/>
|
|
1312
|
+
<line num="315" count="0" type="stmt"/>
|
|
1313
|
+
<line num="316" count="0" type="stmt"/>
|
|
1243
1314
|
<line num="317" count="2" type="stmt"/>
|
|
1244
1315
|
<line num="318" count="2" type="stmt"/>
|
|
1245
|
-
<line num="319" count="
|
|
1246
|
-
<line num="320" count="
|
|
1247
|
-
<line num="321" count="
|
|
1316
|
+
<line num="319" count="2" type="stmt"/>
|
|
1317
|
+
<line num="320" count="2" type="stmt"/>
|
|
1318
|
+
<line num="321" count="2" type="stmt"/>
|
|
1248
1319
|
<line num="322" count="0" type="stmt"/>
|
|
1249
1320
|
<line num="323" count="0" type="stmt"/>
|
|
1250
1321
|
<line num="324" count="0" type="stmt"/>
|
|
@@ -1257,18 +1328,18 @@
|
|
|
1257
1328
|
<line num="331" count="0" type="stmt"/>
|
|
1258
1329
|
<line num="332" count="0" type="stmt"/>
|
|
1259
1330
|
<line num="333" count="0" type="stmt"/>
|
|
1260
|
-
<line num="334" count="
|
|
1261
|
-
<line num="335" count="
|
|
1262
|
-
<line num="336" count="
|
|
1331
|
+
<line num="334" count="0" type="stmt"/>
|
|
1332
|
+
<line num="335" count="0" type="stmt"/>
|
|
1333
|
+
<line num="336" count="0" type="stmt"/>
|
|
1263
1334
|
<line num="337" count="2" type="stmt"/>
|
|
1264
1335
|
<line num="338" count="2" type="stmt"/>
|
|
1265
1336
|
<line num="339" count="2" type="stmt"/>
|
|
1266
1337
|
<line num="340" count="2" type="stmt"/>
|
|
1267
1338
|
<line num="341" count="2" type="stmt"/>
|
|
1268
1339
|
<line num="342" count="2" type="stmt"/>
|
|
1269
|
-
<line num="343" count="
|
|
1270
|
-
<line num="344" count="
|
|
1271
|
-
<line num="345" count="
|
|
1340
|
+
<line num="343" count="2" type="stmt"/>
|
|
1341
|
+
<line num="344" count="2" type="stmt"/>
|
|
1342
|
+
<line num="345" count="2" type="stmt"/>
|
|
1272
1343
|
<line num="346" count="0" type="stmt"/>
|
|
1273
1344
|
<line num="347" count="0" type="stmt"/>
|
|
1274
1345
|
<line num="348" count="0" type="stmt"/>
|
|
@@ -1295,13 +1366,13 @@
|
|
|
1295
1366
|
<line num="369" count="0" type="stmt"/>
|
|
1296
1367
|
<line num="370" count="0" type="stmt"/>
|
|
1297
1368
|
<line num="371" count="0" type="stmt"/>
|
|
1298
|
-
<line num="372" count="
|
|
1299
|
-
<line num="373" count="
|
|
1300
|
-
<line num="374" count="
|
|
1369
|
+
<line num="372" count="0" type="stmt"/>
|
|
1370
|
+
<line num="373" count="0" type="stmt"/>
|
|
1371
|
+
<line num="374" count="0" type="stmt"/>
|
|
1301
1372
|
<line num="375" count="2" type="stmt"/>
|
|
1302
|
-
<line num="376" count="
|
|
1303
|
-
<line num="377" count="
|
|
1304
|
-
<line num="378" count="
|
|
1373
|
+
<line num="376" count="2" type="stmt"/>
|
|
1374
|
+
<line num="377" count="2" type="stmt"/>
|
|
1375
|
+
<line num="378" count="2" type="stmt"/>
|
|
1305
1376
|
<line num="379" count="0" type="stmt"/>
|
|
1306
1377
|
<line num="380" count="0" type="stmt"/>
|
|
1307
1378
|
<line num="381" count="0" type="stmt"/>
|
|
@@ -1331,42 +1402,46 @@
|
|
|
1331
1402
|
<line num="405" count="0" type="stmt"/>
|
|
1332
1403
|
<line num="406" count="0" type="stmt"/>
|
|
1333
1404
|
<line num="407" count="0" type="stmt"/>
|
|
1334
|
-
<line num="408" count="
|
|
1335
|
-
<line num="409" count="
|
|
1405
|
+
<line num="408" count="0" type="stmt"/>
|
|
1406
|
+
<line num="409" count="0" type="stmt"/>
|
|
1336
1407
|
<line num="410" count="0" type="stmt"/>
|
|
1337
1408
|
<line num="411" count="0" type="stmt"/>
|
|
1338
|
-
<line num="412" count="
|
|
1339
|
-
<line num="413" count="
|
|
1409
|
+
<line num="412" count="2" type="stmt"/>
|
|
1410
|
+
<line num="413" count="2" type="stmt"/>
|
|
1340
1411
|
<line num="414" count="0" type="stmt"/>
|
|
1341
|
-
<line num="415" count="
|
|
1342
|
-
<line num="416" count="
|
|
1343
|
-
<line num="417" count="
|
|
1344
|
-
<line num="418" count="
|
|
1345
|
-
<line num="419" count="
|
|
1346
|
-
<line num="420" count="
|
|
1347
|
-
<line num="421" count="
|
|
1412
|
+
<line num="415" count="0" type="stmt"/>
|
|
1413
|
+
<line num="416" count="0" type="stmt"/>
|
|
1414
|
+
<line num="417" count="0" type="stmt"/>
|
|
1415
|
+
<line num="418" count="0" type="stmt"/>
|
|
1416
|
+
<line num="419" count="2" type="stmt"/>
|
|
1417
|
+
<line num="420" count="2" type="stmt"/>
|
|
1418
|
+
<line num="421" count="2" type="stmt"/>
|
|
1348
1419
|
<line num="422" count="2" type="stmt"/>
|
|
1349
|
-
<line num="423" count="
|
|
1350
|
-
<line num="424" count="
|
|
1351
|
-
<line num="425" count="
|
|
1420
|
+
<line num="423" count="0" type="stmt"/>
|
|
1421
|
+
<line num="424" count="0" type="stmt"/>
|
|
1422
|
+
<line num="425" count="0" type="stmt"/>
|
|
1352
1423
|
<line num="426" count="2" type="stmt"/>
|
|
1353
1424
|
<line num="427" count="2" type="stmt"/>
|
|
1354
1425
|
<line num="428" count="2" type="stmt"/>
|
|
1355
1426
|
<line num="429" count="2" type="stmt"/>
|
|
1356
|
-
<line num="430" count="
|
|
1357
|
-
<line num="431" count="
|
|
1358
|
-
<line num="432" count="
|
|
1427
|
+
<line num="430" count="2" type="stmt"/>
|
|
1428
|
+
<line num="431" count="2" type="stmt"/>
|
|
1429
|
+
<line num="432" count="2" type="stmt"/>
|
|
1359
1430
|
<line num="433" count="2" type="stmt"/>
|
|
1360
|
-
<line num="434" count="
|
|
1431
|
+
<line num="434" count="0" type="stmt"/>
|
|
1361
1432
|
<line num="435" count="0" type="stmt"/>
|
|
1362
1433
|
<line num="436" count="0" type="stmt"/>
|
|
1363
|
-
<line num="437" count="
|
|
1434
|
+
<line num="437" count="2" type="stmt"/>
|
|
1364
1435
|
<line num="438" count="2" type="stmt"/>
|
|
1365
|
-
<line num="439" count="
|
|
1366
|
-
<line num="440" count="
|
|
1436
|
+
<line num="439" count="0" type="stmt"/>
|
|
1437
|
+
<line num="440" count="0" type="stmt"/>
|
|
1438
|
+
<line num="441" count="0" type="stmt"/>
|
|
1439
|
+
<line num="442" count="2" type="stmt"/>
|
|
1440
|
+
<line num="443" count="2" type="stmt"/>
|
|
1441
|
+
<line num="444" count="2" type="stmt"/>
|
|
1367
1442
|
</file>
|
|
1368
1443
|
<file name="regexp-utils.ts" path="/Users/garcias/DEV/modules/topkat-utils/src/regexp-utils.ts">
|
|
1369
|
-
<metrics statements="
|
|
1444
|
+
<metrics statements="52" coveredstatements="21" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="0"/>
|
|
1370
1445
|
<line num="1" count="2" type="stmt"/>
|
|
1371
1446
|
<line num="2" count="2" type="stmt"/>
|
|
1372
1447
|
<line num="3" count="2" type="stmt"/>
|
|
@@ -1376,38 +1451,49 @@
|
|
|
1376
1451
|
<line num="7" count="2" type="stmt"/>
|
|
1377
1452
|
<line num="8" count="2" type="stmt"/>
|
|
1378
1453
|
<line num="9" count="2" type="stmt"/>
|
|
1379
|
-
<line num="10" count="
|
|
1380
|
-
<line num="11" count="
|
|
1381
|
-
<line num="12" count="
|
|
1454
|
+
<line num="10" count="2" type="stmt"/>
|
|
1455
|
+
<line num="11" count="2" type="stmt"/>
|
|
1456
|
+
<line num="12" count="2" type="stmt"/>
|
|
1382
1457
|
<line num="13" count="0" type="stmt"/>
|
|
1383
1458
|
<line num="14" count="0" type="stmt"/>
|
|
1384
|
-
<line num="15" count="
|
|
1385
|
-
<line num="16" count="
|
|
1386
|
-
<line num="17" count="
|
|
1387
|
-
<line num="18" count="
|
|
1459
|
+
<line num="15" count="0" type="stmt"/>
|
|
1460
|
+
<line num="16" count="0" type="stmt"/>
|
|
1461
|
+
<line num="17" count="0" type="stmt"/>
|
|
1462
|
+
<line num="18" count="0" type="stmt"/>
|
|
1388
1463
|
<line num="19" count="0" type="stmt"/>
|
|
1389
|
-
<line num="20" count="
|
|
1390
|
-
<line num="21" count="
|
|
1391
|
-
<line num="22" count="
|
|
1392
|
-
<line num="23" count="
|
|
1393
|
-
<line num="24" count="
|
|
1464
|
+
<line num="20" count="0" type="stmt"/>
|
|
1465
|
+
<line num="21" count="0" type="stmt"/>
|
|
1466
|
+
<line num="22" count="0" type="stmt"/>
|
|
1467
|
+
<line num="23" count="0" type="stmt"/>
|
|
1468
|
+
<line num="24" count="0" type="stmt"/>
|
|
1394
1469
|
<line num="25" count="0" type="stmt"/>
|
|
1395
|
-
<line num="26" count="
|
|
1396
|
-
<line num="27" count="
|
|
1397
|
-
<line num="28" count="
|
|
1398
|
-
<line num="29" count="
|
|
1470
|
+
<line num="26" count="2" type="stmt"/>
|
|
1471
|
+
<line num="27" count="2" type="stmt"/>
|
|
1472
|
+
<line num="28" count="2" type="stmt"/>
|
|
1473
|
+
<line num="29" count="2" type="stmt"/>
|
|
1399
1474
|
<line num="30" count="0" type="stmt"/>
|
|
1400
|
-
<line num="31" count="
|
|
1401
|
-
<line num="32" count="
|
|
1402
|
-
<line num="33" count="
|
|
1403
|
-
<line num="34" count="
|
|
1404
|
-
<line num="35" count="
|
|
1475
|
+
<line num="31" count="2" type="stmt"/>
|
|
1476
|
+
<line num="32" count="2" type="stmt"/>
|
|
1477
|
+
<line num="33" count="2" type="stmt"/>
|
|
1478
|
+
<line num="34" count="2" type="stmt"/>
|
|
1479
|
+
<line num="35" count="2" type="stmt"/>
|
|
1405
1480
|
<line num="36" count="0" type="stmt"/>
|
|
1406
1481
|
<line num="37" count="0" type="stmt"/>
|
|
1407
1482
|
<line num="38" count="0" type="stmt"/>
|
|
1408
1483
|
<line num="39" count="0" type="stmt"/>
|
|
1409
1484
|
<line num="40" count="0" type="stmt"/>
|
|
1410
1485
|
<line num="41" count="0" type="stmt"/>
|
|
1486
|
+
<line num="42" count="0" type="stmt"/>
|
|
1487
|
+
<line num="43" count="0" type="stmt"/>
|
|
1488
|
+
<line num="44" count="0" type="stmt"/>
|
|
1489
|
+
<line num="45" count="0" type="stmt"/>
|
|
1490
|
+
<line num="46" count="0" type="stmt"/>
|
|
1491
|
+
<line num="47" count="0" type="stmt"/>
|
|
1492
|
+
<line num="48" count="0" type="stmt"/>
|
|
1493
|
+
<line num="49" count="0" type="stmt"/>
|
|
1494
|
+
<line num="50" count="0" type="stmt"/>
|
|
1495
|
+
<line num="51" count="0" type="stmt"/>
|
|
1496
|
+
<line num="52" count="0" type="stmt"/>
|
|
1411
1497
|
</file>
|
|
1412
1498
|
<file name="remove-circular-json-stringify.ts" path="/Users/garcias/DEV/modules/topkat-utils/src/remove-circular-json-stringify.ts">
|
|
1413
1499
|
<metrics statements="19" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
@@ -1432,7 +1518,7 @@
|
|
|
1432
1518
|
<line num="19" count="0" type="stmt"/>
|
|
1433
1519
|
</file>
|
|
1434
1520
|
<file name="string-utils.ts" path="/Users/garcias/DEV/modules/topkat-utils/src/string-utils.ts">
|
|
1435
|
-
<metrics statements="
|
|
1521
|
+
<metrics statements="293" coveredstatements="102" conditionals="0" coveredconditionals="0" methods="24" coveredmethods="0"/>
|
|
1436
1522
|
<line num="1" count="2" type="stmt"/>
|
|
1437
1523
|
<line num="2" count="2" type="stmt"/>
|
|
1438
1524
|
<line num="3" count="2" type="stmt"/>
|
|
@@ -1449,68 +1535,68 @@
|
|
|
1449
1535
|
<line num="14" count="0" type="stmt"/>
|
|
1450
1536
|
<line num="15" count="2" type="stmt"/>
|
|
1451
1537
|
<line num="16" count="2" type="stmt"/>
|
|
1452
|
-
<line num="17" count="
|
|
1453
|
-
<line num="18" count="
|
|
1538
|
+
<line num="17" count="0" type="stmt"/>
|
|
1539
|
+
<line num="18" count="0" type="stmt"/>
|
|
1454
1540
|
<line num="19" count="0" type="stmt"/>
|
|
1455
1541
|
<line num="20" count="0" type="stmt"/>
|
|
1456
|
-
<line num="21" count="
|
|
1457
|
-
<line num="22" count="
|
|
1542
|
+
<line num="21" count="2" type="stmt"/>
|
|
1543
|
+
<line num="22" count="2" type="stmt"/>
|
|
1458
1544
|
<line num="23" count="2" type="stmt"/>
|
|
1459
1545
|
<line num="24" count="2" type="stmt"/>
|
|
1460
1546
|
<line num="25" count="2" type="stmt"/>
|
|
1461
|
-
<line num="26" count="
|
|
1547
|
+
<line num="26" count="0" type="stmt"/>
|
|
1462
1548
|
<line num="27" count="0" type="stmt"/>
|
|
1463
1549
|
<line num="28" count="0" type="stmt"/>
|
|
1464
1550
|
<line num="29" count="0" type="stmt"/>
|
|
1465
|
-
<line num="30" count="
|
|
1551
|
+
<line num="30" count="2" type="stmt"/>
|
|
1466
1552
|
<line num="31" count="2" type="stmt"/>
|
|
1467
|
-
<line num="32" count="
|
|
1468
|
-
<line num="33" count="
|
|
1553
|
+
<line num="32" count="2" type="stmt"/>
|
|
1554
|
+
<line num="33" count="2" type="stmt"/>
|
|
1469
1555
|
<line num="34" count="0" type="stmt"/>
|
|
1470
1556
|
<line num="35" count="0" type="stmt"/>
|
|
1471
|
-
<line num="36" count="
|
|
1472
|
-
<line num="37" count="
|
|
1473
|
-
<line num="38" count="
|
|
1474
|
-
<line num="39" count="
|
|
1475
|
-
<line num="40" count="
|
|
1557
|
+
<line num="36" count="0" type="stmt"/>
|
|
1558
|
+
<line num="37" count="0" type="stmt"/>
|
|
1559
|
+
<line num="38" count="2" type="stmt"/>
|
|
1560
|
+
<line num="39" count="2" type="stmt"/>
|
|
1561
|
+
<line num="40" count="2" type="stmt"/>
|
|
1476
1562
|
<line num="41" count="0" type="stmt"/>
|
|
1477
|
-
<line num="42" count="
|
|
1563
|
+
<line num="42" count="0" type="stmt"/>
|
|
1478
1564
|
<line num="43" count="0" type="stmt"/>
|
|
1479
|
-
<line num="44" count="
|
|
1480
|
-
<line num="45" count="
|
|
1481
|
-
<line num="46" count="
|
|
1482
|
-
<line num="47" count="
|
|
1565
|
+
<line num="44" count="0" type="stmt"/>
|
|
1566
|
+
<line num="45" count="2" type="stmt"/>
|
|
1567
|
+
<line num="46" count="2" type="stmt"/>
|
|
1568
|
+
<line num="47" count="2" type="stmt"/>
|
|
1483
1569
|
<line num="48" count="2" type="stmt"/>
|
|
1484
|
-
<line num="49" count="
|
|
1485
|
-
<line num="50" count="
|
|
1486
|
-
<line num="51" count="
|
|
1487
|
-
<line num="52" count="
|
|
1488
|
-
<line num="53" count="
|
|
1570
|
+
<line num="49" count="0" type="stmt"/>
|
|
1571
|
+
<line num="50" count="0" type="stmt"/>
|
|
1572
|
+
<line num="51" count="0" type="stmt"/>
|
|
1573
|
+
<line num="52" count="0" type="stmt"/>
|
|
1574
|
+
<line num="53" count="2" type="stmt"/>
|
|
1489
1575
|
<line num="54" count="0" type="stmt"/>
|
|
1490
|
-
<line num="55" count="
|
|
1576
|
+
<line num="55" count="2" type="stmt"/>
|
|
1491
1577
|
<line num="56" count="0" type="stmt"/>
|
|
1492
1578
|
<line num="57" count="0" type="stmt"/>
|
|
1493
|
-
<line num="58" count="
|
|
1579
|
+
<line num="58" count="0" type="stmt"/>
|
|
1494
1580
|
<line num="59" count="2" type="stmt"/>
|
|
1495
1581
|
<line num="60" count="2" type="stmt"/>
|
|
1496
1582
|
<line num="61" count="2" type="stmt"/>
|
|
1497
1583
|
<line num="62" count="2" type="stmt"/>
|
|
1498
1584
|
<line num="63" count="2" type="stmt"/>
|
|
1499
|
-
<line num="64" count="
|
|
1500
|
-
<line num="65" count="
|
|
1501
|
-
<line num="66" count="
|
|
1502
|
-
<line num="67" count="
|
|
1585
|
+
<line num="64" count="0" type="stmt"/>
|
|
1586
|
+
<line num="65" count="0" type="stmt"/>
|
|
1587
|
+
<line num="66" count="0" type="stmt"/>
|
|
1588
|
+
<line num="67" count="0" type="stmt"/>
|
|
1503
1589
|
<line num="68" count="0" type="stmt"/>
|
|
1504
|
-
<line num="69" count="
|
|
1505
|
-
<line num="70" count="
|
|
1506
|
-
<line num="71" count="
|
|
1507
|
-
<line num="72" count="
|
|
1508
|
-
<line num="73" count="
|
|
1509
|
-
<line num="74" count="
|
|
1510
|
-
<line num="75" count="
|
|
1511
|
-
<line num="76" count="
|
|
1512
|
-
<line num="77" count="
|
|
1513
|
-
<line num="78" count="
|
|
1590
|
+
<line num="69" count="2" type="stmt"/>
|
|
1591
|
+
<line num="70" count="2" type="stmt"/>
|
|
1592
|
+
<line num="71" count="2" type="stmt"/>
|
|
1593
|
+
<line num="72" count="2" type="stmt"/>
|
|
1594
|
+
<line num="73" count="2" type="stmt"/>
|
|
1595
|
+
<line num="74" count="2" type="stmt"/>
|
|
1596
|
+
<line num="75" count="2" type="stmt"/>
|
|
1597
|
+
<line num="76" count="2" type="stmt"/>
|
|
1598
|
+
<line num="77" count="2" type="stmt"/>
|
|
1599
|
+
<line num="78" count="2" type="stmt"/>
|
|
1514
1600
|
<line num="79" count="0" type="stmt"/>
|
|
1515
1601
|
<line num="80" count="0" type="stmt"/>
|
|
1516
1602
|
<line num="81" count="0" type="stmt"/>
|
|
@@ -1557,23 +1643,23 @@
|
|
|
1557
1643
|
<line num="122" count="0" type="stmt"/>
|
|
1558
1644
|
<line num="123" count="0" type="stmt"/>
|
|
1559
1645
|
<line num="124" count="0" type="stmt"/>
|
|
1560
|
-
<line num="125" count="
|
|
1561
|
-
<line num="126" count="
|
|
1562
|
-
<line num="127" count="
|
|
1563
|
-
<line num="128" count="
|
|
1564
|
-
<line num="129" count="
|
|
1565
|
-
<line num="130" count="
|
|
1646
|
+
<line num="125" count="0" type="stmt"/>
|
|
1647
|
+
<line num="126" count="0" type="stmt"/>
|
|
1648
|
+
<line num="127" count="0" type="stmt"/>
|
|
1649
|
+
<line num="128" count="0" type="stmt"/>
|
|
1650
|
+
<line num="129" count="0" type="stmt"/>
|
|
1651
|
+
<line num="130" count="0" type="stmt"/>
|
|
1566
1652
|
<line num="131" count="0" type="stmt"/>
|
|
1567
1653
|
<line num="132" count="0" type="stmt"/>
|
|
1568
1654
|
<line num="133" count="0" type="stmt"/>
|
|
1569
1655
|
<line num="134" count="0" type="stmt"/>
|
|
1570
1656
|
<line num="135" count="0" type="stmt"/>
|
|
1571
|
-
<line num="136" count="
|
|
1572
|
-
<line num="137" count="
|
|
1573
|
-
<line num="138" count="
|
|
1574
|
-
<line num="139" count="
|
|
1575
|
-
<line num="140" count="
|
|
1576
|
-
<line num="141" count="
|
|
1657
|
+
<line num="136" count="2" type="stmt"/>
|
|
1658
|
+
<line num="137" count="2" type="stmt"/>
|
|
1659
|
+
<line num="138" count="2" type="stmt"/>
|
|
1660
|
+
<line num="139" count="2" type="stmt"/>
|
|
1661
|
+
<line num="140" count="2" type="stmt"/>
|
|
1662
|
+
<line num="141" count="2" type="stmt"/>
|
|
1577
1663
|
<line num="142" count="0" type="stmt"/>
|
|
1578
1664
|
<line num="143" count="0" type="stmt"/>
|
|
1579
1665
|
<line num="144" count="0" type="stmt"/>
|
|
@@ -1583,85 +1669,85 @@
|
|
|
1583
1669
|
<line num="148" count="0" type="stmt"/>
|
|
1584
1670
|
<line num="149" count="0" type="stmt"/>
|
|
1585
1671
|
<line num="150" count="0" type="stmt"/>
|
|
1586
|
-
<line num="151" count="
|
|
1587
|
-
<line num="152" count="
|
|
1588
|
-
<line num="153" count="
|
|
1589
|
-
<line num="154" count="
|
|
1590
|
-
<line num="155" count="
|
|
1591
|
-
<line num="156" count="
|
|
1592
|
-
<line num="157" count="
|
|
1593
|
-
<line num="158" count="
|
|
1594
|
-
<line num="159" count="
|
|
1595
|
-
<line num="160" count="
|
|
1672
|
+
<line num="151" count="0" type="stmt"/>
|
|
1673
|
+
<line num="152" count="0" type="stmt"/>
|
|
1674
|
+
<line num="153" count="0" type="stmt"/>
|
|
1675
|
+
<line num="154" count="0" type="stmt"/>
|
|
1676
|
+
<line num="155" count="0" type="stmt"/>
|
|
1677
|
+
<line num="156" count="0" type="stmt"/>
|
|
1678
|
+
<line num="157" count="0" type="stmt"/>
|
|
1679
|
+
<line num="158" count="0" type="stmt"/>
|
|
1680
|
+
<line num="159" count="0" type="stmt"/>
|
|
1681
|
+
<line num="160" count="0" type="stmt"/>
|
|
1596
1682
|
<line num="161" count="0" type="stmt"/>
|
|
1597
|
-
<line num="162" count="
|
|
1598
|
-
<line num="163" count="
|
|
1599
|
-
<line num="164" count="
|
|
1600
|
-
<line num="165" count="
|
|
1601
|
-
<line num="166" count="
|
|
1602
|
-
<line num="167" count="
|
|
1603
|
-
<line num="168" count="
|
|
1604
|
-
<line num="169" count="
|
|
1605
|
-
<line num="170" count="
|
|
1606
|
-
<line num="171" count="
|
|
1683
|
+
<line num="162" count="2" type="stmt"/>
|
|
1684
|
+
<line num="163" count="2" type="stmt"/>
|
|
1685
|
+
<line num="164" count="2" type="stmt"/>
|
|
1686
|
+
<line num="165" count="2" type="stmt"/>
|
|
1687
|
+
<line num="166" count="2" type="stmt"/>
|
|
1688
|
+
<line num="167" count="2" type="stmt"/>
|
|
1689
|
+
<line num="168" count="2" type="stmt"/>
|
|
1690
|
+
<line num="169" count="2" type="stmt"/>
|
|
1691
|
+
<line num="170" count="2" type="stmt"/>
|
|
1692
|
+
<line num="171" count="2" type="stmt"/>
|
|
1607
1693
|
<line num="172" count="0" type="stmt"/>
|
|
1608
1694
|
<line num="173" count="0" type="stmt"/>
|
|
1609
1695
|
<line num="174" count="0" type="stmt"/>
|
|
1610
1696
|
<line num="175" count="0" type="stmt"/>
|
|
1611
1697
|
<line num="176" count="0" type="stmt"/>
|
|
1612
1698
|
<line num="177" count="0" type="stmt"/>
|
|
1613
|
-
<line num="178" count="
|
|
1699
|
+
<line num="178" count="0" type="stmt"/>
|
|
1614
1700
|
<line num="179" count="0" type="stmt"/>
|
|
1615
1701
|
<line num="180" count="0" type="stmt"/>
|
|
1616
1702
|
<line num="181" count="0" type="stmt"/>
|
|
1617
|
-
<line num="182" count="
|
|
1618
|
-
<line num="183" count="
|
|
1619
|
-
<line num="184" count="
|
|
1620
|
-
<line num="185" count="
|
|
1621
|
-
<line num="186" count="
|
|
1622
|
-
<line num="187" count="
|
|
1703
|
+
<line num="182" count="0" type="stmt"/>
|
|
1704
|
+
<line num="183" count="0" type="stmt"/>
|
|
1705
|
+
<line num="184" count="0" type="stmt"/>
|
|
1706
|
+
<line num="185" count="0" type="stmt"/>
|
|
1707
|
+
<line num="186" count="0" type="stmt"/>
|
|
1708
|
+
<line num="187" count="0" type="stmt"/>
|
|
1623
1709
|
<line num="188" count="0" type="stmt"/>
|
|
1624
|
-
<line num="189" count="
|
|
1710
|
+
<line num="189" count="2" type="stmt"/>
|
|
1625
1711
|
<line num="190" count="0" type="stmt"/>
|
|
1626
1712
|
<line num="191" count="0" type="stmt"/>
|
|
1627
1713
|
<line num="192" count="0" type="stmt"/>
|
|
1628
|
-
<line num="193" count="
|
|
1629
|
-
<line num="194" count="
|
|
1714
|
+
<line num="193" count="2" type="stmt"/>
|
|
1715
|
+
<line num="194" count="2" type="stmt"/>
|
|
1630
1716
|
<line num="195" count="2" type="stmt"/>
|
|
1631
1717
|
<line num="196" count="2" type="stmt"/>
|
|
1632
|
-
<line num="197" count="
|
|
1633
|
-
<line num="198" count="
|
|
1718
|
+
<line num="197" count="2" type="stmt"/>
|
|
1719
|
+
<line num="198" count="2" type="stmt"/>
|
|
1634
1720
|
<line num="199" count="0" type="stmt"/>
|
|
1635
1721
|
<line num="200" count="0" type="stmt"/>
|
|
1636
1722
|
<line num="201" count="0" type="stmt"/>
|
|
1637
1723
|
<line num="202" count="0" type="stmt"/>
|
|
1638
|
-
<line num="203" count="
|
|
1639
|
-
<line num="204" count="
|
|
1640
|
-
<line num="205" count="
|
|
1724
|
+
<line num="203" count="0" type="stmt"/>
|
|
1725
|
+
<line num="204" count="0" type="stmt"/>
|
|
1726
|
+
<line num="205" count="0" type="stmt"/>
|
|
1641
1727
|
<line num="206" count="2" type="stmt"/>
|
|
1642
1728
|
<line num="207" count="2" type="stmt"/>
|
|
1643
|
-
<line num="208" count="
|
|
1644
|
-
<line num="209" count="
|
|
1645
|
-
<line num="210" count="
|
|
1646
|
-
<line num="211" count="
|
|
1647
|
-
<line num="212" count="
|
|
1648
|
-
<line num="213" count="
|
|
1729
|
+
<line num="208" count="0" type="stmt"/>
|
|
1730
|
+
<line num="209" count="0" type="stmt"/>
|
|
1731
|
+
<line num="210" count="0" type="stmt"/>
|
|
1732
|
+
<line num="211" count="0" type="stmt"/>
|
|
1733
|
+
<line num="212" count="0" type="stmt"/>
|
|
1734
|
+
<line num="213" count="0" type="stmt"/>
|
|
1649
1735
|
<line num="214" count="2" type="stmt"/>
|
|
1650
1736
|
<line num="215" count="2" type="stmt"/>
|
|
1651
1737
|
<line num="216" count="2" type="stmt"/>
|
|
1652
|
-
<line num="217" count="
|
|
1653
|
-
<line num="218" count="
|
|
1654
|
-
<line num="219" count="
|
|
1655
|
-
<line num="220" count="
|
|
1656
|
-
<line num="221" count="
|
|
1657
|
-
<line num="222" count="
|
|
1658
|
-
<line num="223" count="
|
|
1659
|
-
<line num="224" count="
|
|
1660
|
-
<line num="225" count="
|
|
1738
|
+
<line num="217" count="2" type="stmt"/>
|
|
1739
|
+
<line num="218" count="2" type="stmt"/>
|
|
1740
|
+
<line num="219" count="2" type="stmt"/>
|
|
1741
|
+
<line num="220" count="2" type="stmt"/>
|
|
1742
|
+
<line num="221" count="2" type="stmt"/>
|
|
1743
|
+
<line num="222" count="2" type="stmt"/>
|
|
1744
|
+
<line num="223" count="2" type="stmt"/>
|
|
1745
|
+
<line num="224" count="2" type="stmt"/>
|
|
1746
|
+
<line num="225" count="2" type="stmt"/>
|
|
1661
1747
|
<line num="226" count="2" type="stmt"/>
|
|
1662
1748
|
<line num="227" count="2" type="stmt"/>
|
|
1663
1749
|
<line num="228" count="2" type="stmt"/>
|
|
1664
|
-
<line num="229" count="
|
|
1750
|
+
<line num="229" count="2" type="stmt"/>
|
|
1665
1751
|
<line num="230" count="2" type="stmt"/>
|
|
1666
1752
|
<line num="231" count="0" type="stmt"/>
|
|
1667
1753
|
<line num="232" count="0" type="stmt"/>
|
|
@@ -1672,46 +1758,60 @@
|
|
|
1672
1758
|
<line num="237" count="0" type="stmt"/>
|
|
1673
1759
|
<line num="238" count="0" type="stmt"/>
|
|
1674
1760
|
<line num="239" count="0" type="stmt"/>
|
|
1675
|
-
<line num="240" count="
|
|
1676
|
-
<line num="241" count="
|
|
1677
|
-
<line num="242" count="
|
|
1761
|
+
<line num="240" count="2" type="stmt"/>
|
|
1762
|
+
<line num="241" count="2" type="stmt"/>
|
|
1763
|
+
<line num="242" count="2" type="stmt"/>
|
|
1678
1764
|
<line num="243" count="0" type="stmt"/>
|
|
1679
|
-
<line num="244" count="
|
|
1765
|
+
<line num="244" count="2" type="stmt"/>
|
|
1680
1766
|
<line num="245" count="0" type="stmt"/>
|
|
1681
1767
|
<line num="246" count="0" type="stmt"/>
|
|
1682
1768
|
<line num="247" count="0" type="stmt"/>
|
|
1683
1769
|
<line num="248" count="0" type="stmt"/>
|
|
1684
|
-
<line num="249" count="
|
|
1685
|
-
<line num="250" count="
|
|
1770
|
+
<line num="249" count="0" type="stmt"/>
|
|
1771
|
+
<line num="250" count="0" type="stmt"/>
|
|
1686
1772
|
<line num="251" count="0" type="stmt"/>
|
|
1687
1773
|
<line num="252" count="0" type="stmt"/>
|
|
1688
1774
|
<line num="253" count="0" type="stmt"/>
|
|
1689
|
-
<line num="254" count="
|
|
1690
|
-
<line num="255" count="
|
|
1775
|
+
<line num="254" count="0" type="stmt"/>
|
|
1776
|
+
<line num="255" count="0" type="stmt"/>
|
|
1691
1777
|
<line num="256" count="0" type="stmt"/>
|
|
1692
1778
|
<line num="257" count="0" type="stmt"/>
|
|
1693
1779
|
<line num="258" count="0" type="stmt"/>
|
|
1694
|
-
<line num="259" count="
|
|
1695
|
-
<line num="260" count="
|
|
1696
|
-
<line num="261" count="
|
|
1780
|
+
<line num="259" count="0" type="stmt"/>
|
|
1781
|
+
<line num="260" count="0" type="stmt"/>
|
|
1782
|
+
<line num="261" count="0" type="stmt"/>
|
|
1697
1783
|
<line num="262" count="0" type="stmt"/>
|
|
1698
|
-
<line num="263" count="
|
|
1699
|
-
<line num="264" count="
|
|
1784
|
+
<line num="263" count="2" type="stmt"/>
|
|
1785
|
+
<line num="264" count="2" type="stmt"/>
|
|
1700
1786
|
<line num="265" count="0" type="stmt"/>
|
|
1701
1787
|
<line num="266" count="0" type="stmt"/>
|
|
1702
1788
|
<line num="267" count="0" type="stmt"/>
|
|
1703
|
-
<line num="268" count="
|
|
1704
|
-
<line num="269" count="
|
|
1705
|
-
<line num="270" count="
|
|
1706
|
-
<line num="271" count="
|
|
1789
|
+
<line num="268" count="2" type="stmt"/>
|
|
1790
|
+
<line num="269" count="2" type="stmt"/>
|
|
1791
|
+
<line num="270" count="0" type="stmt"/>
|
|
1792
|
+
<line num="271" count="0" type="stmt"/>
|
|
1707
1793
|
<line num="272" count="0" type="stmt"/>
|
|
1708
|
-
<line num="273" count="
|
|
1709
|
-
<line num="274" count="
|
|
1794
|
+
<line num="273" count="2" type="stmt"/>
|
|
1795
|
+
<line num="274" count="2" type="stmt"/>
|
|
1710
1796
|
<line num="275" count="2" type="stmt"/>
|
|
1711
|
-
<line num="276" count="
|
|
1797
|
+
<line num="276" count="0" type="stmt"/>
|
|
1712
1798
|
<line num="277" count="0" type="stmt"/>
|
|
1713
1799
|
<line num="278" count="0" type="stmt"/>
|
|
1714
1800
|
<line num="279" count="0" type="stmt"/>
|
|
1801
|
+
<line num="280" count="0" type="stmt"/>
|
|
1802
|
+
<line num="281" count="0" type="stmt"/>
|
|
1803
|
+
<line num="282" count="0" type="stmt"/>
|
|
1804
|
+
<line num="283" count="0" type="stmt"/>
|
|
1805
|
+
<line num="284" count="2" type="stmt"/>
|
|
1806
|
+
<line num="285" count="2" type="stmt"/>
|
|
1807
|
+
<line num="286" count="0" type="stmt"/>
|
|
1808
|
+
<line num="287" count="0" type="stmt"/>
|
|
1809
|
+
<line num="288" count="0" type="stmt"/>
|
|
1810
|
+
<line num="289" count="2" type="stmt"/>
|
|
1811
|
+
<line num="290" count="2" type="stmt"/>
|
|
1812
|
+
<line num="291" count="0" type="stmt"/>
|
|
1813
|
+
<line num="292" count="0" type="stmt"/>
|
|
1814
|
+
<line num="293" count="0" type="stmt"/>
|
|
1715
1815
|
</file>
|
|
1716
1816
|
<file name="timer-utils.ts" path="/Users/garcias/DEV/modules/topkat-utils/src/timer-utils.ts">
|
|
1717
1817
|
<metrics statements="89" coveredstatements="45" conditionals="3" coveredconditionals="3" methods="7" coveredmethods="2"/>
|