@zeedhi/teknisa-components-common 1.77.2 → 1.78.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 +329 -299
- package/coverage/coverage-final.json +6 -5
- package/coverage/lcov-report/index.html +27 -12
- package/coverage/lcov-report/tests/__helpers__/component-event-helper.ts.html +1 -1
- package/coverage/lcov-report/tests/__helpers__/get-child-helper.ts.html +1 -1
- package/coverage/lcov-report/tests/__helpers__/index.html +1 -1
- package/coverage/lcov-report/tests/__helpers__/index.ts.html +1 -1
- package/coverage/lcov-report/tests/__helpers__/mock-created-helper.ts.html +1 -1
- package/coverage/lcov.info +611 -555
- package/dist/tek-components-common.esm.js +52 -7
- package/dist/tek-components-common.umd.js +52 -7
- package/package.json +2 -2
- package/tests/unit/components/tek-datasource/memory-datasource.spec.ts +1 -0
- package/tests/unit/components/tek-grid/grid.spec.ts +50 -0
- package/types/error/delete-rows-error.d.ts +6 -0
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="1686857063624" clover="3.2.0">
|
|
3
|
+
<project timestamp="1686857063625" name="All files">
|
|
4
|
+
<metrics statements="1399" coveredstatements="1399" conditionals="642" coveredconditionals="642" methods="339" coveredmethods="339" elements="2380" coveredelements="2380" complexity="0" loc="1399" ncloc="1399" packages="20" files="39" classes="39"/>
|
|
5
5
|
<package name="src">
|
|
6
6
|
<metrics statements="4" coveredstatements="4" 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">
|
|
@@ -229,14 +229,14 @@
|
|
|
229
229
|
</file>
|
|
230
230
|
</package>
|
|
231
231
|
<package name="src.components.tek-datasource">
|
|
232
|
-
<metrics statements="
|
|
232
|
+
<metrics statements="197" coveredstatements="197" conditionals="130" coveredconditionals="130" methods="48" coveredmethods="48"/>
|
|
233
233
|
<file name="interfaces.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-datasource/interfaces.ts">
|
|
234
234
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
235
235
|
<line num="19" count="26" type="stmt"/>
|
|
236
236
|
<line num="33" count="26" type="stmt"/>
|
|
237
237
|
</file>
|
|
238
238
|
<file name="memory-datasource.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-datasource/memory-datasource.ts">
|
|
239
|
-
<metrics statements="
|
|
239
|
+
<metrics statements="119" coveredstatements="119" conditionals="88" coveredconditionals="88" methods="30" coveredmethods="30"/>
|
|
240
240
|
<line num="1" count="26" type="stmt"/>
|
|
241
241
|
<line num="4" count="26" type="stmt"/>
|
|
242
242
|
<line num="11" count="26" type="stmt"/>
|
|
@@ -300,51 +300,62 @@
|
|
|
300
300
|
<line num="178" count="8" type="cond" truecount="4" falsecount="0"/>
|
|
301
301
|
<line num="181" count="7" type="cond" truecount="4" falsecount="0"/>
|
|
302
302
|
<line num="187" count="1" type="stmt"/>
|
|
303
|
-
<line num="
|
|
304
|
-
<line num="201" count="
|
|
305
|
-
<line num="
|
|
306
|
-
<line num="205" count="
|
|
307
|
-
<line num="
|
|
308
|
-
<line num="
|
|
309
|
-
<line num="
|
|
310
|
-
<line num="
|
|
311
|
-
<line num="
|
|
312
|
-
<line num="
|
|
313
|
-
<line num="
|
|
314
|
-
<line num="
|
|
315
|
-
<line num="
|
|
316
|
-
<line num="
|
|
317
|
-
<line num="
|
|
318
|
-
<line num="
|
|
319
|
-
<line num="
|
|
320
|
-
<line num="
|
|
321
|
-
<line num="
|
|
322
|
-
<line num="
|
|
323
|
-
<line num="
|
|
324
|
-
<line num="
|
|
325
|
-
<line num="
|
|
326
|
-
<line num="
|
|
327
|
-
<line num="
|
|
328
|
-
<line num="
|
|
329
|
-
<line num="
|
|
330
|
-
<line num="246" count="6" type="stmt"/>
|
|
331
|
-
<line num="247" count="6" type="stmt"/>
|
|
332
|
-
<line num="249" count="84" type="stmt"/>
|
|
333
|
-
<line num="250" count="84" type="stmt"/>
|
|
334
|
-
<line num="252" count="6" type="stmt"/>
|
|
303
|
+
<line num="200" count="64" type="cond" truecount="2" falsecount="0"/>
|
|
304
|
+
<line num="201" count="12" type="stmt"/>
|
|
305
|
+
<line num="204" count="64" type="cond" truecount="3" falsecount="0"/>
|
|
306
|
+
<line num="205" count="217" type="stmt"/>
|
|
307
|
+
<line num="208" count="64" type="stmt"/>
|
|
308
|
+
<line num="209" count="8" type="stmt"/>
|
|
309
|
+
<line num="210" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
310
|
+
<line num="212" count="8" type="stmt"/>
|
|
311
|
+
<line num="214" count="8" type="stmt"/>
|
|
312
|
+
<line num="218" count="64" type="cond" truecount="2" falsecount="0"/>
|
|
313
|
+
<line num="222" count="187" type="stmt"/>
|
|
314
|
+
<line num="224" count="64" type="cond" truecount="3" falsecount="0"/>
|
|
315
|
+
<line num="225" count="18" type="stmt"/>
|
|
316
|
+
<line num="228" count="6" type="stmt"/>
|
|
317
|
+
<line num="229" count="2" type="stmt"/>
|
|
318
|
+
<line num="234" count="362" type="stmt"/>
|
|
319
|
+
<line num="239" count="217" type="stmt"/>
|
|
320
|
+
<line num="240" count="217" type="stmt"/>
|
|
321
|
+
<line num="241" count="223" type="stmt"/>
|
|
322
|
+
<line num="242" count="223" type="stmt"/>
|
|
323
|
+
<line num="243" count="234" type="cond" truecount="3" falsecount="0"/>
|
|
324
|
+
<line num="244" count="229" type="cond" truecount="3" falsecount="0"/>
|
|
325
|
+
<line num="246" count="227" type="stmt"/>
|
|
326
|
+
<line num="247" count="227" type="stmt"/>
|
|
327
|
+
<line num="248" count="227" type="cond" truecount="2" falsecount="0"/>
|
|
328
|
+
<line num="249" count="60" type="stmt"/>
|
|
329
|
+
<line num="251" count="30" type="cond" truecount="4" falsecount="0"/>
|
|
335
330
|
<line num="253" count="6" type="stmt"/>
|
|
336
|
-
<line num="
|
|
337
|
-
<line num="256" count="
|
|
338
|
-
<line num="
|
|
339
|
-
<line num="259" count="12" type="
|
|
340
|
-
<line num="261" count="12" type="
|
|
341
|
-
<line num="
|
|
342
|
-
<line num="
|
|
343
|
-
<line num="
|
|
344
|
-
<line num="
|
|
345
|
-
<line num="
|
|
346
|
-
<line num="
|
|
347
|
-
<line num="
|
|
331
|
+
<line num="254" count="6" type="stmt"/>
|
|
332
|
+
<line num="256" count="6" type="stmt"/>
|
|
333
|
+
<line num="257" count="6" type="stmt"/>
|
|
334
|
+
<line num="259" count="12" type="cond" truecount="6" falsecount="0"/>
|
|
335
|
+
<line num="261" count="12" type="stmt"/>
|
|
336
|
+
<line num="263" count="6" type="stmt"/>
|
|
337
|
+
<line num="266" count="197" type="stmt"/>
|
|
338
|
+
<line num="268" count="197" type="cond" truecount="9" falsecount="0"/>
|
|
339
|
+
<line num="270" count="41" type="stmt"/>
|
|
340
|
+
<line num="271" count="41" type="stmt"/>
|
|
341
|
+
<line num="273" count="6" type="stmt"/>
|
|
342
|
+
<line num="274" count="6" type="stmt"/>
|
|
343
|
+
<line num="276" count="84" type="stmt"/>
|
|
344
|
+
<line num="277" count="84" type="stmt"/>
|
|
345
|
+
<line num="279" count="6" type="stmt"/>
|
|
346
|
+
<line num="280" count="6" type="stmt"/>
|
|
347
|
+
<line num="282" count="12" type="cond" truecount="4" falsecount="0"/>
|
|
348
|
+
<line num="283" count="12" type="stmt"/>
|
|
349
|
+
<line num="285" count="12" type="cond" truecount="4" falsecount="0"/>
|
|
350
|
+
<line num="286" count="12" type="stmt"/>
|
|
351
|
+
<line num="288" count="12" type="cond" truecount="4" falsecount="0"/>
|
|
352
|
+
<line num="289" count="12" type="stmt"/>
|
|
353
|
+
<line num="291" count="12" type="cond" truecount="4" falsecount="0"/>
|
|
354
|
+
<line num="292" count="12" type="stmt"/>
|
|
355
|
+
<line num="294" count="12" type="stmt"/>
|
|
356
|
+
<line num="302" count="217" type="stmt"/>
|
|
357
|
+
<line num="306" count="42" type="stmt"/>
|
|
358
|
+
<line num="310" count="26" type="stmt"/>
|
|
348
359
|
</file>
|
|
349
360
|
<file name="rest-datasource.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-datasource/rest-datasource.ts">
|
|
350
361
|
<metrics statements="76" coveredstatements="76" conditionals="42" coveredconditionals="42" methods="18" coveredmethods="18"/>
|
|
@@ -566,71 +577,71 @@
|
|
|
566
577
|
<line num="17" count="26" type="stmt"/>
|
|
567
578
|
<line num="18" count="26" type="stmt"/>
|
|
568
579
|
<line num="32" count="26" type="stmt"/>
|
|
569
|
-
<line num="34" count="
|
|
570
|
-
<line num="37" count="
|
|
571
|
-
<line num="40" count="
|
|
572
|
-
<line num="43" count="
|
|
573
|
-
<line num="46" count="
|
|
574
|
-
<line num="49" count="
|
|
575
|
-
<line num="52" count="
|
|
576
|
-
<line num="55" count="
|
|
577
|
-
<line num="58" count="
|
|
578
|
-
<line num="61" count="
|
|
579
|
-
<line num="70" count="
|
|
580
|
-
<line num="76" count="
|
|
581
|
-
<line num="82" count="
|
|
582
|
-
<line num="89" count="
|
|
583
|
-
<line num="105" count="
|
|
584
|
-
<line num="110" count="
|
|
585
|
-
<line num="115" count="
|
|
586
|
-
<line num="152" count="
|
|
587
|
-
<line num="157" count="
|
|
588
|
-
<line num="159" count="
|
|
589
|
-
<line num="161" count="
|
|
590
|
-
<line num="163" count="
|
|
591
|
-
<line num="165" count="
|
|
592
|
-
<line num="167" count="
|
|
593
|
-
<line num="186" count="
|
|
594
|
-
<line num="193" count="
|
|
595
|
-
<line num="194" count="
|
|
596
|
-
<line num="199" count="
|
|
597
|
-
<line num="204" count="
|
|
598
|
-
<line num="209" count="
|
|
599
|
-
<line num="214" count="
|
|
600
|
-
<line num="219" count="
|
|
601
|
-
<line num="224" count="
|
|
602
|
-
<line num="229" count="
|
|
603
|
-
<line num="234" count="
|
|
604
|
-
<line num="239" count="
|
|
605
|
-
<line num="244" count="
|
|
606
|
-
<line num="249" count="
|
|
607
|
-
<line num="254" count="
|
|
608
|
-
<line num="259" count="
|
|
609
|
-
<line num="264" count="
|
|
610
|
-
<line num="265" count="
|
|
611
|
-
<line num="270" count="
|
|
612
|
-
<line num="275" count="
|
|
613
|
-
<line num="276" count="
|
|
614
|
-
<line num="277" count="
|
|
615
|
-
<line num="279" count="
|
|
616
|
-
<line num="280" count="
|
|
617
|
-
<line num="283" count="
|
|
580
|
+
<line num="34" count="109" type="stmt"/>
|
|
581
|
+
<line num="37" count="109" type="stmt"/>
|
|
582
|
+
<line num="40" count="109" type="stmt"/>
|
|
583
|
+
<line num="43" count="109" type="stmt"/>
|
|
584
|
+
<line num="46" count="109" type="stmt"/>
|
|
585
|
+
<line num="49" count="109" type="stmt"/>
|
|
586
|
+
<line num="52" count="109" type="stmt"/>
|
|
587
|
+
<line num="55" count="109" type="stmt"/>
|
|
588
|
+
<line num="58" count="109" type="stmt"/>
|
|
589
|
+
<line num="61" count="109" type="stmt"/>
|
|
590
|
+
<line num="70" count="109" type="stmt"/>
|
|
591
|
+
<line num="76" count="109" type="stmt"/>
|
|
592
|
+
<line num="82" count="109" type="stmt"/>
|
|
593
|
+
<line num="89" count="109" type="stmt"/>
|
|
594
|
+
<line num="105" count="109" type="stmt"/>
|
|
595
|
+
<line num="110" count="109" type="stmt"/>
|
|
596
|
+
<line num="115" count="109" type="stmt"/>
|
|
597
|
+
<line num="152" count="109" type="stmt"/>
|
|
598
|
+
<line num="157" count="109" type="stmt"/>
|
|
599
|
+
<line num="159" count="109" type="stmt"/>
|
|
600
|
+
<line num="161" count="109" type="stmt"/>
|
|
601
|
+
<line num="163" count="109" type="stmt"/>
|
|
602
|
+
<line num="165" count="109" type="stmt"/>
|
|
603
|
+
<line num="167" count="109" type="stmt"/>
|
|
604
|
+
<line num="186" count="109" type="stmt"/>
|
|
605
|
+
<line num="193" count="109" type="stmt"/>
|
|
606
|
+
<line num="194" count="109" type="stmt"/>
|
|
607
|
+
<line num="199" count="109" type="stmt"/>
|
|
608
|
+
<line num="204" count="109" type="stmt"/>
|
|
609
|
+
<line num="209" count="109" type="stmt"/>
|
|
610
|
+
<line num="214" count="109" type="stmt"/>
|
|
611
|
+
<line num="219" count="109" type="stmt"/>
|
|
612
|
+
<line num="224" count="109" type="stmt"/>
|
|
613
|
+
<line num="229" count="109" type="stmt"/>
|
|
614
|
+
<line num="234" count="109" type="stmt"/>
|
|
615
|
+
<line num="239" count="109" type="stmt"/>
|
|
616
|
+
<line num="244" count="109" type="stmt"/>
|
|
617
|
+
<line num="249" count="109" type="stmt"/>
|
|
618
|
+
<line num="254" count="109" type="stmt"/>
|
|
619
|
+
<line num="259" count="109" type="stmt"/>
|
|
620
|
+
<line num="264" count="109" type="cond" truecount="2" falsecount="0"/>
|
|
621
|
+
<line num="265" count="109" type="stmt"/>
|
|
622
|
+
<line num="270" count="109" type="stmt"/>
|
|
623
|
+
<line num="275" count="109" type="stmt"/>
|
|
624
|
+
<line num="276" count="109" type="cond" truecount="2" falsecount="0"/>
|
|
625
|
+
<line num="277" count="109" type="stmt"/>
|
|
626
|
+
<line num="279" count="109" type="cond" truecount="1" falsecount="0"/>
|
|
627
|
+
<line num="280" count="5" type="stmt"/>
|
|
628
|
+
<line num="283" count="109" type="stmt"/>
|
|
618
629
|
<line num="292" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
619
630
|
<line num="293" count="1" type="stmt"/>
|
|
620
631
|
<line num="296" count="1" type="stmt"/>
|
|
621
632
|
<line num="305" count="1" type="stmt"/>
|
|
622
633
|
<line num="308" count="1" type="stmt"/>
|
|
623
634
|
<line num="309" count="1" type="stmt"/>
|
|
624
|
-
<line num="317" count="
|
|
625
|
-
<line num="318" count="
|
|
626
|
-
<line num="319" count="
|
|
627
|
-
<line num="320" count="
|
|
628
|
-
<line num="322" count="
|
|
629
|
-
<line num="326" count="
|
|
630
|
-
<line num="327" count="
|
|
631
|
-
<line num="331" count="
|
|
632
|
-
<line num="332" count="
|
|
633
|
-
<line num="337" count="
|
|
635
|
+
<line num="317" count="109" type="stmt"/>
|
|
636
|
+
<line num="318" count="109" type="stmt"/>
|
|
637
|
+
<line num="319" count="109" type="stmt"/>
|
|
638
|
+
<line num="320" count="109" type="stmt"/>
|
|
639
|
+
<line num="322" count="109" type="cond" truecount="4" falsecount="0"/>
|
|
640
|
+
<line num="326" count="35" type="stmt"/>
|
|
641
|
+
<line num="327" count="35" type="stmt"/>
|
|
642
|
+
<line num="331" count="35" type="cond" truecount="1" falsecount="0"/>
|
|
643
|
+
<line num="332" count="35" type="stmt"/>
|
|
644
|
+
<line num="337" count="35" type="stmt"/>
|
|
634
645
|
<line num="345" count="8" type="stmt"/>
|
|
635
646
|
<line num="346" count="8" type="stmt"/>
|
|
636
647
|
<line num="350" count="3" type="stmt"/>
|
|
@@ -684,25 +695,25 @@
|
|
|
684
695
|
<line num="470" count="1" type="stmt"/>
|
|
685
696
|
<line num="473" count="4" type="stmt"/>
|
|
686
697
|
<line num="486" count="3" type="stmt"/>
|
|
687
|
-
<line num="489" count="
|
|
688
|
-
<line num="491" count="
|
|
689
|
-
<line num="498" count="
|
|
690
|
-
<line num="499" count="
|
|
691
|
-
<line num="501" count="
|
|
692
|
-
<line num="502" count="
|
|
693
|
-
<line num="503" count="
|
|
694
|
-
<line num="504" count="
|
|
695
|
-
<line num="505" count="
|
|
696
|
-
<line num="509" count="
|
|
697
|
-
<line num="510" count="
|
|
698
|
+
<line num="489" count="109" type="stmt"/>
|
|
699
|
+
<line num="491" count="109" type="stmt"/>
|
|
700
|
+
<line num="498" count="109" type="stmt"/>
|
|
701
|
+
<line num="499" count="109" type="stmt"/>
|
|
702
|
+
<line num="501" count="109" type="stmt"/>
|
|
703
|
+
<line num="502" count="109" type="stmt"/>
|
|
704
|
+
<line num="503" count="109" type="stmt"/>
|
|
705
|
+
<line num="504" count="109" type="stmt"/>
|
|
706
|
+
<line num="505" count="109" type="stmt"/>
|
|
707
|
+
<line num="509" count="109" type="stmt"/>
|
|
708
|
+
<line num="510" count="92" type="cond" truecount="1" falsecount="0"/>
|
|
698
709
|
<line num="514" count="16" type="stmt"/>
|
|
699
|
-
<line num="517" count="
|
|
700
|
-
<line num="521" count="
|
|
701
|
-
<line num="523" count="
|
|
702
|
-
<line num="529" count="
|
|
710
|
+
<line num="517" count="92" type="stmt"/>
|
|
711
|
+
<line num="521" count="109" type="stmt"/>
|
|
712
|
+
<line num="523" count="81" type="stmt"/>
|
|
713
|
+
<line num="529" count="81" type="stmt"/>
|
|
703
714
|
<line num="531" count="120" type="stmt"/>
|
|
704
|
-
<line num="532" count="
|
|
705
|
-
<line num="533" count="
|
|
715
|
+
<line num="532" count="81" type="stmt"/>
|
|
716
|
+
<line num="533" count="81" type="cond" truecount="2" falsecount="0"/>
|
|
706
717
|
<line num="537" count="17" type="cond" truecount="1" falsecount="0"/>
|
|
707
718
|
<line num="538" count="16" type="stmt"/>
|
|
708
719
|
<line num="539" count="18" type="stmt"/>
|
|
@@ -710,13 +721,13 @@
|
|
|
710
721
|
<line num="542" count="11" type="stmt"/>
|
|
711
722
|
<line num="545" count="16" type="stmt"/>
|
|
712
723
|
<line num="548" count="17" type="stmt"/>
|
|
713
|
-
<line num="550" count="
|
|
714
|
-
<line num="551" count="
|
|
715
|
-
<line num="554" count="
|
|
716
|
-
<line num="555" count="
|
|
717
|
-
<line num="558" count="
|
|
724
|
+
<line num="550" count="64" type="stmt"/>
|
|
725
|
+
<line num="551" count="64" type="stmt"/>
|
|
726
|
+
<line num="554" count="81" type="cond" truecount="3" falsecount="0"/>
|
|
727
|
+
<line num="555" count="69" type="stmt"/>
|
|
728
|
+
<line num="558" count="79" type="cond" truecount="3" falsecount="0"/>
|
|
718
729
|
<line num="559" count="1" type="stmt"/>
|
|
719
|
-
<line num="561" count="
|
|
730
|
+
<line num="561" count="79" type="cond" truecount="1" falsecount="0"/>
|
|
720
731
|
<line num="562" count="1" type="stmt"/>
|
|
721
732
|
<line num="571" count="16" type="stmt"/>
|
|
722
733
|
<line num="572" count="16" type="stmt"/>
|
|
@@ -741,14 +752,14 @@
|
|
|
741
752
|
<line num="606" count="15" type="stmt"/>
|
|
742
753
|
<line num="608" count="15" type="cond" truecount="1" falsecount="0"/>
|
|
743
754
|
<line num="609" count="14" type="stmt"/>
|
|
744
|
-
<line num="615" count="
|
|
745
|
-
<line num="616" count="
|
|
755
|
+
<line num="615" count="125" type="stmt"/>
|
|
756
|
+
<line num="616" count="125" type="stmt"/>
|
|
746
757
|
<line num="617" count="17" type="stmt"/>
|
|
747
758
|
<line num="625" count="17" type="stmt"/>
|
|
748
759
|
<line num="627" count="17" type="stmt"/>
|
|
749
|
-
<line num="632" count="
|
|
760
|
+
<line num="632" count="125" type="stmt"/>
|
|
750
761
|
<line num="633" count="234" type="cond" truecount="2" falsecount="0"/>
|
|
751
|
-
<line num="635" count="
|
|
762
|
+
<line num="635" count="125" type="stmt"/>
|
|
752
763
|
<line num="643" count="32" type="cond" truecount="2" falsecount="0"/>
|
|
753
764
|
<line num="644" count="32" type="stmt"/>
|
|
754
765
|
<line num="657" count="32" type="stmt"/>
|
|
@@ -1282,6 +1293,15 @@
|
|
|
1282
1293
|
<line num="296" count="26" type="stmt"/>
|
|
1283
1294
|
</file>
|
|
1284
1295
|
</package>
|
|
1296
|
+
<package name="src.error">
|
|
1297
|
+
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
1298
|
+
<file name="delete-rows-error.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/error/delete-rows-error.ts">
|
|
1299
|
+
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
1300
|
+
<line num="4" count="26" type="stmt"/>
|
|
1301
|
+
<line num="6" count="1" type="stmt"/>
|
|
1302
|
+
<line num="9" count="1" type="stmt"/>
|
|
1303
|
+
</file>
|
|
1304
|
+
</package>
|
|
1285
1305
|
<package name="src.utils">
|
|
1286
1306
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="3"/>
|
|
1287
1307
|
<file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/index.ts">
|
|
@@ -1289,188 +1309,191 @@
|
|
|
1289
1309
|
<line num="1" count="26" type="stmt"/>
|
|
1290
1310
|
<line num="2" count="26" type="stmt"/>
|
|
1291
1311
|
<line num="3" count="26" type="stmt"/>
|
|
1292
|
-
<line num="7" count="
|
|
1312
|
+
<line num="7" count="153" type="stmt"/>
|
|
1293
1313
|
</file>
|
|
1294
1314
|
</package>
|
|
1295
1315
|
<package name="src.utils.grid-base">
|
|
1296
|
-
<metrics statements="
|
|
1316
|
+
<metrics statements="198" coveredstatements="198" conditionals="127" coveredconditionals="127" methods="64" coveredmethods="64"/>
|
|
1297
1317
|
<file name="grid-base.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/grid-base.ts">
|
|
1298
|
-
<metrics statements="
|
|
1318
|
+
<metrics statements="170" coveredstatements="170" conditionals="98" coveredconditionals="98" methods="44" coveredmethods="44"/>
|
|
1299
1319
|
<line num="1" count="26" type="stmt"/>
|
|
1300
1320
|
<line num="4" count="26" type="stmt"/>
|
|
1301
1321
|
<line num="7" count="26" type="stmt"/>
|
|
1302
|
-
<line num="
|
|
1303
|
-
<line num="
|
|
1304
|
-
<line num="
|
|
1305
|
-
<line num="
|
|
1306
|
-
<line num="
|
|
1307
|
-
<line num="
|
|
1308
|
-
<line num="52" count="
|
|
1309
|
-
<line num="53" count="
|
|
1310
|
-
<line num="
|
|
1311
|
-
<line num="
|
|
1312
|
-
<line num="
|
|
1313
|
-
<line num="
|
|
1314
|
-
<line num="276" count="
|
|
1315
|
-
<line num="277" count="
|
|
1316
|
-
<line num="
|
|
1322
|
+
<line num="16" count="26" type="stmt"/>
|
|
1323
|
+
<line num="37" count="26" type="stmt"/>
|
|
1324
|
+
<line num="40" count="127" type="stmt"/>
|
|
1325
|
+
<line num="43" count="127" type="stmt"/>
|
|
1326
|
+
<line num="45" count="127" type="stmt"/>
|
|
1327
|
+
<line num="49" count="127" type="stmt"/>
|
|
1328
|
+
<line num="52" count="595" type="stmt"/>
|
|
1329
|
+
<line num="53" count="595" type="cond" truecount="2" falsecount="0"/>
|
|
1330
|
+
<line num="54" count="595" type="stmt"/>
|
|
1331
|
+
<line num="61" count="2" type="stmt"/>
|
|
1332
|
+
<line num="68" count="40" type="stmt"/>
|
|
1333
|
+
<line num="272" count="2" type="stmt"/>
|
|
1334
|
+
<line num="276" count="4" type="stmt"/>
|
|
1335
|
+
<line num="277" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1336
|
+
<line num="278" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1337
|
+
<line num="279" count="1" type="stmt"/>
|
|
1338
|
+
<line num="282" count="2" type="stmt"/>
|
|
1317
1339
|
<line num="284" count="2" type="stmt"/>
|
|
1318
|
-
<line num="
|
|
1319
|
-
<line num="
|
|
1320
|
-
<line num="
|
|
1321
|
-
<line num="
|
|
1322
|
-
<line num="
|
|
1323
|
-
<line num="
|
|
1324
|
-
<line num="300" count="
|
|
1325
|
-
<line num="
|
|
1326
|
-
<line num="
|
|
1327
|
-
<line num="
|
|
1328
|
-
<line num="309" count="
|
|
1329
|
-
<line num="
|
|
1330
|
-
<line num="
|
|
1331
|
-
<line num="
|
|
1332
|
-
<line num="
|
|
1340
|
+
<line num="289" count="2" type="stmt"/>
|
|
1341
|
+
<line num="290" count="2" type="cond" truecount="3" falsecount="0"/>
|
|
1342
|
+
<line num="292" count="1" type="stmt"/>
|
|
1343
|
+
<line num="296" count="3" type="stmt"/>
|
|
1344
|
+
<line num="297" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1345
|
+
<line num="298" count="2" type="stmt"/>
|
|
1346
|
+
<line num="300" count="2" type="stmt"/>
|
|
1347
|
+
<line num="305" count="3" type="stmt"/>
|
|
1348
|
+
<line num="306" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1349
|
+
<line num="307" count="2" type="stmt"/>
|
|
1350
|
+
<line num="309" count="2" type="stmt"/>
|
|
1351
|
+
<line num="314" count="21" type="stmt"/>
|
|
1352
|
+
<line num="315" count="21" type="cond" truecount="1" falsecount="0"/>
|
|
1353
|
+
<line num="316" count="20" type="stmt"/>
|
|
1354
|
+
<line num="323" count="20" type="cond" truecount="2" falsecount="0"/>
|
|
1333
1355
|
<line num="324" count="19" type="stmt"/>
|
|
1334
|
-
<line num="
|
|
1335
|
-
<line num="
|
|
1336
|
-
<line num="
|
|
1337
|
-
<line num="
|
|
1338
|
-
<line num="
|
|
1339
|
-
<line num="
|
|
1340
|
-
<line num="
|
|
1341
|
-
<line num="
|
|
1342
|
-
<line num="
|
|
1343
|
-
<line num="
|
|
1344
|
-
<line num="
|
|
1345
|
-
<line num="
|
|
1346
|
-
<line num="
|
|
1347
|
-
<line num="
|
|
1348
|
-
<line num="
|
|
1349
|
-
<line num="
|
|
1350
|
-
<line num="
|
|
1351
|
-
<line num="
|
|
1352
|
-
<line num="
|
|
1353
|
-
<line num="
|
|
1354
|
-
<line num="
|
|
1355
|
-
<line num="
|
|
1356
|
-
<line num="
|
|
1357
|
-
<line num="
|
|
1358
|
-
<line num="
|
|
1359
|
-
<line num="
|
|
1360
|
-
<line num="
|
|
1361
|
-
<line num="
|
|
1362
|
-
<line num="
|
|
1363
|
-
<line num="
|
|
1364
|
-
<line num="
|
|
1365
|
-
<line num="
|
|
1366
|
-
<line num="
|
|
1367
|
-
<line num="
|
|
1368
|
-
<line num="
|
|
1369
|
-
<line num="
|
|
1370
|
-
<line num="
|
|
1371
|
-
<line num="
|
|
1372
|
-
<line num="
|
|
1373
|
-
<line num="
|
|
1374
|
-
<line num="
|
|
1375
|
-
<line num="
|
|
1376
|
-
<line num="
|
|
1377
|
-
<line num="538" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1378
|
-
<line num="539" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1379
|
-
<line num="540" count="3" type="stmt"/>
|
|
1380
|
-
<line num="541" count="3" type="stmt"/>
|
|
1356
|
+
<line num="329" count="19" type="stmt"/>
|
|
1357
|
+
<line num="333" count="19" type="stmt"/>
|
|
1358
|
+
<line num="459" count="19" type="stmt"/>
|
|
1359
|
+
<line num="461" count="1" type="stmt"/>
|
|
1360
|
+
<line num="463" count="20" type="stmt"/>
|
|
1361
|
+
<line num="467" count="4" type="stmt"/>
|
|
1362
|
+
<line num="471" count="35" type="cond" truecount="2" falsecount="0"/>
|
|
1363
|
+
<line num="472" count="35" type="cond" truecount="2" falsecount="0"/>
|
|
1364
|
+
<line num="473" count="35" type="stmt"/>
|
|
1365
|
+
<line num="477" count="19" type="stmt"/>
|
|
1366
|
+
<line num="479" count="19" type="stmt"/>
|
|
1367
|
+
<line num="480" count="49" type="cond" truecount="2" falsecount="0"/>
|
|
1368
|
+
<line num="481" count="49" type="cond" truecount="4" falsecount="0"/>
|
|
1369
|
+
<line num="482" count="32" type="stmt"/>
|
|
1370
|
+
<line num="484" count="32" type="stmt"/>
|
|
1371
|
+
<line num="485" count="40" type="stmt"/>
|
|
1372
|
+
<line num="486" count="40" type="cond" truecount="4" falsecount="0"/>
|
|
1373
|
+
<line num="487" count="36" type="cond" truecount="2" falsecount="0"/>
|
|
1374
|
+
<line num="488" count="36" type="cond" truecount="2" falsecount="0"/>
|
|
1375
|
+
<line num="490" count="36" type="stmt"/>
|
|
1376
|
+
<line num="492" count="4" type="stmt"/>
|
|
1377
|
+
<line num="495" count="40" type="stmt"/>
|
|
1378
|
+
<line num="497" count="40" type="stmt"/>
|
|
1379
|
+
<line num="504" count="40" type="cond" truecount="1" falsecount="0"/>
|
|
1380
|
+
<line num="505" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
1381
|
+
<line num="506" count="5" type="stmt"/>
|
|
1382
|
+
<line num="509" count="40" type="stmt"/>
|
|
1383
|
+
<line num="513" count="19" type="stmt"/>
|
|
1384
|
+
<line num="517" count="3" type="stmt"/>
|
|
1385
|
+
<line num="518" count="3" type="stmt"/>
|
|
1386
|
+
<line num="520" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1387
|
+
<line num="521" count="1" type="stmt"/>
|
|
1388
|
+
<line num="523" count="2" type="stmt"/>
|
|
1389
|
+
<line num="524" count="4" type="stmt"/>
|
|
1390
|
+
<line num="525" count="4" type="stmt"/>
|
|
1391
|
+
<line num="526" count="4" type="cond" truecount="7" falsecount="0"/>
|
|
1392
|
+
<line num="527" count="2" type="stmt"/>
|
|
1393
|
+
<line num="534" count="3" type="stmt"/>
|
|
1394
|
+
<line num="536" count="3" type="stmt"/>
|
|
1395
|
+
<line num="537" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
1396
|
+
<line num="538" count="1" type="stmt"/>
|
|
1397
|
+
<line num="540" count="1" type="stmt"/>
|
|
1398
|
+
<line num="541" count="3" type="cond" truecount="3" falsecount="0"/>
|
|
1381
1399
|
<line num="542" count="3" type="stmt"/>
|
|
1382
|
-
<line num="
|
|
1400
|
+
<line num="543" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1401
|
+
<line num="544" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1383
1402
|
<line num="545" count="3" type="stmt"/>
|
|
1384
|
-
<line num="546" count="3" type="
|
|
1403
|
+
<line num="546" count="3" type="stmt"/>
|
|
1385
1404
|
<line num="547" count="3" type="stmt"/>
|
|
1386
|
-
<line num="
|
|
1387
|
-
<line num="
|
|
1388
|
-
<line num="551" count="
|
|
1389
|
-
<line num="552" count="
|
|
1390
|
-
<line num="553" count="
|
|
1391
|
-
<line num="
|
|
1392
|
-
<line num="
|
|
1393
|
-
<line num="
|
|
1394
|
-
<line num="
|
|
1395
|
-
<line num="
|
|
1396
|
-
<line num="
|
|
1397
|
-
<line num="
|
|
1405
|
+
<line num="549" count="3" type="stmt"/>
|
|
1406
|
+
<line num="550" count="3" type="stmt"/>
|
|
1407
|
+
<line num="551" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1408
|
+
<line num="552" count="3" type="stmt"/>
|
|
1409
|
+
<line num="553" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1410
|
+
<line num="554" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1411
|
+
<line num="556" count="1" type="stmt"/>
|
|
1412
|
+
<line num="557" count="1" type="cond" truecount="7" falsecount="0"/>
|
|
1413
|
+
<line num="558" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
1414
|
+
<line num="562" count="3" type="stmt"/>
|
|
1415
|
+
<line num="563" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
1416
|
+
<line num="564" count="1" type="stmt"/>
|
|
1398
1417
|
<line num="571" count="2" type="stmt"/>
|
|
1399
|
-
<line num="
|
|
1400
|
-
<line num="
|
|
1401
|
-
<line num="
|
|
1402
|
-
<line num="
|
|
1403
|
-
<line num="
|
|
1404
|
-
<line num="
|
|
1405
|
-
<line num="
|
|
1406
|
-
<line num="
|
|
1407
|
-
<line num="590" count="
|
|
1408
|
-
<line num="591" count="
|
|
1409
|
-
<line num="592" count="
|
|
1410
|
-
<line num="593" count="
|
|
1411
|
-
<line num="
|
|
1412
|
-
<line num="
|
|
1413
|
-
<line num="
|
|
1414
|
-
<line num="598" count="8" type="
|
|
1415
|
-
<line num="599" count="
|
|
1416
|
-
<line num="
|
|
1417
|
-
<line num="
|
|
1418
|
-
<line num="
|
|
1419
|
-
<line num="
|
|
1420
|
-
<line num="
|
|
1421
|
-
<line num="
|
|
1422
|
-
<line num="616" count="
|
|
1423
|
-
<line num="
|
|
1424
|
-
<line num="619" count="
|
|
1425
|
-
<line num="
|
|
1426
|
-
<line num="
|
|
1427
|
-
<line num="
|
|
1418
|
+
<line num="573" count="2" type="stmt"/>
|
|
1419
|
+
<line num="574" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1420
|
+
<line num="575" count="2" type="stmt"/>
|
|
1421
|
+
<line num="576" count="2" type="stmt"/>
|
|
1422
|
+
<line num="577" count="2" type="stmt"/>
|
|
1423
|
+
<line num="582" count="3" type="stmt"/>
|
|
1424
|
+
<line num="583" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
1425
|
+
<line num="584" count="1" type="stmt"/>
|
|
1426
|
+
<line num="590" count="7" type="stmt"/>
|
|
1427
|
+
<line num="591" count="7" type="cond" truecount="1" falsecount="0"/>
|
|
1428
|
+
<line num="592" count="5" type="stmt"/>
|
|
1429
|
+
<line num="593" count="5" type="stmt"/>
|
|
1430
|
+
<line num="595" count="5" type="cond" truecount="4" falsecount="0"/>
|
|
1431
|
+
<line num="596" count="2" type="stmt"/>
|
|
1432
|
+
<line num="597" count="10" type="cond" truecount="5" falsecount="0"/>
|
|
1433
|
+
<line num="598" count="8" type="stmt"/>
|
|
1434
|
+
<line num="599" count="8" type="stmt"/>
|
|
1435
|
+
<line num="600" count="8" type="stmt"/>
|
|
1436
|
+
<line num="601" count="8" type="stmt"/>
|
|
1437
|
+
<line num="603" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
1438
|
+
<line num="604" count="6" type="stmt"/>
|
|
1439
|
+
<line num="607" count="8" type="stmt"/>
|
|
1440
|
+
<line num="608" count="8" type="stmt"/>
|
|
1441
|
+
<line num="616" count="2" type="stmt"/>
|
|
1442
|
+
<line num="617" count="2" type="stmt"/>
|
|
1443
|
+
<line num="619" count="3" type="stmt"/>
|
|
1444
|
+
<line num="620" count="10" type="stmt"/>
|
|
1445
|
+
<line num="621" count="10" type="stmt"/>
|
|
1446
|
+
<line num="623" count="10" type="cond" truecount="1" falsecount="0"/>
|
|
1447
|
+
<line num="624" count="8" type="stmt"/>
|
|
1448
|
+
<line num="628" count="3" type="stmt"/>
|
|
1449
|
+
<line num="629" count="3" type="stmt"/>
|
|
1428
1450
|
<line num="632" count="5" type="stmt"/>
|
|
1429
|
-
<line num="
|
|
1430
|
-
<line num="
|
|
1431
|
-
<line num="
|
|
1432
|
-
<line num="
|
|
1433
|
-
<line num="
|
|
1434
|
-
<line num="
|
|
1435
|
-
<line num="647" count="
|
|
1436
|
-
<line num="
|
|
1437
|
-
<line num="
|
|
1438
|
-
<line num="
|
|
1439
|
-
<line num="
|
|
1440
|
-
<line num="
|
|
1441
|
-
<line num="
|
|
1442
|
-
<line num="
|
|
1443
|
-
<line num="
|
|
1444
|
-
<line num="
|
|
1445
|
-
<line num="
|
|
1446
|
-
<line num="
|
|
1447
|
-
<line num="
|
|
1448
|
-
<line num="
|
|
1449
|
-
<line num="
|
|
1450
|
-
<line num="
|
|
1451
|
-
<line num="
|
|
1452
|
-
<line num="
|
|
1453
|
-
<line num="
|
|
1454
|
-
<line num="
|
|
1455
|
-
<line num="
|
|
1456
|
-
<line num="
|
|
1457
|
-
<line num="
|
|
1458
|
-
<line num="
|
|
1459
|
-
<line num="
|
|
1460
|
-
<line num="
|
|
1461
|
-
<line num="
|
|
1462
|
-
<line num="
|
|
1463
|
-
<line num="
|
|
1464
|
-
<line num="
|
|
1465
|
-
<line num="
|
|
1451
|
+
<line num="637" count="5" type="stmt"/>
|
|
1452
|
+
<line num="638" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
1453
|
+
<line num="640" count="3" type="stmt"/>
|
|
1454
|
+
<line num="641" count="3" type="stmt"/>
|
|
1455
|
+
<line num="645" count="1" type="stmt"/>
|
|
1456
|
+
<line num="646" count="1" type="stmt"/>
|
|
1457
|
+
<line num="647" count="5" type="stmt"/>
|
|
1458
|
+
<line num="652" count="127" type="stmt"/>
|
|
1459
|
+
<line num="660" count="127" type="stmt"/>
|
|
1460
|
+
<line num="668" count="254" type="stmt"/>
|
|
1461
|
+
<line num="669" count="254" type="cond" truecount="3" falsecount="0"/>
|
|
1462
|
+
<line num="671" count="38" type="cond" truecount="2" falsecount="0"/>
|
|
1463
|
+
<line num="672" count="19" type="stmt"/>
|
|
1464
|
+
<line num="674" count="19" type="stmt"/>
|
|
1465
|
+
<line num="676" count="247" type="stmt"/>
|
|
1466
|
+
<line num="682" count="216" type="stmt"/>
|
|
1467
|
+
<line num="686" count="6" type="stmt"/>
|
|
1468
|
+
<line num="687" count="6" type="cond" truecount="3" falsecount="0"/>
|
|
1469
|
+
<line num="688" count="9" type="stmt"/>
|
|
1470
|
+
<line num="689" count="4" type="stmt"/>
|
|
1471
|
+
<line num="691" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1472
|
+
<line num="692" count="3" type="stmt"/>
|
|
1473
|
+
<line num="693" count="3" type="stmt"/>
|
|
1474
|
+
<line num="695" count="3" type="stmt"/>
|
|
1475
|
+
<line num="696" count="6" type="stmt"/>
|
|
1476
|
+
<line num="699" count="3" type="stmt"/>
|
|
1477
|
+
<line num="702" count="4" type="stmt"/>
|
|
1478
|
+
<line num="705" count="6" type="stmt"/>
|
|
1479
|
+
<line num="706" count="6" type="stmt"/>
|
|
1480
|
+
<line num="709" count="127" type="stmt"/>
|
|
1481
|
+
<line num="711" count="127" type="stmt"/>
|
|
1482
|
+
<line num="731" count="2" type="stmt"/>
|
|
1483
|
+
<line num="735" count="10" type="stmt"/>
|
|
1484
|
+
<line num="737" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1485
|
+
<line num="738" count="2" type="stmt"/>
|
|
1486
|
+
<line num="741" count="2" type="stmt"/>
|
|
1487
|
+
<line num="743" count="4" type="stmt"/>
|
|
1488
|
+
<line num="747" count="26" type="stmt"/>
|
|
1466
1489
|
</file>
|
|
1467
1490
|
<file name="grid-controller.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/grid-controller.ts">
|
|
1468
|
-
<metrics statements="
|
|
1491
|
+
<metrics statements="28" coveredstatements="28" conditionals="29" coveredconditionals="29" methods="20" coveredmethods="20"/>
|
|
1469
1492
|
<line num="4" count="26" type="stmt"/>
|
|
1470
|
-
<line num="8" count="
|
|
1493
|
+
<line num="8" count="47" type="stmt"/>
|
|
1471
1494
|
<line num="12" count="1" type="stmt"/>
|
|
1472
1495
|
<line num="16" count="4" type="stmt"/>
|
|
1473
|
-
<line num="20" count="
|
|
1496
|
+
<line num="20" count="5" type="stmt"/>
|
|
1474
1497
|
<line num="24" count="2" type="stmt"/>
|
|
1475
1498
|
<line num="28" count="1" type="stmt"/>
|
|
1476
1499
|
<line num="32" count="9" type="stmt"/>
|
|
@@ -1486,7 +1509,14 @@
|
|
|
1486
1509
|
<line num="90" count="2" type="stmt"/>
|
|
1487
1510
|
<line num="96" count="4" type="stmt"/>
|
|
1488
1511
|
<line num="100" count="1" type="stmt"/>
|
|
1489
|
-
<line num="104" count="
|
|
1512
|
+
<line num="104" count="7" type="cond" truecount="1" falsecount="0"/>
|
|
1513
|
+
<line num="105" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1514
|
+
<line num="106" count="2" type="stmt"/>
|
|
1515
|
+
<line num="107" count="2" type="cond" truecount="4" falsecount="0"/>
|
|
1516
|
+
<line num="111" count="1" type="stmt"/>
|
|
1517
|
+
<line num="114" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1518
|
+
<line num="115" count="3" type="stmt"/>
|
|
1519
|
+
<line num="118" count="1" type="stmt"/>
|
|
1490
1520
|
</file>
|
|
1491
1521
|
</package>
|
|
1492
1522
|
<package name="src.utils.report-filter">
|