@zeedhi/teknisa-components-common 1.43.0 → 1.44.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/coverage/clover.xml +527 -511
- package/coverage/coverage-final.json +7 -7
- package/coverage/lcov-report/index.html +15 -15
- package/coverage/lcov.info +1035 -982
- package/dist/tek-components-common.esm.js +47 -9
- package/dist/tek-components-common.umd.js +47 -9
- package/package.json +2 -2
- package/tests/unit/components/tek-grid/grid.spec.ts +95 -0
- package/tests/unit/utils/grid-base/grid-controller.spec.ts +106 -3
- package/types/components/tek-grid/grid-column.d.ts +4 -1
- package/types/components/tek-grid/grid.d.ts +1 -0
- package/types/components/tek-grid/interfaces.d.ts +2 -0
- package/types/components/tek-tree-grid/interfaces.d.ts +1 -0
- package/types/components/tek-tree-grid/tree-grid.d.ts +1 -0
- package/types/utils/grid-base/grid-base.d.ts +16 -31
- package/types/utils/grid-base/grid-controller.d.ts +7 -3
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="1644339779275" clover="3.2.0">
|
|
3
|
+
<project timestamp="1644339779275" name="All files">
|
|
4
|
+
<metrics statements="1219" coveredstatements="1219" conditionals="582" coveredconditionals="582" methods="296" coveredmethods="296" elements="2097" coveredelements="2097" complexity="0" loc="1219" ncloc="1219" packages="17" files="31" classes="31"/>
|
|
5
5
|
<package name="src">
|
|
6
6
|
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
7
7
|
<file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/index.ts">
|
|
@@ -416,7 +416,7 @@
|
|
|
416
416
|
</file>
|
|
417
417
|
</package>
|
|
418
418
|
<package name="src.components.tek-grid">
|
|
419
|
-
<metrics statements="
|
|
419
|
+
<metrics statements="466" coveredstatements="466" conditionals="201" coveredconditionals="201" methods="122" coveredmethods="122"/>
|
|
420
420
|
<file name="filter-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/filter-helper.ts">
|
|
421
421
|
<metrics statements="32" coveredstatements="32" conditionals="3" coveredconditionals="3" methods="14" coveredmethods="14"/>
|
|
422
422
|
<line num="1" count="24" type="stmt"/>
|
|
@@ -453,49 +453,54 @@
|
|
|
453
453
|
<line num="90" count="2" type="stmt"/>
|
|
454
454
|
</file>
|
|
455
455
|
<file name="grid-column.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-column.ts">
|
|
456
|
-
<metrics statements="
|
|
456
|
+
<metrics statements="47" coveredstatements="47" conditionals="15" coveredconditionals="15" methods="13" coveredmethods="13"/>
|
|
457
457
|
<line num="1" count="24" type="stmt"/>
|
|
458
458
|
<line num="2" count="24" type="stmt"/>
|
|
459
459
|
<line num="3" count="24" type="stmt"/>
|
|
460
460
|
<line num="10" count="24" type="stmt"/>
|
|
461
|
-
<line num="
|
|
462
|
-
<line num="
|
|
463
|
-
<line num="
|
|
464
|
-
<line num="
|
|
465
|
-
<line num="
|
|
466
|
-
<line num="
|
|
467
|
-
<line num="
|
|
468
|
-
<line num="
|
|
469
|
-
<line num="
|
|
470
|
-
<line num="
|
|
471
|
-
<line num="
|
|
472
|
-
<line num="
|
|
473
|
-
<line num="
|
|
474
|
-
<line num="
|
|
475
|
-
<line num="
|
|
476
|
-
<line num="
|
|
477
|
-
<line num="
|
|
478
|
-
<line num="
|
|
479
|
-
<line num="
|
|
480
|
-
<line num="
|
|
481
|
-
<line num="127" count="10" type="stmt"/>
|
|
482
|
-
<line num="128" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
461
|
+
<line num="71" count="5" type="stmt"/>
|
|
462
|
+
<line num="73" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
463
|
+
<line num="74" count="2" type="stmt"/>
|
|
464
|
+
<line num="76" count="3" type="stmt"/>
|
|
465
|
+
<line num="78" count="3" type="stmt"/>
|
|
466
|
+
<line num="79" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
467
|
+
<line num="80" count="1" type="stmt"/>
|
|
468
|
+
<line num="81" count="1" type="stmt"/>
|
|
469
|
+
<line num="84" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
470
|
+
<line num="85" count="2" type="stmt"/>
|
|
471
|
+
<line num="86" count="2" type="stmt"/>
|
|
472
|
+
<line num="87" count="2" type="stmt"/>
|
|
473
|
+
<line num="111" count="11" type="cond" truecount="1" falsecount="0"/>
|
|
474
|
+
<line num="112" count="1" type="stmt"/>
|
|
475
|
+
<line num="115" count="10" type="stmt"/>
|
|
476
|
+
<line num="116" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
477
|
+
<line num="117" count="7" type="cond" truecount="1" falsecount="0"/>
|
|
478
|
+
<line num="118" count="6" type="stmt"/>
|
|
479
|
+
<line num="122" count="3" type="stmt"/>
|
|
480
|
+
<line num="128" count="3" type="stmt"/>
|
|
483
481
|
<line num="131" count="10" type="stmt"/>
|
|
484
|
-
<line num="
|
|
485
|
-
<line num="
|
|
486
|
-
<line num="
|
|
487
|
-
<line num="
|
|
488
|
-
<line num="
|
|
489
|
-
<line num="
|
|
490
|
-
<line num="
|
|
491
|
-
<line num="
|
|
492
|
-
<line num="
|
|
493
|
-
<line num="
|
|
494
|
-
<line num="
|
|
495
|
-
<line num="
|
|
496
|
-
<line num="
|
|
497
|
-
<line num="
|
|
498
|
-
<line num="
|
|
482
|
+
<line num="132" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
483
|
+
<line num="135" count="10" type="stmt"/>
|
|
484
|
+
<line num="142" count="10" type="stmt"/>
|
|
485
|
+
<line num="146" count="742" type="stmt"/>
|
|
486
|
+
<line num="150" count="196" type="stmt"/>
|
|
487
|
+
<line num="151" count="196" type="stmt"/>
|
|
488
|
+
<line num="152" count="196" type="cond" truecount="1" falsecount="0"/>
|
|
489
|
+
<line num="153" count="22" type="stmt"/>
|
|
490
|
+
<line num="158" count="480" type="stmt"/>
|
|
491
|
+
<line num="162" count="196" type="stmt"/>
|
|
492
|
+
<line num="163" count="196" type="stmt"/>
|
|
493
|
+
<line num="164" count="196" type="cond" truecount="1" falsecount="0"/>
|
|
494
|
+
<line num="165" count="13" type="stmt"/>
|
|
495
|
+
<line num="170" count="261" type="stmt"/>
|
|
496
|
+
<line num="174" count="194" type="stmt"/>
|
|
497
|
+
<line num="175" count="194" type="stmt"/>
|
|
498
|
+
<line num="176" count="194" type="cond" truecount="1" falsecount="0"/>
|
|
499
|
+
<line num="177" count="1" type="stmt"/>
|
|
500
|
+
<line num="182" count="430" type="cond" truecount="2" falsecount="0"/>
|
|
501
|
+
<line num="186" count="579" type="stmt"/>
|
|
502
|
+
<line num="191" count="36" type="stmt"/>
|
|
503
|
+
<line num="192" count="29" type="stmt"/>
|
|
499
504
|
</file>
|
|
500
505
|
<file name="grid-columns-button-controller.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-columns-button-controller.ts">
|
|
501
506
|
<metrics statements="11" coveredstatements="11" conditionals="4" coveredconditionals="4" methods="2" coveredmethods="2"/>
|
|
@@ -531,7 +536,7 @@
|
|
|
531
536
|
<line num="33" count="2" type="stmt"/>
|
|
532
537
|
</file>
|
|
533
538
|
<file name="grid.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid.ts">
|
|
534
|
-
<metrics statements="
|
|
539
|
+
<metrics statements="275" coveredstatements="275" conditionals="135" coveredconditionals="135" methods="70" coveredmethods="70"/>
|
|
535
540
|
<line num="1" count="24" type="stmt"/>
|
|
536
541
|
<line num="6" count="24" type="stmt"/>
|
|
537
542
|
<line num="10" count="24" type="stmt"/>
|
|
@@ -541,275 +546,277 @@
|
|
|
541
546
|
<line num="16" count="24" type="stmt"/>
|
|
542
547
|
<line num="17" count="24" type="stmt"/>
|
|
543
548
|
<line num="30" count="24" type="stmt"/>
|
|
544
|
-
<line num="32" count="
|
|
545
|
-
<line num="35" count="
|
|
546
|
-
<line num="38" count="
|
|
547
|
-
<line num="41" count="
|
|
548
|
-
<line num="44" count="
|
|
549
|
-
<line num="47" count="
|
|
550
|
-
<line num="50" count="
|
|
551
|
-
<line num="53" count="
|
|
552
|
-
<line num="
|
|
553
|
-
<line num="
|
|
554
|
-
<line num="
|
|
555
|
-
<line num="
|
|
556
|
-
<line num="
|
|
557
|
-
<line num="
|
|
558
|
-
<line num="
|
|
559
|
-
<line num="
|
|
560
|
-
<line num="
|
|
561
|
-
<line num="
|
|
562
|
-
<line num="
|
|
563
|
-
<line num="
|
|
564
|
-
<line num="
|
|
565
|
-
<line num="
|
|
566
|
-
<line num="
|
|
567
|
-
<line num="
|
|
568
|
-
<line num="
|
|
569
|
-
<line num="
|
|
570
|
-
<line num="
|
|
571
|
-
<line num="
|
|
572
|
-
<line num="
|
|
573
|
-
<line num="
|
|
574
|
-
<line num="
|
|
575
|
-
<line num="
|
|
576
|
-
<line num="
|
|
577
|
-
<line num="
|
|
578
|
-
<line num="
|
|
579
|
-
<line num="
|
|
580
|
-
<line num="
|
|
581
|
-
<line num="
|
|
582
|
-
<line num="
|
|
583
|
-
<line num="
|
|
584
|
-
<line num="
|
|
585
|
-
<line num="
|
|
586
|
-
<line num="190" count="
|
|
587
|
-
<line num="191" count="
|
|
588
|
-
<line num="
|
|
589
|
-
<line num="
|
|
590
|
-
<line num="196" count="
|
|
591
|
-
<line num="
|
|
592
|
-
<line num="
|
|
593
|
-
<line num="
|
|
594
|
-
<line num="
|
|
595
|
-
<line num="
|
|
596
|
-
<line num="
|
|
597
|
-
<line num="
|
|
598
|
-
<line num="
|
|
599
|
-
<line num="
|
|
600
|
-
<line num="
|
|
601
|
-
<line num="
|
|
602
|
-
<line num="
|
|
603
|
-
<line num="
|
|
604
|
-
<line num="
|
|
605
|
-
<line num="
|
|
606
|
-
<line num="
|
|
607
|
-
<line num="
|
|
608
|
-
<line num="
|
|
609
|
-
<line num="
|
|
610
|
-
<line num="
|
|
611
|
-
<line num="
|
|
612
|
-
<line num="
|
|
613
|
-
<line num="
|
|
614
|
-
<line num="
|
|
615
|
-
<line num="
|
|
616
|
-
<line num="
|
|
617
|
-
<line num="
|
|
618
|
-
<line num="
|
|
619
|
-
<line num="292" count="1" type="stmt"/>
|
|
549
|
+
<line num="32" count="99" type="stmt"/>
|
|
550
|
+
<line num="35" count="99" type="stmt"/>
|
|
551
|
+
<line num="38" count="99" type="stmt"/>
|
|
552
|
+
<line num="41" count="99" type="stmt"/>
|
|
553
|
+
<line num="44" count="99" type="stmt"/>
|
|
554
|
+
<line num="47" count="99" type="stmt"/>
|
|
555
|
+
<line num="50" count="99" type="stmt"/>
|
|
556
|
+
<line num="53" count="99" type="stmt"/>
|
|
557
|
+
<line num="56" count="99" type="stmt"/>
|
|
558
|
+
<line num="65" count="99" type="stmt"/>
|
|
559
|
+
<line num="71" count="99" type="stmt"/>
|
|
560
|
+
<line num="77" count="99" type="stmt"/>
|
|
561
|
+
<line num="87" count="99" type="stmt"/>
|
|
562
|
+
<line num="92" count="99" type="stmt"/>
|
|
563
|
+
<line num="97" count="99" type="stmt"/>
|
|
564
|
+
<line num="128" count="99" type="stmt"/>
|
|
565
|
+
<line num="133" count="99" type="stmt"/>
|
|
566
|
+
<line num="135" count="99" type="stmt"/>
|
|
567
|
+
<line num="137" count="99" type="stmt"/>
|
|
568
|
+
<line num="139" count="99" type="stmt"/>
|
|
569
|
+
<line num="141" count="99" type="stmt"/>
|
|
570
|
+
<line num="143" count="99" type="stmt"/>
|
|
571
|
+
<line num="160" count="99" type="stmt"/>
|
|
572
|
+
<line num="166" count="99" type="stmt"/>
|
|
573
|
+
<line num="167" count="99" type="stmt"/>
|
|
574
|
+
<line num="168" count="99" type="stmt"/>
|
|
575
|
+
<line num="169" count="99" type="stmt"/>
|
|
576
|
+
<line num="170" count="99" type="stmt"/>
|
|
577
|
+
<line num="171" count="99" type="stmt"/>
|
|
578
|
+
<line num="172" count="99" type="stmt"/>
|
|
579
|
+
<line num="173" count="99" type="stmt"/>
|
|
580
|
+
<line num="178" count="99" type="stmt"/>
|
|
581
|
+
<line num="179" count="99" type="stmt"/>
|
|
582
|
+
<line num="180" count="99" type="stmt"/>
|
|
583
|
+
<line num="181" count="99" type="stmt"/>
|
|
584
|
+
<line num="182" count="99" type="stmt"/>
|
|
585
|
+
<line num="183" count="99" type="stmt"/>
|
|
586
|
+
<line num="184" count="99" type="cond" truecount="2" falsecount="0"/>
|
|
587
|
+
<line num="185" count="99" type="stmt"/>
|
|
588
|
+
<line num="186" count="99" type="stmt"/>
|
|
589
|
+
<line num="187" count="99" type="cond" truecount="2" falsecount="0"/>
|
|
590
|
+
<line num="188" count="99" type="stmt"/>
|
|
591
|
+
<line num="190" count="99" type="cond" truecount="1" falsecount="0"/>
|
|
592
|
+
<line num="191" count="4" type="stmt"/>
|
|
593
|
+
<line num="194" count="99" type="stmt"/>
|
|
594
|
+
<line num="195" count="99" type="stmt"/>
|
|
595
|
+
<line num="196" count="99" type="stmt"/>
|
|
596
|
+
<line num="198" count="99" type="stmt"/>
|
|
597
|
+
<line num="200" count="99" type="cond" truecount="4" falsecount="0"/>
|
|
598
|
+
<line num="204" count="34" type="stmt"/>
|
|
599
|
+
<line num="205" count="34" type="stmt"/>
|
|
600
|
+
<line num="206" count="34" type="cond" truecount="1" falsecount="0"/>
|
|
601
|
+
<line num="207" count="34" type="stmt"/>
|
|
602
|
+
<line num="212" count="34" type="stmt"/>
|
|
603
|
+
<line num="219" count="99" type="stmt"/>
|
|
604
|
+
<line num="227" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
605
|
+
<line num="228" count="1" type="stmt"/>
|
|
606
|
+
<line num="229" count="1" type="stmt"/>
|
|
607
|
+
<line num="237" count="1" type="stmt"/>
|
|
608
|
+
<line num="238" count="1" type="stmt"/>
|
|
609
|
+
<line num="239" count="1" type="stmt"/>
|
|
610
|
+
<line num="247" count="5" type="stmt"/>
|
|
611
|
+
<line num="248" count="5" type="stmt"/>
|
|
612
|
+
<line num="252" count="3" type="stmt"/>
|
|
613
|
+
<line num="253" count="3" type="stmt"/>
|
|
614
|
+
<line num="257" count="1" type="stmt"/>
|
|
615
|
+
<line num="258" count="1" type="stmt"/>
|
|
616
|
+
<line num="262" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
617
|
+
<line num="263" count="1" type="stmt"/>
|
|
618
|
+
<line num="271" count="164" type="stmt"/>
|
|
619
|
+
<line num="275" count="2" type="cond" truecount="3" falsecount="0"/>
|
|
620
|
+
<line num="276" count="1" type="stmt"/>
|
|
621
|
+
<line num="277" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
622
|
+
<line num="279" count="1" type="stmt"/>
|
|
623
|
+
<line num="283" count="2" type="stmt"/>
|
|
620
624
|
<line num="294" count="2" type="stmt"/>
|
|
625
|
+
<line num="295" count="2" type="stmt"/>
|
|
626
|
+
<line num="296" count="1" type="stmt"/>
|
|
621
627
|
<line num="298" count="2" type="stmt"/>
|
|
622
|
-
<line num="
|
|
623
|
-
<line num="
|
|
624
|
-
<line num="
|
|
625
|
-
<line num="
|
|
626
|
-
<line num="
|
|
627
|
-
<line num="
|
|
628
|
-
<line num="
|
|
629
|
-
<line num="
|
|
630
|
-
<line num="
|
|
631
|
-
<line num="
|
|
632
|
-
<line num="
|
|
633
|
-
<line num="
|
|
634
|
-
<line num="
|
|
635
|
-
<line num="
|
|
636
|
-
<line num="
|
|
637
|
-
<line num="
|
|
638
|
-
<line num="337" count="
|
|
639
|
-
<line num="
|
|
640
|
-
<line num="
|
|
641
|
-
<line num="
|
|
642
|
-
<line num="346" count="
|
|
643
|
-
<line num="
|
|
644
|
-
<line num="351" count="
|
|
645
|
-
<line num="
|
|
646
|
-
<line num="
|
|
647
|
-
<line num="
|
|
648
|
-
<line num="
|
|
649
|
-
<line num="
|
|
650
|
-
<line num="
|
|
651
|
-
<line num="359" count="8" type="stmt"/>
|
|
628
|
+
<line num="302" count="2" type="stmt"/>
|
|
629
|
+
<line num="303" count="2" type="stmt"/>
|
|
630
|
+
<line num="304" count="2" type="stmt"/>
|
|
631
|
+
<line num="307" count="2" type="cond" truecount="3" falsecount="0"/>
|
|
632
|
+
<line num="308" count="1" type="stmt"/>
|
|
633
|
+
<line num="309" count="1" type="stmt"/>
|
|
634
|
+
<line num="312" count="2" type="stmt"/>
|
|
635
|
+
<line num="318" count="2" type="stmt"/>
|
|
636
|
+
<line num="321" count="99" type="stmt"/>
|
|
637
|
+
<line num="323" count="99" type="stmt"/>
|
|
638
|
+
<line num="330" count="99" type="stmt"/>
|
|
639
|
+
<line num="331" count="99" type="stmt"/>
|
|
640
|
+
<line num="333" count="99" type="stmt"/>
|
|
641
|
+
<line num="334" count="99" type="stmt"/>
|
|
642
|
+
<line num="335" count="99" type="stmt"/>
|
|
643
|
+
<line num="336" count="99" type="stmt"/>
|
|
644
|
+
<line num="337" count="99" type="stmt"/>
|
|
645
|
+
<line num="341" count="99" type="stmt"/>
|
|
646
|
+
<line num="342" count="58" type="cond" truecount="4" falsecount="0"/>
|
|
647
|
+
<line num="343" count="12" type="stmt"/>
|
|
648
|
+
<line num="346" count="58" type="stmt"/>
|
|
649
|
+
<line num="350" count="99" type="cond" truecount="1" falsecount="0"/>
|
|
650
|
+
<line num="351" count="45" type="stmt"/>
|
|
651
|
+
<line num="355" count="43" type="stmt"/>
|
|
652
|
+
<line num="357" count="48" type="stmt"/>
|
|
653
|
+
<line num="358" count="43" type="stmt"/>
|
|
654
|
+
<line num="359" count="43" type="cond" truecount="5" falsecount="0"/>
|
|
655
|
+
<line num="360" count="12" type="cond" truecount="1" falsecount="0"/>
|
|
656
|
+
<line num="361" count="13" type="stmt"/>
|
|
652
657
|
<line num="362" count="11" type="stmt"/>
|
|
653
|
-
<line num="
|
|
654
|
-
<line num="
|
|
655
|
-
<line num="
|
|
656
|
-
<line num="371" count="
|
|
657
|
-
<line num="372" count="
|
|
658
|
+
<line num="363" count="8" type="stmt"/>
|
|
659
|
+
<line num="366" count="11" type="stmt"/>
|
|
660
|
+
<line num="369" count="12" type="stmt"/>
|
|
661
|
+
<line num="371" count="31" type="stmt"/>
|
|
662
|
+
<line num="372" count="31" type="stmt"/>
|
|
658
663
|
<line num="375" count="43" type="cond" truecount="3" falsecount="0"/>
|
|
659
|
-
<line num="376" count="
|
|
660
|
-
<line num="
|
|
661
|
-
<line num="
|
|
662
|
-
<line num="
|
|
663
|
-
<line num="
|
|
664
|
-
<line num="386" count="12" type="stmt"/>
|
|
664
|
+
<line num="376" count="43" type="stmt"/>
|
|
665
|
+
<line num="379" count="43" type="cond" truecount="3" falsecount="0"/>
|
|
666
|
+
<line num="380" count="1" type="stmt"/>
|
|
667
|
+
<line num="382" count="43" type="cond" truecount="1" falsecount="0"/>
|
|
668
|
+
<line num="383" count="1" type="stmt"/>
|
|
665
669
|
<line num="388" count="12" type="stmt"/>
|
|
666
|
-
<line num="389" count="
|
|
667
|
-
<line num="390" count="
|
|
668
|
-
<line num="
|
|
669
|
-
<line num="
|
|
670
|
-
<line num="
|
|
671
|
-
<line num="
|
|
672
|
-
<line num="396" count="
|
|
673
|
-
<line num="
|
|
674
|
-
<line num="
|
|
670
|
+
<line num="389" count="12" type="stmt"/>
|
|
671
|
+
<line num="390" count="12" type="stmt"/>
|
|
672
|
+
<line num="392" count="12" type="stmt"/>
|
|
673
|
+
<line num="393" count="49" type="stmt"/>
|
|
674
|
+
<line num="394" count="49" type="stmt"/>
|
|
675
|
+
<line num="395" count="54" type="stmt"/>
|
|
676
|
+
<line num="396" count="54" type="cond" truecount="3" falsecount="0"/>
|
|
677
|
+
<line num="397" count="25" type="cond" truecount="1" falsecount="0"/>
|
|
678
|
+
<line num="398" count="21" type="stmt"/>
|
|
675
679
|
<line num="400" count="25" type="stmt"/>
|
|
676
|
-
<line num="
|
|
677
|
-
<line num="
|
|
680
|
+
<line num="402" count="25" type="stmt"/>
|
|
681
|
+
<line num="403" count="25" type="stmt"/>
|
|
682
|
+
<line num="404" count="25" type="stmt"/>
|
|
678
683
|
<line num="408" count="49" type="stmt"/>
|
|
679
|
-
<line num="
|
|
680
|
-
<line num="
|
|
681
|
-
<line num="
|
|
682
|
-
<line num="417" count="
|
|
683
|
-
<line num="
|
|
684
|
-
<line num="
|
|
685
|
-
<line num="
|
|
686
|
-
<line num="
|
|
687
|
-
<line num="
|
|
688
|
-
<line num="
|
|
689
|
-
<line num="
|
|
690
|
-
<line num="
|
|
691
|
-
<line num="
|
|
692
|
-
<line num="
|
|
693
|
-
<line num="
|
|
694
|
-
<line num="
|
|
695
|
-
<line num="
|
|
696
|
-
<line num="465" count="25" type="stmt"/>
|
|
684
|
+
<line num="409" count="54" type="stmt"/>
|
|
685
|
+
<line num="412" count="49" type="stmt"/>
|
|
686
|
+
<line num="414" count="54" type="stmt"/>
|
|
687
|
+
<line num="417" count="49" type="stmt"/>
|
|
688
|
+
<line num="420" count="12" type="cond" truecount="1" falsecount="0"/>
|
|
689
|
+
<line num="421" count="10" type="stmt"/>
|
|
690
|
+
<line num="423" count="10" type="cond" truecount="1" falsecount="0"/>
|
|
691
|
+
<line num="424" count="9" type="stmt"/>
|
|
692
|
+
<line num="430" count="111" type="stmt"/>
|
|
693
|
+
<line num="431" count="111" type="stmt"/>
|
|
694
|
+
<line num="432" count="13" type="stmt"/>
|
|
695
|
+
<line num="440" count="13" type="stmt"/>
|
|
696
|
+
<line num="442" count="13" type="stmt"/>
|
|
697
|
+
<line num="447" count="208" type="cond" truecount="2" falsecount="0"/>
|
|
698
|
+
<line num="448" count="111" type="stmt"/>
|
|
699
|
+
<line num="452" count="25" type="cond" truecount="2" falsecount="0"/>
|
|
700
|
+
<line num="453" count="25" type="stmt"/>
|
|
697
701
|
<line num="466" count="25" type="stmt"/>
|
|
698
|
-
<line num="467" count="
|
|
699
|
-
<line num="
|
|
700
|
-
<line num="
|
|
701
|
-
<line num="
|
|
702
|
-
<line num="
|
|
703
|
-
<line num="
|
|
704
|
-
<line num="
|
|
705
|
-
<line num="
|
|
702
|
+
<line num="467" count="8" type="stmt"/>
|
|
703
|
+
<line num="469" count="25" type="stmt"/>
|
|
704
|
+
<line num="470" count="25" type="stmt"/>
|
|
705
|
+
<line num="471" count="25" type="stmt"/>
|
|
706
|
+
<line num="475" count="31" type="cond" truecount="1" falsecount="0"/>
|
|
707
|
+
<line num="476" count="20" type="stmt"/>
|
|
708
|
+
<line num="479" count="11" type="stmt"/>
|
|
709
|
+
<line num="480" count="13" type="cond" truecount="1" falsecount="0"/>
|
|
710
|
+
<line num="481" count="9" type="stmt"/>
|
|
706
711
|
<line num="491" count="9" type="stmt"/>
|
|
707
|
-
<line num="
|
|
708
|
-
<line num="
|
|
709
|
-
<line num="
|
|
710
|
-
<line num="
|
|
711
|
-
<line num="
|
|
712
|
-
<line num="
|
|
713
|
-
<line num="
|
|
714
|
-
<line num="
|
|
715
|
-
<line num="518" count="86" type="cond" truecount="2" falsecount="0"/>
|
|
712
|
+
<line num="492" count="4" type="stmt"/>
|
|
713
|
+
<line num="495" count="9" type="stmt"/>
|
|
714
|
+
<line num="501" count="38" type="stmt"/>
|
|
715
|
+
<line num="502" count="30" type="stmt"/>
|
|
716
|
+
<line num="512" count="135" type="cond" truecount="2" falsecount="0"/>
|
|
717
|
+
<line num="516" count="90" type="cond" truecount="1" falsecount="0"/>
|
|
718
|
+
<line num="517" count="86" type="stmt"/>
|
|
719
|
+
<line num="519" count="86" type="cond" truecount="1" falsecount="0"/>
|
|
716
720
|
<line num="520" count="86" type="cond" truecount="1" falsecount="0"/>
|
|
717
|
-
<line num="521" count="
|
|
718
|
-
<line num="
|
|
719
|
-
<line num="
|
|
720
|
-
<line num="
|
|
721
|
-
<line num="
|
|
722
|
-
<line num="
|
|
723
|
-
<line num="
|
|
724
|
-
<line num="
|
|
725
|
-
<line num="
|
|
726
|
-
<line num="
|
|
727
|
-
<line num="
|
|
728
|
-
<line num="
|
|
729
|
-
<line num="
|
|
730
|
-
<line num="
|
|
731
|
-
<line num="
|
|
732
|
-
<line num="
|
|
733
|
-
<line num="
|
|
734
|
-
<line num="567" count="
|
|
735
|
-
<line num="568" count="
|
|
736
|
-
<line num="569" count="
|
|
737
|
-
<line num="
|
|
738
|
-
<line num="
|
|
739
|
-
<line num="
|
|
740
|
-
<line num="
|
|
741
|
-
<line num="
|
|
721
|
+
<line num="521" count="86" type="cond" truecount="2" falsecount="0"/>
|
|
722
|
+
<line num="522" count="86" type="cond" truecount="2" falsecount="0"/>
|
|
723
|
+
<line num="524" count="86" type="cond" truecount="1" falsecount="0"/>
|
|
724
|
+
<line num="525" count="78" type="stmt"/>
|
|
725
|
+
<line num="531" count="49" type="cond" truecount="1" falsecount="0"/>
|
|
726
|
+
<line num="532" count="19" type="stmt"/>
|
|
727
|
+
<line num="533" count="45" type="stmt"/>
|
|
728
|
+
<line num="534" count="45" type="stmt"/>
|
|
729
|
+
<line num="535" count="45" type="cond" truecount="1" falsecount="0"/>
|
|
730
|
+
<line num="536" count="10" type="stmt"/>
|
|
731
|
+
<line num="544" count="45" type="stmt"/>
|
|
732
|
+
<line num="546" count="45" type="stmt"/>
|
|
733
|
+
<line num="547" count="45" type="stmt"/>
|
|
734
|
+
<line num="554" count="9" type="cond" truecount="1" falsecount="0"/>
|
|
735
|
+
<line num="556" count="3" type="stmt"/>
|
|
736
|
+
<line num="562" count="3" type="stmt"/>
|
|
737
|
+
<line num="566" count="12" type="stmt"/>
|
|
738
|
+
<line num="567" count="12" type="stmt"/>
|
|
739
|
+
<line num="568" count="27" type="stmt"/>
|
|
740
|
+
<line num="569" count="27" type="stmt"/>
|
|
741
|
+
<line num="571" count="27" type="cond" truecount="2" falsecount="0"/>
|
|
742
|
+
<line num="572" count="12" type="stmt"/>
|
|
743
|
+
<line num="573" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
744
|
+
<line num="574" count="9" type="stmt"/>
|
|
745
|
+
<line num="575" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
742
746
|
<line num="576" count="2" type="stmt"/>
|
|
743
|
-
<line num="
|
|
744
|
-
<line num="
|
|
745
|
-
<line num="
|
|
746
|
-
<line num="
|
|
747
|
-
<line num="
|
|
748
|
-
<line num="
|
|
749
|
-
<line num="
|
|
750
|
-
<line num="
|
|
751
|
-
<line num="
|
|
747
|
+
<line num="577" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
748
|
+
<line num="578" count="2" type="stmt"/>
|
|
749
|
+
<line num="580" count="2" type="stmt"/>
|
|
750
|
+
<line num="584" count="12" type="stmt"/>
|
|
751
|
+
<line num="588" count="2" type="stmt"/>
|
|
752
|
+
<line num="589" count="2" type="cond" truecount="3" falsecount="0"/>
|
|
753
|
+
<line num="593" count="22" type="cond" truecount="3" falsecount="0"/>
|
|
754
|
+
<line num="595" count="20" type="stmt"/>
|
|
755
|
+
<line num="599" count="25" type="stmt"/>
|
|
752
756
|
<line num="600" count="25" type="stmt"/>
|
|
753
|
-
<line num="601" count="25" type="
|
|
754
|
-
<line num="602" count="
|
|
755
|
-
<line num="
|
|
756
|
-
<line num="
|
|
757
|
-
<line num="
|
|
758
|
-
<line num="
|
|
759
|
-
<line num="
|
|
760
|
-
<line num="
|
|
761
|
-
<line num="
|
|
762
|
-
<line num="
|
|
763
|
-
<line num="
|
|
764
|
-
<line num="626" count="
|
|
765
|
-
<line num="
|
|
766
|
-
<line num="629" count="
|
|
767
|
-
<line num="630" count="
|
|
768
|
-
<line num="
|
|
769
|
-
<line num="633" count="
|
|
770
|
-
<line num="
|
|
771
|
-
<line num="
|
|
772
|
-
<line num="
|
|
773
|
-
<line num="
|
|
774
|
-
<line num="
|
|
775
|
-
<line num="
|
|
776
|
-
<line num="
|
|
777
|
-
<line num="651" count="
|
|
778
|
-
<line num="
|
|
779
|
-
<line num="
|
|
780
|
-
<line num="
|
|
781
|
-
<line num="657" count="
|
|
782
|
-
<line num="659" count="
|
|
783
|
-
<line num="
|
|
784
|
-
<line num="
|
|
785
|
-
<line num="
|
|
786
|
-
<line num="
|
|
787
|
-
<line num="
|
|
788
|
-
<line num="
|
|
789
|
-
<line num="
|
|
790
|
-
<line num="
|
|
791
|
-
<line num="
|
|
792
|
-
<line num="
|
|
793
|
-
<line num="
|
|
794
|
-
<line num="
|
|
795
|
-
<line num="
|
|
796
|
-
<line num="
|
|
797
|
-
<line num="
|
|
798
|
-
<line num="
|
|
799
|
-
<line num="
|
|
800
|
-
<line num="
|
|
801
|
-
<line num="
|
|
802
|
-
<line num="
|
|
803
|
-
<line num="
|
|
804
|
-
<line num="
|
|
757
|
+
<line num="601" count="25" type="cond" truecount="1" falsecount="0"/>
|
|
758
|
+
<line num="602" count="21" type="stmt"/>
|
|
759
|
+
<line num="604" count="25" type="stmt"/>
|
|
760
|
+
<line num="605" count="25" type="stmt"/>
|
|
761
|
+
<line num="606" count="25" type="stmt"/>
|
|
762
|
+
<line num="610" count="3" type="stmt"/>
|
|
763
|
+
<line num="611" count="1" type="stmt"/>
|
|
764
|
+
<line num="612" count="1" type="stmt"/>
|
|
765
|
+
<line num="613" count="1" type="stmt"/>
|
|
766
|
+
<line num="618" count="4" type="stmt"/>
|
|
767
|
+
<line num="622" count="28" type="cond" truecount="3" falsecount="0"/>
|
|
768
|
+
<line num="626" count="17" type="cond" truecount="2" falsecount="0"/>
|
|
769
|
+
<line num="627" count="2" type="stmt"/>
|
|
770
|
+
<line num="629" count="15" type="stmt"/>
|
|
771
|
+
<line num="630" count="15" type="cond" truecount="3" falsecount="0"/>
|
|
772
|
+
<line num="632" count="13" type="stmt"/>
|
|
773
|
+
<line num="633" count="13" type="cond" truecount="2" falsecount="0"/>
|
|
774
|
+
<line num="634" count="34" type="cond" truecount="1" falsecount="0"/>
|
|
775
|
+
<line num="635" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
776
|
+
<line num="637" count="22" type="cond" truecount="2" falsecount="0"/>
|
|
777
|
+
<line num="640" count="13" type="stmt"/>
|
|
778
|
+
<line num="642" count="13" type="cond" truecount="5" falsecount="0"/>
|
|
779
|
+
<line num="643" count="6" type="stmt"/>
|
|
780
|
+
<line num="645" count="7" type="stmt"/>
|
|
781
|
+
<line num="651" count="11" type="cond" truecount="2" falsecount="0"/>
|
|
782
|
+
<line num="652" count="1" type="stmt"/>
|
|
783
|
+
<line num="654" count="10" type="stmt"/>
|
|
784
|
+
<line num="655" count="10" type="cond" truecount="3" falsecount="0"/>
|
|
785
|
+
<line num="657" count="9" type="stmt"/>
|
|
786
|
+
<line num="659" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
787
|
+
<line num="660" count="16" type="cond" truecount="1" falsecount="0"/>
|
|
788
|
+
<line num="661" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
789
|
+
<line num="663" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
790
|
+
<line num="666" count="9" type="cond" truecount="1" falsecount="0"/>
|
|
791
|
+
<line num="668" count="9" type="stmt"/>
|
|
792
|
+
<line num="670" count="9" type="cond" truecount="5" falsecount="0"/>
|
|
793
|
+
<line num="671" count="3" type="stmt"/>
|
|
794
|
+
<line num="673" count="6" type="stmt"/>
|
|
795
|
+
<line num="679" count="3" type="stmt"/>
|
|
796
|
+
<line num="680" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
797
|
+
<line num="681" count="1" type="stmt"/>
|
|
798
|
+
<line num="682" count="2" type="cond" truecount="5" falsecount="0"/>
|
|
799
|
+
<line num="683" count="1" type="stmt"/>
|
|
800
|
+
<line num="688" count="3" type="stmt"/>
|
|
801
|
+
<line num="689" count="3" type="cond" truecount="3" falsecount="0"/>
|
|
802
|
+
<line num="690" count="2" type="stmt"/>
|
|
803
|
+
<line num="701" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
804
|
+
<line num="702" count="1" type="stmt"/>
|
|
805
|
+
<line num="704" count="1" type="stmt"/>
|
|
806
|
+
<line num="708" count="2" type="stmt"/>
|
|
807
|
+
<line num="718" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
808
|
+
<line num="719" count="1" type="stmt"/>
|
|
809
|
+
<line num="723" count="2" type="stmt"/>
|
|
810
|
+
<line num="734" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
805
811
|
<line num="735" count="1" type="stmt"/>
|
|
806
|
-
<line num="
|
|
807
|
-
<line num="746" count="
|
|
812
|
+
<line num="739" count="1" type="stmt"/>
|
|
813
|
+
<line num="746" count="1" type="stmt"/>
|
|
814
|
+
<line num="750" count="2" type="stmt"/>
|
|
808
815
|
</file>
|
|
809
816
|
<file name="interfaces.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/interfaces.ts">
|
|
810
817
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
811
|
-
<line num="88" count="24" type="stmt"/>
|
|
812
818
|
<line num="89" count="24" type="stmt"/>
|
|
819
|
+
<line num="90" count="24" type="stmt"/>
|
|
813
820
|
</file>
|
|
814
821
|
<file name="layout-options.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/layout-options.ts">
|
|
815
822
|
<metrics statements="83" coveredstatements="83" conditionals="43" coveredconditionals="43" methods="18" coveredmethods="18"/>
|
|
@@ -1047,9 +1054,9 @@
|
|
|
1047
1054
|
</file>
|
|
1048
1055
|
</package>
|
|
1049
1056
|
<package name="src.components.tek-tree-grid">
|
|
1050
|
-
<metrics statements="
|
|
1057
|
+
<metrics statements="73" coveredstatements="73" conditionals="17" coveredconditionals="17" methods="12" coveredmethods="12"/>
|
|
1051
1058
|
<file name="tree-grid.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-tree-grid/tree-grid.ts">
|
|
1052
|
-
<metrics statements="
|
|
1059
|
+
<metrics statements="73" coveredstatements="73" conditionals="17" coveredconditionals="17" methods="12" coveredmethods="12"/>
|
|
1053
1060
|
<line num="1" count="24" type="stmt"/>
|
|
1054
1061
|
<line num="4" count="24" type="stmt"/>
|
|
1055
1062
|
<line num="8" count="24" type="stmt"/>
|
|
@@ -1066,61 +1073,63 @@
|
|
|
1066
1073
|
<line num="42" count="15" type="stmt"/>
|
|
1067
1074
|
<line num="45" count="15" type="stmt"/>
|
|
1068
1075
|
<line num="48" count="15" type="stmt"/>
|
|
1069
|
-
<line num="
|
|
1070
|
-
<line num="
|
|
1071
|
-
<line num="
|
|
1072
|
-
<line num="
|
|
1073
|
-
<line num="
|
|
1074
|
-
<line num="
|
|
1075
|
-
<line num="
|
|
1076
|
-
<line num="
|
|
1077
|
-
<line num="123" count="15" type="stmt"/>
|
|
1078
|
-
<line num="124" count="15" type="stmt"/>
|
|
1076
|
+
<line num="51" count="15" type="stmt"/>
|
|
1077
|
+
<line num="60" count="15" type="stmt"/>
|
|
1078
|
+
<line num="66" count="15" type="stmt"/>
|
|
1079
|
+
<line num="72" count="15" type="stmt"/>
|
|
1080
|
+
<line num="82" count="15" type="stmt"/>
|
|
1081
|
+
<line num="87" count="15" type="stmt"/>
|
|
1082
|
+
<line num="92" count="15" type="stmt"/>
|
|
1083
|
+
<line num="112" count="15" type="stmt"/>
|
|
1079
1084
|
<line num="125" count="15" type="stmt"/>
|
|
1080
1085
|
<line num="126" count="15" type="stmt"/>
|
|
1081
1086
|
<line num="127" count="15" type="stmt"/>
|
|
1082
1087
|
<line num="128" count="15" type="stmt"/>
|
|
1083
1088
|
<line num="129" count="15" type="stmt"/>
|
|
1084
|
-
<line num="
|
|
1085
|
-
<line num="
|
|
1086
|
-
<line num="
|
|
1087
|
-
<line num="
|
|
1089
|
+
<line num="130" count="15" type="stmt"/>
|
|
1090
|
+
<line num="131" count="15" type="stmt"/>
|
|
1091
|
+
<line num="132" count="15" type="stmt"/>
|
|
1092
|
+
<line num="133" count="15" type="stmt"/>
|
|
1088
1093
|
<line num="138" count="15" type="stmt"/>
|
|
1089
1094
|
<line num="139" count="15" type="stmt"/>
|
|
1090
|
-
<line num="140" count="15" type="
|
|
1091
|
-
<line num="141" count="15" type="
|
|
1095
|
+
<line num="140" count="15" type="stmt"/>
|
|
1096
|
+
<line num="141" count="15" type="stmt"/>
|
|
1092
1097
|
<line num="142" count="15" type="stmt"/>
|
|
1093
|
-
<line num="
|
|
1094
|
-
<line num="
|
|
1095
|
-
<line num="
|
|
1096
|
-
<line num="
|
|
1097
|
-
<line num="
|
|
1098
|
+
<line num="143" count="15" type="stmt"/>
|
|
1099
|
+
<line num="144" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
1100
|
+
<line num="145" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
1101
|
+
<line num="146" count="15" type="stmt"/>
|
|
1102
|
+
<line num="148" count="15" type="cond" truecount="1" falsecount="0"/>
|
|
1103
|
+
<line num="149" count="3" type="stmt"/>
|
|
1098
1104
|
<line num="152" count="15" type="stmt"/>
|
|
1099
|
-
<line num="
|
|
1100
|
-
<line num="
|
|
1101
|
-
<line num="
|
|
1102
|
-
<line num="
|
|
1103
|
-
<line num="
|
|
1104
|
-
<line num="
|
|
1105
|
-
<line num="
|
|
1106
|
-
<line num="
|
|
1107
|
-
<line num="
|
|
1108
|
-
<line num="179" count="
|
|
1109
|
-
<line num="
|
|
1110
|
-
<line num="
|
|
1111
|
-
<line num="
|
|
1112
|
-
<line num="
|
|
1113
|
-
<line num="
|
|
1114
|
-
<line num="
|
|
1115
|
-
<line num="
|
|
1116
|
-
<line num="
|
|
1117
|
-
<line num="
|
|
1118
|
-
<line num="
|
|
1119
|
-
<line num="
|
|
1120
|
-
<line num="
|
|
1121
|
-
<line num="
|
|
1122
|
-
<line num="
|
|
1123
|
-
<line num="
|
|
1105
|
+
<line num="153" count="15" type="stmt"/>
|
|
1106
|
+
<line num="154" count="15" type="stmt"/>
|
|
1107
|
+
<line num="156" count="15" type="stmt"/>
|
|
1108
|
+
<line num="160" count="7" type="stmt"/>
|
|
1109
|
+
<line num="161" count="7" type="stmt"/>
|
|
1110
|
+
<line num="162" count="7" type="cond" truecount="1" falsecount="0"/>
|
|
1111
|
+
<line num="166" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1112
|
+
<line num="167" count="1" type="stmt"/>
|
|
1113
|
+
<line num="175" count="19" type="stmt"/>
|
|
1114
|
+
<line num="179" count="2" type="cond" truecount="3" falsecount="0"/>
|
|
1115
|
+
<line num="180" count="1" type="stmt"/>
|
|
1116
|
+
<line num="181" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
1117
|
+
<line num="183" count="1" type="stmt"/>
|
|
1118
|
+
<line num="187" count="2" type="stmt"/>
|
|
1119
|
+
<line num="188" count="2" type="stmt"/>
|
|
1120
|
+
<line num="189" count="2" type="stmt"/>
|
|
1121
|
+
<line num="192" count="2" type="cond" truecount="3" falsecount="0"/>
|
|
1122
|
+
<line num="193" count="1" type="stmt"/>
|
|
1123
|
+
<line num="194" count="1" type="stmt"/>
|
|
1124
|
+
<line num="197" count="2" type="stmt"/>
|
|
1125
|
+
<line num="203" count="2" type="stmt"/>
|
|
1126
|
+
<line num="207" count="1" type="stmt"/>
|
|
1127
|
+
<line num="217" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1128
|
+
<line num="218" count="1" type="stmt"/>
|
|
1129
|
+
<line num="220" count="1" type="stmt"/>
|
|
1130
|
+
<line num="224" count="2" type="stmt"/>
|
|
1131
|
+
<line num="228" count="1" type="stmt"/>
|
|
1132
|
+
<line num="232" count="2" type="stmt"/>
|
|
1124
1133
|
</file>
|
|
1125
1134
|
</package>
|
|
1126
1135
|
<package name="src.utils">
|
|
@@ -1130,198 +1139,205 @@
|
|
|
1130
1139
|
<line num="1" count="24" type="stmt"/>
|
|
1131
1140
|
<line num="2" count="24" type="stmt"/>
|
|
1132
1141
|
<line num="3" count="24" type="stmt"/>
|
|
1133
|
-
<line num="6" count="
|
|
1142
|
+
<line num="6" count="138" type="stmt"/>
|
|
1134
1143
|
</file>
|
|
1135
1144
|
</package>
|
|
1136
1145
|
<package name="src.utils.grid-base">
|
|
1137
|
-
<metrics statements="
|
|
1146
|
+
<metrics statements="189" coveredstatements="189" conditionals="129" coveredconditionals="129" methods="67" coveredmethods="67"/>
|
|
1138
1147
|
<file name="grid-base.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/grid-base.ts">
|
|
1139
|
-
<metrics statements="
|
|
1148
|
+
<metrics statements="169" coveredstatements="169" conditionals="103" coveredconditionals="103" methods="48" coveredmethods="48"/>
|
|
1140
1149
|
<line num="1" count="24" type="stmt"/>
|
|
1141
1150
|
<line num="4" count="24" type="stmt"/>
|
|
1142
1151
|
<line num="7" count="24" type="stmt"/>
|
|
1143
1152
|
<line num="36" count="24" type="stmt"/>
|
|
1144
|
-
<line num="39" count="
|
|
1145
|
-
<line num="42" count="
|
|
1146
|
-
<line num="44" count="
|
|
1147
|
-
<line num="48" count="
|
|
1148
|
-
<line num="51" count="
|
|
1149
|
-
<line num="52" count="
|
|
1150
|
-
<line num="53" count="
|
|
1153
|
+
<line num="39" count="114" type="stmt"/>
|
|
1154
|
+
<line num="42" count="114" type="stmt"/>
|
|
1155
|
+
<line num="44" count="114" type="stmt"/>
|
|
1156
|
+
<line num="48" count="114" type="stmt"/>
|
|
1157
|
+
<line num="51" count="536" type="stmt"/>
|
|
1158
|
+
<line num="52" count="536" type="cond" truecount="2" falsecount="0"/>
|
|
1159
|
+
<line num="53" count="536" type="stmt"/>
|
|
1151
1160
|
<line num="60" count="2" type="stmt"/>
|
|
1152
|
-
<line num="67" count="
|
|
1153
|
-
<line num="
|
|
1154
|
-
<line num="
|
|
1155
|
-
<line num="
|
|
1156
|
-
<line num="
|
|
1157
|
-
<line num="
|
|
1158
|
-
<line num="
|
|
1159
|
-
<line num="
|
|
1160
|
-
<line num="
|
|
1161
|
-
<line num="
|
|
1162
|
-
<line num="
|
|
1163
|
-
<line num="
|
|
1164
|
-
<line num="
|
|
1165
|
-
<line num="
|
|
1166
|
-
<line num="
|
|
1167
|
-
<line num="
|
|
1168
|
-
<line num="
|
|
1169
|
-
<line num="
|
|
1170
|
-
<line num="
|
|
1171
|
-
<line num="
|
|
1172
|
-
<line num="
|
|
1173
|
-
<line num="
|
|
1174
|
-
<line num="
|
|
1175
|
-
<line num="
|
|
1176
|
-
<line num="
|
|
1177
|
-
<line num="
|
|
1178
|
-
<line num="
|
|
1179
|
-
<line num="
|
|
1180
|
-
<line num="404" count="20" type="stmt"/>
|
|
1161
|
+
<line num="67" count="39" type="stmt"/>
|
|
1162
|
+
<line num="270" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1163
|
+
<line num="271" count="1" type="stmt"/>
|
|
1164
|
+
<line num="276" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1165
|
+
<line num="277" count="2" type="stmt"/>
|
|
1166
|
+
<line num="279" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1167
|
+
<line num="280" count="2" type="stmt"/>
|
|
1168
|
+
<line num="282" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1169
|
+
<line num="283" count="1" type="stmt"/>
|
|
1170
|
+
<line num="289" count="1" type="stmt"/>
|
|
1171
|
+
<line num="293" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1172
|
+
<line num="294" count="2" type="stmt"/>
|
|
1173
|
+
<line num="296" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1174
|
+
<line num="297" count="2" type="stmt"/>
|
|
1175
|
+
<line num="299" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1176
|
+
<line num="300" count="1" type="stmt"/>
|
|
1177
|
+
<line num="306" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1178
|
+
<line num="307" count="2" type="stmt"/>
|
|
1179
|
+
<line num="309" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1180
|
+
<line num="310" count="2" type="stmt"/>
|
|
1181
|
+
<line num="312" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1182
|
+
<line num="313" count="1" type="stmt"/>
|
|
1183
|
+
<line num="319" count="23" type="cond" truecount="1" falsecount="0"/>
|
|
1184
|
+
<line num="320" count="2" type="stmt"/>
|
|
1185
|
+
<line num="322" count="23" type="cond" truecount="1" falsecount="0"/>
|
|
1186
|
+
<line num="323" count="22" type="stmt"/>
|
|
1187
|
+
<line num="330" count="22" type="cond" truecount="1" falsecount="0"/>
|
|
1188
|
+
<line num="331" count="21" type="stmt"/>
|
|
1181
1189
|
<line num="406" count="21" type="stmt"/>
|
|
1182
|
-
<line num="
|
|
1183
|
-
<line num="
|
|
1184
|
-
<line num="416" count="
|
|
1185
|
-
<line num="417" count="
|
|
1186
|
-
<line num="418" count="
|
|
1187
|
-
<line num="
|
|
1188
|
-
<line num="
|
|
1189
|
-
<line num="
|
|
1190
|
-
<line num="
|
|
1191
|
-
<line num="
|
|
1192
|
-
<line num="
|
|
1193
|
-
<line num="
|
|
1194
|
-
<line num="
|
|
1195
|
-
<line num="432" count="
|
|
1196
|
-
<line num="
|
|
1197
|
-
<line num="
|
|
1198
|
-
<line num="
|
|
1199
|
-
<line num="
|
|
1200
|
-
<line num="
|
|
1201
|
-
<line num="
|
|
1202
|
-
<line num="
|
|
1203
|
-
<line num="
|
|
1204
|
-
<line num="
|
|
1205
|
-
<line num="
|
|
1206
|
-
<line num="
|
|
1207
|
-
<line num="
|
|
1208
|
-
<line num="507" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
1190
|
+
<line num="408" count="22" type="stmt"/>
|
|
1191
|
+
<line num="412" count="1" type="stmt"/>
|
|
1192
|
+
<line num="416" count="34" type="cond" truecount="2" falsecount="0"/>
|
|
1193
|
+
<line num="417" count="34" type="cond" truecount="2" falsecount="0"/>
|
|
1194
|
+
<line num="418" count="34" type="stmt"/>
|
|
1195
|
+
<line num="422" count="21" type="stmt"/>
|
|
1196
|
+
<line num="424" count="21" type="stmt"/>
|
|
1197
|
+
<line num="425" count="50" type="cond" truecount="2" falsecount="0"/>
|
|
1198
|
+
<line num="426" count="50" type="cond" truecount="4" falsecount="0"/>
|
|
1199
|
+
<line num="427" count="33" type="stmt"/>
|
|
1200
|
+
<line num="429" count="33" type="stmt"/>
|
|
1201
|
+
<line num="430" count="40" type="stmt"/>
|
|
1202
|
+
<line num="431" count="40" type="cond" truecount="4" falsecount="0"/>
|
|
1203
|
+
<line num="432" count="36" type="cond" truecount="2" falsecount="0"/>
|
|
1204
|
+
<line num="433" count="36" type="cond" truecount="2" falsecount="0"/>
|
|
1205
|
+
<line num="435" count="36" type="stmt"/>
|
|
1206
|
+
<line num="437" count="4" type="stmt"/>
|
|
1207
|
+
<line num="440" count="40" type="stmt"/>
|
|
1208
|
+
<line num="442" count="40" type="stmt"/>
|
|
1209
|
+
<line num="449" count="40" type="cond" truecount="1" falsecount="0"/>
|
|
1210
|
+
<line num="450" count="5" type="stmt"/>
|
|
1211
|
+
<line num="453" count="40" type="stmt"/>
|
|
1212
|
+
<line num="457" count="21" type="stmt"/>
|
|
1213
|
+
<line num="461" count="5" type="stmt"/>
|
|
1214
|
+
<line num="495" count="10" type="stmt"/>
|
|
1215
|
+
<line num="507" count="2" type="stmt"/>
|
|
1209
1216
|
<line num="508" count="2" type="stmt"/>
|
|
1217
|
+
<line num="509" count="2" type="stmt"/>
|
|
1210
1218
|
<line num="510" count="2" type="stmt"/>
|
|
1211
1219
|
<line num="511" count="2" type="stmt"/>
|
|
1212
|
-
<line num="
|
|
1213
|
-
<line num="
|
|
1214
|
-
<line num="
|
|
1215
|
-
<line num="
|
|
1216
|
-
<line num="
|
|
1217
|
-
<line num="
|
|
1218
|
-
<line num="
|
|
1219
|
-
<line num="
|
|
1220
|
-
<line num="
|
|
1221
|
-
<line num="
|
|
1222
|
-
<line num="535" count="
|
|
1223
|
-
<line num="
|
|
1224
|
-
<line num="
|
|
1225
|
-
<line num="
|
|
1226
|
-
<line num="
|
|
1227
|
-
<line num="
|
|
1228
|
-
<line num="
|
|
1229
|
-
<line num="
|
|
1230
|
-
<line num="544" count="3" type="stmt"/>
|
|
1231
|
-
<line num="545" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1232
|
-
<line num="546" count="3" type="stmt"/>
|
|
1220
|
+
<line num="515" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
1221
|
+
<line num="516" count="2" type="stmt"/>
|
|
1222
|
+
<line num="518" count="2" type="stmt"/>
|
|
1223
|
+
<line num="519" count="2" type="stmt"/>
|
|
1224
|
+
<line num="520" count="2" type="stmt"/>
|
|
1225
|
+
<line num="521" count="2" type="cond" truecount="7" falsecount="0"/>
|
|
1226
|
+
<line num="522" count="2" type="stmt"/>
|
|
1227
|
+
<line num="529" count="1" type="stmt"/>
|
|
1228
|
+
<line num="530" count="1" type="stmt"/>
|
|
1229
|
+
<line num="534" count="2" type="stmt"/>
|
|
1230
|
+
<line num="535" count="2" type="stmt"/>
|
|
1231
|
+
<line num="539" count="2" type="stmt"/>
|
|
1232
|
+
<line num="540" count="2" type="cond" truecount="4" falsecount="0"/>
|
|
1233
|
+
<line num="541" count="1" type="stmt"/>
|
|
1234
|
+
<line num="543" count="1" type="stmt"/>
|
|
1235
|
+
<line num="544" count="4" type="cond" truecount="3" falsecount="0"/>
|
|
1236
|
+
<line num="545" count="3" type="stmt"/>
|
|
1237
|
+
<line num="546" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1233
1238
|
<line num="547" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1234
|
-
<line num="548" count="
|
|
1235
|
-
<line num="
|
|
1236
|
-
<line num="551" count="
|
|
1237
|
-
<line num="552" count="
|
|
1238
|
-
<line num="
|
|
1239
|
-
<line num="
|
|
1239
|
+
<line num="548" count="3" type="stmt"/>
|
|
1240
|
+
<line num="549" count="3" type="stmt"/>
|
|
1241
|
+
<line num="551" count="3" type="stmt"/>
|
|
1242
|
+
<line num="552" count="3" type="stmt"/>
|
|
1243
|
+
<line num="553" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1244
|
+
<line num="554" count="3" type="stmt"/>
|
|
1245
|
+
<line num="555" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1246
|
+
<line num="556" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1240
1247
|
<line num="558" count="1" type="stmt"/>
|
|
1241
|
-
<line num="
|
|
1242
|
-
<line num="
|
|
1243
|
-
<line num="
|
|
1244
|
-
<line num="
|
|
1245
|
-
<line num="
|
|
1246
|
-
<line num="
|
|
1247
|
-
<line num="
|
|
1248
|
-
<line num="
|
|
1249
|
-
<line num="
|
|
1250
|
-
<line num="581" count="2" type="stmt"/>
|
|
1251
|
-
<line num="582" count="7" type="cond" truecount="5" falsecount="0"/>
|
|
1252
|
-
<line num="583" count="6" type="stmt"/>
|
|
1248
|
+
<line num="559" count="1" type="cond" truecount="7" falsecount="0"/>
|
|
1249
|
+
<line num="560" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
1250
|
+
<line num="564" count="3" type="stmt"/>
|
|
1251
|
+
<line num="565" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
1252
|
+
<line num="566" count="1" type="stmt"/>
|
|
1253
|
+
<line num="573" count="1" type="stmt"/>
|
|
1254
|
+
<line num="575" count="1" type="stmt"/>
|
|
1255
|
+
<line num="576" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1256
|
+
<line num="577" count="2" type="stmt"/>
|
|
1253
1257
|
<line num="584" count="6" type="stmt"/>
|
|
1254
|
-
<line num="585" count="6" type="
|
|
1255
|
-
<line num="586" count="
|
|
1256
|
-
<line num="
|
|
1257
|
-
<line num="
|
|
1258
|
+
<line num="585" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
1259
|
+
<line num="586" count="4" type="stmt"/>
|
|
1260
|
+
<line num="587" count="4" type="cond" truecount="4" falsecount="0"/>
|
|
1261
|
+
<line num="588" count="2" type="stmt"/>
|
|
1262
|
+
<line num="589" count="2" type="stmt"/>
|
|
1263
|
+
<line num="590" count="7" type="cond" truecount="5" falsecount="0"/>
|
|
1264
|
+
<line num="591" count="6" type="stmt"/>
|
|
1258
1265
|
<line num="592" count="6" type="stmt"/>
|
|
1259
1266
|
<line num="593" count="6" type="stmt"/>
|
|
1260
|
-
<line num="
|
|
1261
|
-
<line num="
|
|
1262
|
-
<line num="
|
|
1263
|
-
<line num="
|
|
1264
|
-
<line num="
|
|
1265
|
-
<line num="
|
|
1266
|
-
<line num="
|
|
1267
|
-
<line num="
|
|
1268
|
-
<line num="
|
|
1269
|
-
<line num="
|
|
1270
|
-
<line num="
|
|
1271
|
-
<line num="
|
|
1272
|
-
<line num="
|
|
1273
|
-
<line num="
|
|
1274
|
-
<line num="
|
|
1275
|
-
<line num="
|
|
1276
|
-
<line num="
|
|
1277
|
-
<line num="
|
|
1278
|
-
<line num="
|
|
1279
|
-
<line num="
|
|
1280
|
-
<line num="
|
|
1281
|
-
<line num="
|
|
1282
|
-
<line num="
|
|
1283
|
-
<line num="661" count="
|
|
1284
|
-
<line num="
|
|
1285
|
-
<line num="
|
|
1286
|
-
<line num="
|
|
1287
|
-
<line num="
|
|
1288
|
-
<line num="
|
|
1289
|
-
<line num="
|
|
1290
|
-
<line num="
|
|
1291
|
-
<line num="
|
|
1292
|
-
<line num="
|
|
1293
|
-
<line num="
|
|
1294
|
-
<line num="684" count="
|
|
1295
|
-
<line num="
|
|
1296
|
-
<line num="
|
|
1297
|
-
<line num="
|
|
1298
|
-
<line num="
|
|
1299
|
-
<line num="
|
|
1300
|
-
<line num="
|
|
1301
|
-
<line num="
|
|
1302
|
-
<line num="
|
|
1303
|
-
<line num="
|
|
1304
|
-
<line num="
|
|
1305
|
-
<line num="
|
|
1267
|
+
<line num="594" count="6" type="stmt"/>
|
|
1268
|
+
<line num="596" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
1269
|
+
<line num="597" count="5" type="stmt"/>
|
|
1270
|
+
<line num="600" count="6" type="stmt"/>
|
|
1271
|
+
<line num="601" count="6" type="stmt"/>
|
|
1272
|
+
<line num="609" count="2" type="stmt"/>
|
|
1273
|
+
<line num="611" count="2" type="stmt"/>
|
|
1274
|
+
<line num="612" count="6" type="stmt"/>
|
|
1275
|
+
<line num="613" count="6" type="stmt"/>
|
|
1276
|
+
<line num="615" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1277
|
+
<line num="616" count="5" type="stmt"/>
|
|
1278
|
+
<line num="618" count="1" type="stmt"/>
|
|
1279
|
+
<line num="623" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1280
|
+
<line num="624" count="2" type="stmt"/>
|
|
1281
|
+
<line num="627" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1282
|
+
<line num="628" count="2" type="stmt"/>
|
|
1283
|
+
<line num="630" count="2" type="stmt"/>
|
|
1284
|
+
<line num="633" count="4" type="stmt"/>
|
|
1285
|
+
<line num="638" count="1" type="stmt"/>
|
|
1286
|
+
<line num="639" count="1" type="stmt"/>
|
|
1287
|
+
<line num="640" count="5" type="stmt"/>
|
|
1288
|
+
<line num="645" count="114" type="stmt"/>
|
|
1289
|
+
<line num="653" count="114" type="stmt"/>
|
|
1290
|
+
<line num="661" count="228" type="stmt"/>
|
|
1291
|
+
<line num="662" count="228" type="cond" truecount="3" falsecount="0"/>
|
|
1292
|
+
<line num="664" count="38" type="cond" truecount="2" falsecount="0"/>
|
|
1293
|
+
<line num="665" count="19" type="stmt"/>
|
|
1294
|
+
<line num="667" count="19" type="stmt"/>
|
|
1295
|
+
<line num="669" count="247" type="stmt"/>
|
|
1296
|
+
<line num="675" count="190" type="stmt"/>
|
|
1297
|
+
<line num="679" count="5" type="stmt"/>
|
|
1298
|
+
<line num="680" count="5" type="cond" truecount="3" falsecount="0"/>
|
|
1299
|
+
<line num="681" count="9" type="stmt"/>
|
|
1300
|
+
<line num="682" count="4" type="stmt"/>
|
|
1301
|
+
<line num="684" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1302
|
+
<line num="685" count="3" type="stmt"/>
|
|
1303
|
+
<line num="686" count="3" type="stmt"/>
|
|
1304
|
+
<line num="688" count="3" type="stmt"/>
|
|
1305
|
+
<line num="689" count="6" type="stmt"/>
|
|
1306
|
+
<line num="692" count="3" type="stmt"/>
|
|
1307
|
+
<line num="695" count="4" type="stmt"/>
|
|
1308
|
+
<line num="698" count="5" type="stmt"/>
|
|
1309
|
+
<line num="701" count="114" type="stmt"/>
|
|
1310
|
+
<line num="703" count="114" type="stmt"/>
|
|
1311
|
+
<line num="723" count="2" type="stmt"/>
|
|
1312
|
+
<line num="727" count="10" type="stmt"/>
|
|
1313
|
+
<line num="729" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1314
|
+
<line num="730" count="2" type="stmt"/>
|
|
1315
|
+
<line num="733" count="2" type="stmt"/>
|
|
1316
|
+
<line num="735" count="4" type="stmt"/>
|
|
1317
|
+
<line num="739" count="24" type="stmt"/>
|
|
1306
1318
|
</file>
|
|
1307
1319
|
<file name="grid-controller.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/grid-controller.ts">
|
|
1308
|
-
<metrics statements="
|
|
1320
|
+
<metrics statements="20" coveredstatements="20" conditionals="26" coveredconditionals="26" methods="19" coveredmethods="19"/>
|
|
1309
1321
|
<line num="4" count="24" type="stmt"/>
|
|
1310
|
-
<line num="8" count="
|
|
1322
|
+
<line num="8" count="46" type="stmt"/>
|
|
1311
1323
|
<line num="12" count="1" type="stmt"/>
|
|
1312
|
-
<line num="16" count="
|
|
1324
|
+
<line num="16" count="4" type="stmt"/>
|
|
1313
1325
|
<line num="20" count="3" type="stmt"/>
|
|
1314
1326
|
<line num="24" count="2" type="stmt"/>
|
|
1315
|
-
<line num="28" count="
|
|
1316
|
-
<line num="32" count="
|
|
1317
|
-
<line num="36" count="
|
|
1318
|
-
<line num="
|
|
1319
|
-
<line num="
|
|
1320
|
-
<line num="
|
|
1321
|
-
<line num="
|
|
1322
|
-
<line num="
|
|
1323
|
-
<line num="
|
|
1324
|
-
<line num="
|
|
1327
|
+
<line num="28" count="9" type="stmt"/>
|
|
1328
|
+
<line num="32" count="7" type="stmt"/>
|
|
1329
|
+
<line num="36" count="2" type="cond" truecount="6" falsecount="0"/>
|
|
1330
|
+
<line num="42" count="6" type="stmt"/>
|
|
1331
|
+
<line num="46" count="1" type="stmt"/>
|
|
1332
|
+
<line num="50" count="8" type="stmt"/>
|
|
1333
|
+
<line num="54" count="2" type="cond" truecount="8" falsecount="0"/>
|
|
1334
|
+
<line num="61" count="11" type="stmt"/>
|
|
1335
|
+
<line num="65" count="10" type="stmt"/>
|
|
1336
|
+
<line num="69" count="3" type="cond" truecount="5" falsecount="0"/>
|
|
1337
|
+
<line num="74" count="2" type="cond" truecount="3" falsecount="0"/>
|
|
1338
|
+
<line num="78" count="4" type="stmt"/>
|
|
1339
|
+
<line num="82" count="1" type="stmt"/>
|
|
1340
|
+
<line num="86" count="4" type="cond" truecount="4" falsecount="0"/>
|
|
1325
1341
|
</file>
|
|
1326
1342
|
</package>
|
|
1327
1343
|
<package name="src.utils.report-filter">
|