@zeedhi/teknisa-components-common 1.107.2 → 1.108.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/LICENSE +21 -21
- package/README.md +7 -7
- package/coverage/clover.xml +772 -692
- package/coverage/coverage-final.json +47 -47
- package/coverage/lcov-report/index.html +15 -15
- package/coverage/lcov-report/tests/__helpers__/component-event-helper.ts.html +2 -2
- package/coverage/lcov-report/tests/__helpers__/flush-promises-helper.ts.html +2 -2
- package/coverage/lcov-report/tests/__helpers__/get-child-helper.ts.html +7 -7
- 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 +1459 -1275
- package/dist/tek-components-common.esm.js +375 -252
- package/dist/tek-components-common.umd.js +375 -252
- package/jest.config.js +1 -1
- package/package.json +2 -2
- package/tests/__helpers__/component-event-helper.ts +5 -5
- package/tests/__helpers__/flush-promises-helper.ts +3 -3
- package/tests/__helpers__/get-child-helper.ts +27 -27
- package/tests/__helpers__/index.ts +3 -3
- package/tests/__helpers__/mock-created-helper.ts +12 -12
- package/tests/__mocks__/@zeedhi/core/i18n.js +74 -74
- package/tests/__mocks__/@zeedhi/core.js +4 -4
- package/tests/unit/components/crud/crud-add-button.spec.ts +56 -56
- package/tests/unit/components/crud/crud-button.spec.ts +94 -94
- package/tests/unit/components/crud/crud-cancel-button.spec.ts +91 -91
- package/tests/unit/components/crud/crud-delete-button.spec.ts +122 -122
- package/tests/unit/components/crud/crud-form.spec.ts +165 -165
- package/tests/unit/components/crud/crud-save-button.spec.ts +118 -118
- package/tests/unit/components/tek-breadcrumb-header/tek-breadcrumb-header.spec.ts +42 -42
- package/tests/unit/components/tek-card-title/CardTitle.spec.ts +34 -34
- package/tests/unit/components/tek-datasource/memory-datasource.spec.ts +470 -470
- package/tests/unit/components/tek-datasource/rest-datasource.spec.ts +364 -364
- package/tests/unit/components/tek-drag-grid/tek-drag-grid.spec.ts +112 -112
- package/tests/unit/components/tek-grid/filter-helper.spec.ts +148 -148
- package/tests/unit/components/tek-grid/grid-column.spec.ts +270 -270
- package/tests/unit/components/tek-grid/grid-columns-button.spec.ts +195 -195
- package/tests/unit/components/tek-grid/grid-filter-button.spec.ts +967 -967
- package/tests/unit/components/tek-grid/grid.spec.ts +3340 -3116
- package/tests/unit/components/tek-grid/layout_options.spec.ts +980 -980
- package/tests/unit/components/tek-image/Image.spec.ts +67 -67
- package/tests/unit/components/tek-iterable-carousel/iterable-carousel.spec.ts +37 -37
- package/tests/unit/components/tek-iterable-component-render/iterable-component-render.spec.ts +200 -200
- package/tests/unit/components/tek-loading/Loading.spec.ts +30 -30
- package/tests/unit/components/tek-notifications/notifications.spec.ts +201 -201
- package/tests/unit/components/tek-product-card/product-card.spec.ts +61 -61
- package/tests/unit/components/tek-user-info/TekUserInfoContoller.spec.ts +220 -220
- package/tests/unit/components/tek-user-info/tek-user-info-list.spec.ts +86 -86
- package/tests/unit/components/tek-user-info/tek-user-info.spec.ts +430 -430
- package/tests/unit/components/tree-grid/tree-grid.spec.ts +776 -776
- package/tests/unit/utils/grid-base/delete-rows-error.spec.ts +24 -0
- package/tests/unit/utils/grid-base/export-options/button-option.spec.ts +44 -44
- package/tests/unit/utils/grid-base/export-options/multi-option.spec.ts +135 -135
- package/tests/unit/utils/grid-base/grid-controller.spec.ts +267 -174
- package/tests/unit/utils/report-filter/report-filter.spec.ts +66 -66
- package/tsconfig.eslint.json +8 -8
- package/types/components/tek-datasource/memory-datasource.d.ts +2 -4
- package/types/components/tek-datasource/rest-datasource.d.ts +6 -3
- package/types/components/tek-grid/grid.d.ts +50 -6
- package/types/components/tek-grid/interfaces.d.ts +5 -3
- package/types/components/tek-tree-grid/tree-grid.d.ts +5 -1
- package/types/utils/grid-base/grid-base.d.ts +12 -229
- package/types/utils/grid-base/grid-controller.d.ts +1 -3
- package/types/components/tek-ag-grid/default-icons.d.ts +0 -53
- package/types/components/tek-ag-grid/interfaces.d.ts +0 -9
- package/types/components/tek-ag-grid/tek-ag-grid.d.ts +0 -35
- package/types/components/tek-datasource/datasource.d.ts +0 -94
- package/types/components/tek-grid/default-icons.d.ts +0 -53
- package/types/components/tek-grid/filter-dynamic-values.d.ts +0 -9
- package/types/components/tek-grid/grid-controller.d.ts +0 -19
- package/types/components/tek-grid/grid_column.d.ts +0 -14
- package/types/components/tek-grid/grid_controller.d.ts +0 -15
- package/types/components/tek-grid/tek-grid.d.ts +0 -35
- package/types/components/tek-login/interfaces.d.ts +0 -3
- package/types/components/tek-login/login-children.d.ts +0 -3
- package/types/components/tek-login/login.d.ts +0 -58
- package/types/components/tek-login/login_children.d.ts +0 -3
package/coverage/clover.xml
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1748544952536" clover="3.2.0">
|
|
3
|
+
<project timestamp="1748544952537" name="All files">
|
|
4
|
+
<metrics statements="1780" coveredstatements="1780" conditionals="789" coveredconditionals="789" methods="443" coveredmethods="443" elements="3012" coveredelements="3012" complexity="0" loc="1780" ncloc="1780" packages="22" files="47" classes="47"/>
|
|
5
5
|
<package name="src">
|
|
6
6
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
7
|
-
<file name="index.ts" path="
|
|
7
|
+
<file name="index.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\index.ts">
|
|
8
8
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
9
9
|
<line num="1" count="26" type="stmt"/>
|
|
10
10
|
<line num="3" count="26" type="stmt"/>
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
</package>
|
|
15
15
|
<package name="src.components">
|
|
16
16
|
<metrics statements="43" coveredstatements="43" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
17
|
-
<file name="index.ts" path="
|
|
17
|
+
<file name="index.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\components\index.ts">
|
|
18
18
|
<metrics statements="43" coveredstatements="43" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
19
19
|
<line num="1" count="30" type="stmt"/>
|
|
20
20
|
<line num="3" count="30" type="stmt"/>
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
</package>
|
|
64
64
|
<package name="src.components.crud">
|
|
65
65
|
<metrics statements="128" coveredstatements="128" conditionals="80" coveredconditionals="80" methods="29" coveredmethods="29"/>
|
|
66
|
-
<file name="crud-add-button.ts" path="
|
|
66
|
+
<file name="crud-add-button.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\components\crud\crud-add-button.ts">
|
|
67
67
|
<metrics statements="15" coveredstatements="15" conditionals="14" coveredconditionals="14" methods="2" coveredmethods="2"/>
|
|
68
68
|
<line num="1" count="30" type="stmt"/>
|
|
69
69
|
<line num="3" count="30" type="stmt"/>
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
<line num="44" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
82
82
|
<line num="53" count="1" type="stmt"/>
|
|
83
83
|
</file>
|
|
84
|
-
<file name="crud-button.ts" path="
|
|
84
|
+
<file name="crud-button.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\components\crud\crud-button.ts">
|
|
85
85
|
<metrics statements="18" coveredstatements="18" conditionals="4" coveredconditionals="4" methods="4" coveredmethods="4"/>
|
|
86
86
|
<line num="1" count="30" type="stmt"/>
|
|
87
87
|
<line num="4" count="30" type="stmt"/>
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
<line num="64" count="1" type="stmt"/>
|
|
103
103
|
<line num="67" count="22" type="stmt"/>
|
|
104
104
|
</file>
|
|
105
|
-
<file name="crud-cancel-button.ts" path="
|
|
105
|
+
<file name="crud-cancel-button.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\components\crud\crud-cancel-button.ts">
|
|
106
106
|
<metrics statements="20" coveredstatements="20" conditionals="15" coveredconditionals="15" methods="4" coveredmethods="4"/>
|
|
107
107
|
<line num="1" count="30" type="stmt"/>
|
|
108
108
|
<line num="2" count="30" type="stmt"/>
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
<line num="46" count="1" type="stmt"/>
|
|
126
126
|
<line num="52" count="6" type="stmt"/>
|
|
127
127
|
</file>
|
|
128
|
-
<file name="crud-delete-button.ts" path="
|
|
128
|
+
<file name="crud-delete-button.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\components\crud\crud-delete-button.ts">
|
|
129
129
|
<metrics statements="24" coveredstatements="24" conditionals="23" coveredconditionals="23" methods="6" coveredmethods="6"/>
|
|
130
130
|
<line num="1" count="30" type="stmt"/>
|
|
131
131
|
<line num="2" count="30" type="stmt"/>
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
<line num="69" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
153
153
|
<line num="73" count="8" type="cond" truecount="3" falsecount="0"/>
|
|
154
154
|
</file>
|
|
155
|
-
<file name="crud-form.ts" path="
|
|
155
|
+
<file name="crud-form.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\components\crud\crud-form.ts">
|
|
156
156
|
<metrics statements="30" coveredstatements="30" conditionals="10" coveredconditionals="10" methods="9" coveredmethods="9"/>
|
|
157
157
|
<line num="1" count="30" type="stmt"/>
|
|
158
158
|
<line num="8" count="30" type="stmt"/>
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
<line num="95" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
186
186
|
<line num="96" count="2" type="stmt"/>
|
|
187
187
|
</file>
|
|
188
|
-
<file name="crud-save-button.ts" path="
|
|
188
|
+
<file name="crud-save-button.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\components\crud\crud-save-button.ts">
|
|
189
189
|
<metrics statements="21" coveredstatements="21" conditionals="14" coveredconditionals="14" methods="4" coveredmethods="4"/>
|
|
190
190
|
<line num="1" count="30" type="stmt"/>
|
|
191
191
|
<line num="2" count="30" type="stmt"/>
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
</package>
|
|
213
213
|
<package name="src.components.tek-breadcrumb-header">
|
|
214
214
|
<metrics statements="9" coveredstatements="9" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
|
|
215
|
-
<file name="breadcrumb-header.ts" path="
|
|
215
|
+
<file name="breadcrumb-header.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\components\tek-breadcrumb-header\breadcrumb-header.ts">
|
|
216
216
|
<metrics statements="9" coveredstatements="9" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
|
|
217
217
|
<line num="1" count="30" type="stmt"/>
|
|
218
218
|
<line num="7" count="30" type="stmt"/>
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
</package>
|
|
228
228
|
<package name="src.components.tek-card-title">
|
|
229
229
|
<metrics statements="16" coveredstatements="16" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
230
|
-
<file name="card-title.ts" path="
|
|
230
|
+
<file name="card-title.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\components\tek-card-title\card-title.ts">
|
|
231
231
|
<metrics statements="16" coveredstatements="16" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
232
232
|
<line num="1" count="30" type="stmt"/>
|
|
233
233
|
<line num="7" count="30" type="stmt"/>
|
|
@@ -249,12 +249,12 @@
|
|
|
249
249
|
</package>
|
|
250
250
|
<package name="src.components.tek-datasource">
|
|
251
251
|
<metrics statements="201" coveredstatements="201" conditionals="132" coveredconditionals="132" methods="50" coveredmethods="50"/>
|
|
252
|
-
<file name="interfaces.ts" path="
|
|
252
|
+
<file name="interfaces.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\components\tek-datasource\interfaces.ts">
|
|
253
253
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
254
254
|
<line num="19" count="30" type="stmt"/>
|
|
255
255
|
<line num="33" count="30" type="stmt"/>
|
|
256
256
|
</file>
|
|
257
|
-
<file name="memory-datasource.ts" path="
|
|
257
|
+
<file name="memory-datasource.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\components\tek-datasource\memory-datasource.ts">
|
|
258
258
|
<metrics statements="121" coveredstatements="121" conditionals="89" coveredconditionals="89" methods="31" coveredmethods="31"/>
|
|
259
259
|
<line num="1" count="30" type="stmt"/>
|
|
260
260
|
<line num="4" count="30" type="stmt"/>
|
|
@@ -378,7 +378,7 @@
|
|
|
378
378
|
<line num="318" count="42" type="stmt"/>
|
|
379
379
|
<line num="322" count="30" type="stmt"/>
|
|
380
380
|
</file>
|
|
381
|
-
<file name="rest-datasource.ts" path="
|
|
381
|
+
<file name="rest-datasource.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\components\tek-datasource\rest-datasource.ts">
|
|
382
382
|
<metrics statements="78" coveredstatements="78" conditionals="43" coveredconditionals="43" methods="19" coveredmethods="19"/>
|
|
383
383
|
<line num="1" count="30" type="stmt"/>
|
|
384
384
|
<line num="4" count="30" type="stmt"/>
|
|
@@ -462,7 +462,7 @@
|
|
|
462
462
|
</package>
|
|
463
463
|
<package name="src.components.tek-drag-grid">
|
|
464
464
|
<metrics statements="26" coveredstatements="26" conditionals="2" coveredconditionals="2" methods="9" coveredmethods="9"/>
|
|
465
|
-
<file name="tek-drag-grid.ts" path="
|
|
465
|
+
<file name="tek-drag-grid.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\components\tek-drag-grid\tek-drag-grid.ts">
|
|
466
466
|
<metrics statements="26" coveredstatements="26" conditionals="2" coveredconditionals="2" methods="9" coveredmethods="9"/>
|
|
467
467
|
<line num="1" count="30" type="stmt"/>
|
|
468
468
|
<line num="3" count="30" type="stmt"/>
|
|
@@ -493,8 +493,8 @@
|
|
|
493
493
|
</file>
|
|
494
494
|
</package>
|
|
495
495
|
<package name="src.components.tek-grid">
|
|
496
|
-
<metrics statements="
|
|
497
|
-
<file name="filter-helper.ts" path="
|
|
496
|
+
<metrics statements="841" coveredstatements="841" conditionals="372" coveredconditionals="372" methods="194" coveredmethods="194"/>
|
|
497
|
+
<file name="filter-helper.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\components\tek-grid\filter-helper.ts">
|
|
498
498
|
<metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
|
|
499
499
|
<line num="1" count="30" type="stmt"/>
|
|
500
500
|
<line num="4" count="30" type="stmt"/>
|
|
@@ -503,7 +503,7 @@
|
|
|
503
503
|
<line num="14" count="2" type="stmt"/>
|
|
504
504
|
<line num="18" count="2" type="stmt"/>
|
|
505
505
|
</file>
|
|
506
|
-
<file name="grid-column.ts" path="
|
|
506
|
+
<file name="grid-column.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\components\tek-grid\grid-column.ts">
|
|
507
507
|
<metrics statements="79" coveredstatements="79" conditionals="24" coveredconditionals="24" methods="19" coveredmethods="19"/>
|
|
508
508
|
<line num="1" count="30" type="stmt"/>
|
|
509
509
|
<line num="2" count="30" type="stmt"/>
|
|
@@ -565,27 +565,27 @@
|
|
|
565
565
|
<line num="171" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
566
566
|
<line num="174" count="10" type="stmt"/>
|
|
567
567
|
<line num="181" count="10" type="stmt"/>
|
|
568
|
-
<line num="185" count="
|
|
569
|
-
<line num="189" count="
|
|
570
|
-
<line num="190" count="
|
|
571
|
-
<line num="191" count="
|
|
572
|
-
<line num="192" count="
|
|
573
|
-
<line num="197" count="
|
|
574
|
-
<line num="201" count="
|
|
575
|
-
<line num="202" count="
|
|
576
|
-
<line num="203" count="
|
|
577
|
-
<line num="204" count="
|
|
578
|
-
<line num="209" count="
|
|
579
|
-
<line num="213" count="
|
|
580
|
-
<line num="214" count="
|
|
581
|
-
<line num="215" count="
|
|
568
|
+
<line num="185" count="1193" type="stmt"/>
|
|
569
|
+
<line num="189" count="302" type="stmt"/>
|
|
570
|
+
<line num="190" count="302" type="stmt"/>
|
|
571
|
+
<line num="191" count="302" type="cond" truecount="1" falsecount="0"/>
|
|
572
|
+
<line num="192" count="49" type="stmt"/>
|
|
573
|
+
<line num="197" count="772" type="stmt"/>
|
|
574
|
+
<line num="201" count="301" type="stmt"/>
|
|
575
|
+
<line num="202" count="301" type="stmt"/>
|
|
576
|
+
<line num="203" count="301" type="cond" truecount="1" falsecount="0"/>
|
|
577
|
+
<line num="204" count="20" type="stmt"/>
|
|
578
|
+
<line num="209" count="448" type="stmt"/>
|
|
579
|
+
<line num="213" count="299" type="stmt"/>
|
|
580
|
+
<line num="214" count="299" type="stmt"/>
|
|
581
|
+
<line num="215" count="299" type="cond" truecount="1" falsecount="0"/>
|
|
582
582
|
<line num="216" count="1" type="stmt"/>
|
|
583
|
-
<line num="221" count="
|
|
584
|
-
<line num="225" count="
|
|
585
|
-
<line num="230" count="
|
|
583
|
+
<line num="221" count="670" type="cond" truecount="2" falsecount="0"/>
|
|
584
|
+
<line num="225" count="900" type="stmt"/>
|
|
585
|
+
<line num="230" count="70" type="stmt"/>
|
|
586
586
|
<line num="231" count="1" type="stmt"/>
|
|
587
587
|
</file>
|
|
588
|
-
<file name="grid-columns-button-controller.ts" path="
|
|
588
|
+
<file name="grid-columns-button-controller.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\components\tek-grid\grid-columns-button-controller.ts">
|
|
589
589
|
<metrics statements="14" coveredstatements="14" conditionals="7" coveredconditionals="7" methods="3" coveredmethods="3"/>
|
|
590
590
|
<line num="1" count="30" type="stmt"/>
|
|
591
591
|
<line num="5" count="30" type="stmt"/>
|
|
@@ -602,7 +602,7 @@
|
|
|
602
602
|
<line num="25" count="2" type="stmt"/>
|
|
603
603
|
<line num="26" count="2" type="stmt"/>
|
|
604
604
|
</file>
|
|
605
|
-
<file name="grid-columns-button.ts" path="
|
|
605
|
+
<file name="grid-columns-button.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\components\tek-grid\grid-columns-button.ts">
|
|
606
606
|
<metrics statements="16" coveredstatements="16" conditionals="1" coveredconditionals="1" methods="4" coveredmethods="4"/>
|
|
607
607
|
<line num="1" count="30" type="stmt"/>
|
|
608
608
|
<line num="2" count="30" type="stmt"/>
|
|
@@ -621,7 +621,7 @@
|
|
|
621
621
|
<line num="28" count="5" type="stmt"/>
|
|
622
622
|
<line num="33" count="2" type="stmt"/>
|
|
623
623
|
</file>
|
|
624
|
-
<file name="grid-filter-button.ts" path="
|
|
624
|
+
<file name="grid-filter-button.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\components\tek-grid\grid-filter-button.ts">
|
|
625
625
|
<metrics statements="150" coveredstatements="150" conditionals="94" coveredconditionals="94" methods="30" coveredmethods="30"/>
|
|
626
626
|
<line num="1" count="30" type="stmt"/>
|
|
627
627
|
<line num="4" count="30" type="stmt"/>
|
|
@@ -774,455 +774,486 @@
|
|
|
774
774
|
<line num="425" count="4" type="cond" truecount="7" falsecount="0"/>
|
|
775
775
|
<line num="426" count="2" type="stmt"/>
|
|
776
776
|
</file>
|
|
777
|
-
<file name="grid.ts" path="
|
|
778
|
-
<metrics statements="
|
|
777
|
+
<file name="grid.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\components\tek-grid\grid.ts">
|
|
778
|
+
<metrics statements="471" coveredstatements="471" conditionals="193" coveredconditionals="193" methods="113" coveredmethods="113"/>
|
|
779
779
|
<line num="1" count="30" type="stmt"/>
|
|
780
|
-
<line num="
|
|
781
|
-
<line num="15" count="30" type="stmt"/>
|
|
782
|
-
<line num="16" count="30" type="stmt"/>
|
|
780
|
+
<line num="11" count="30" type="stmt"/>
|
|
783
781
|
<line num="17" count="30" type="stmt"/>
|
|
784
|
-
<line num="
|
|
785
|
-
<line num="
|
|
782
|
+
<line num="18" count="30" type="stmt"/>
|
|
783
|
+
<line num="19" count="30" type="stmt"/>
|
|
786
784
|
<line num="25" count="30" type="stmt"/>
|
|
787
|
-
<line num="
|
|
785
|
+
<line num="26" count="30" type="stmt"/>
|
|
786
|
+
<line num="27" count="30" type="stmt"/>
|
|
788
787
|
<line num="42" count="30" type="stmt"/>
|
|
789
|
-
<line num="
|
|
790
|
-
<line num="47" count="
|
|
791
|
-
<line num="50" count="
|
|
792
|
-
<line num="53" count="
|
|
793
|
-
<line num="56" count="
|
|
794
|
-
<line num="59" count="
|
|
795
|
-
<line num="62" count="
|
|
796
|
-
<line num="65" count="
|
|
797
|
-
<line num="68" count="
|
|
798
|
-
<line num="71" count="
|
|
799
|
-
<line num="74" count="
|
|
800
|
-
<line num="
|
|
801
|
-
<line num="
|
|
802
|
-
<line num="
|
|
803
|
-
<line num="
|
|
804
|
-
<line num="
|
|
805
|
-
<line num="
|
|
806
|
-
<line num="
|
|
807
|
-
<line num="
|
|
808
|
-
<line num="
|
|
809
|
-
<line num="
|
|
810
|
-
<line num="
|
|
811
|
-
<line num="
|
|
812
|
-
<line num="
|
|
813
|
-
<line num="
|
|
814
|
-
<line num="
|
|
815
|
-
<line num="
|
|
816
|
-
<line num="
|
|
817
|
-
<line num="
|
|
818
|
-
<line num="
|
|
819
|
-
<line num="
|
|
820
|
-
<line num="219" count="
|
|
821
|
-
<line num="
|
|
822
|
-
<line num="
|
|
823
|
-
<line num="
|
|
824
|
-
<line num="
|
|
825
|
-
<line num="
|
|
826
|
-
<line num="
|
|
827
|
-
<line num="
|
|
828
|
-
<line num="
|
|
829
|
-
<line num="
|
|
830
|
-
<line num="
|
|
831
|
-
<line num="
|
|
832
|
-
<line num="
|
|
833
|
-
<line num="
|
|
834
|
-
<line num="
|
|
835
|
-
<line num="
|
|
836
|
-
<line num="
|
|
837
|
-
<line num="
|
|
838
|
-
<line num="
|
|
839
|
-
<line num="
|
|
840
|
-
<line num="
|
|
841
|
-
<line num="
|
|
842
|
-
<line num="
|
|
843
|
-
<line num="
|
|
844
|
-
<line num="
|
|
845
|
-
<line num="
|
|
846
|
-
<line num="
|
|
847
|
-
<line num="
|
|
848
|
-
<line num="
|
|
849
|
-
<line num="
|
|
850
|
-
<line num="
|
|
851
|
-
<line num="
|
|
852
|
-
<line num="
|
|
853
|
-
<line num="
|
|
788
|
+
<line num="45" count="30" type="stmt"/>
|
|
789
|
+
<line num="47" count="176" type="stmt"/>
|
|
790
|
+
<line num="50" count="176" type="stmt"/>
|
|
791
|
+
<line num="53" count="176" type="stmt"/>
|
|
792
|
+
<line num="56" count="176" type="stmt"/>
|
|
793
|
+
<line num="59" count="176" type="stmt"/>
|
|
794
|
+
<line num="62" count="176" type="stmt"/>
|
|
795
|
+
<line num="65" count="176" type="stmt"/>
|
|
796
|
+
<line num="68" count="176" type="stmt"/>
|
|
797
|
+
<line num="71" count="176" type="stmt"/>
|
|
798
|
+
<line num="74" count="176" type="stmt"/>
|
|
799
|
+
<line num="77" count="176" type="stmt"/>
|
|
800
|
+
<line num="86" count="176" type="stmt"/>
|
|
801
|
+
<line num="91" count="176" type="stmt"/>
|
|
802
|
+
<line num="97" count="176" type="stmt"/>
|
|
803
|
+
<line num="103" count="176" type="stmt"/>
|
|
804
|
+
<line num="112" count="176" type="stmt"/>
|
|
805
|
+
<line num="128" count="176" type="stmt"/>
|
|
806
|
+
<line num="133" count="176" type="stmt"/>
|
|
807
|
+
<line num="138" count="176" type="stmt"/>
|
|
808
|
+
<line num="184" count="176" type="stmt"/>
|
|
809
|
+
<line num="189" count="176" type="stmt"/>
|
|
810
|
+
<line num="191" count="176" type="stmt"/>
|
|
811
|
+
<line num="193" count="176" type="stmt"/>
|
|
812
|
+
<line num="195" count="176" type="stmt"/>
|
|
813
|
+
<line num="197" count="176" type="stmt"/>
|
|
814
|
+
<line num="199" count="176" type="stmt"/>
|
|
815
|
+
<line num="209" count="176" type="stmt"/>
|
|
816
|
+
<line num="213" count="176" type="cond" truecount="2" falsecount="0"/>
|
|
817
|
+
<line num="215" count="176" type="stmt"/>
|
|
818
|
+
<line num="217" count="176" type="stmt"/>
|
|
819
|
+
<line num="219" count="176" type="stmt"/>
|
|
820
|
+
<line num="226" count="176" type="stmt"/>
|
|
821
|
+
<line num="227" count="176" type="stmt"/>
|
|
822
|
+
<line num="228" count="176" type="stmt"/>
|
|
823
|
+
<line num="233" count="176" type="stmt"/>
|
|
824
|
+
<line num="238" count="176" type="stmt"/>
|
|
825
|
+
<line num="243" count="176" type="stmt"/>
|
|
826
|
+
<line num="248" count="176" type="stmt"/>
|
|
827
|
+
<line num="253" count="176" type="stmt"/>
|
|
828
|
+
<line num="258" count="176" type="stmt"/>
|
|
829
|
+
<line num="263" count="176" type="stmt"/>
|
|
830
|
+
<line num="268" count="176" type="stmt"/>
|
|
831
|
+
<line num="273" count="176" type="stmt"/>
|
|
832
|
+
<line num="278" count="176" type="stmt"/>
|
|
833
|
+
<line num="283" count="176" type="stmt"/>
|
|
834
|
+
<line num="288" count="176" type="stmt"/>
|
|
835
|
+
<line num="293" count="176" type="stmt"/>
|
|
836
|
+
<line num="298" count="176" type="stmt"/>
|
|
837
|
+
<line num="303" count="176" type="stmt"/>
|
|
838
|
+
<line num="308" count="176" type="cond" truecount="2" falsecount="0"/>
|
|
839
|
+
<line num="309" count="176" type="stmt"/>
|
|
840
|
+
<line num="314" count="176" type="stmt"/>
|
|
841
|
+
<line num="319" count="176" type="stmt"/>
|
|
842
|
+
<line num="324" count="176" type="stmt"/>
|
|
843
|
+
<line num="329" count="176" type="stmt"/>
|
|
844
|
+
<line num="330" count="176" type="stmt"/>
|
|
845
|
+
<line num="331" count="176" type="stmt"/>
|
|
846
|
+
<line num="332" count="176" type="stmt"/>
|
|
847
|
+
<line num="333" count="176" type="stmt"/>
|
|
848
|
+
<line num="334" count="176" type="cond" truecount="2" falsecount="0"/>
|
|
849
|
+
<line num="335" count="176" type="stmt"/>
|
|
850
|
+
<line num="337" count="176" type="cond" truecount="1" falsecount="0"/>
|
|
851
|
+
<line num="338" count="9" type="stmt"/>
|
|
852
|
+
<line num="341" count="176" type="stmt"/>
|
|
853
|
+
<line num="350" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
854
|
+
<line num="351" count="1" type="stmt"/>
|
|
854
855
|
<line num="354" count="1" type="stmt"/>
|
|
855
|
-
<line num="
|
|
856
|
-
<line num="
|
|
857
|
-
<line num="
|
|
858
|
-
<line num="
|
|
859
|
-
<line num="
|
|
860
|
-
<line num="
|
|
861
|
-
<line num="
|
|
862
|
-
<line num="
|
|
863
|
-
<line num="
|
|
864
|
-
<line num="
|
|
865
|
-
<line num="
|
|
866
|
-
<line num="
|
|
867
|
-
<line num="
|
|
868
|
-
<line num="
|
|
869
|
-
<line num="
|
|
870
|
-
<line num="
|
|
871
|
-
<line num="
|
|
872
|
-
<line num="
|
|
873
|
-
<line num="
|
|
874
|
-
<line num="
|
|
875
|
-
<line num="
|
|
876
|
-
<line num="
|
|
877
|
-
<line num="
|
|
878
|
-
<line num="
|
|
879
|
-
<line num="
|
|
880
|
-
<line num="
|
|
881
|
-
<line num="
|
|
882
|
-
<line num="
|
|
883
|
-
<line num="
|
|
884
|
-
<line num="
|
|
885
|
-
<line num="
|
|
886
|
-
<line num="
|
|
887
|
-
<line num="
|
|
888
|
-
<line num="
|
|
889
|
-
<line num="456" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
890
|
-
<line num="458" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
891
|
-
<line num="462" count="7" type="stmt"/>
|
|
892
|
-
<line num="463" count="6" type="stmt"/>
|
|
856
|
+
<line num="363" count="1" type="stmt"/>
|
|
857
|
+
<line num="366" count="1" type="stmt"/>
|
|
858
|
+
<line num="367" count="1" type="stmt"/>
|
|
859
|
+
<line num="375" count="176" type="stmt"/>
|
|
860
|
+
<line num="377" count="176" type="stmt"/>
|
|
861
|
+
<line num="379" count="176" type="stmt"/>
|
|
862
|
+
<line num="380" count="176" type="stmt"/>
|
|
863
|
+
<line num="381" count="176" type="stmt"/>
|
|
864
|
+
<line num="385" count="176" type="stmt"/>
|
|
865
|
+
<line num="388" count="176" type="stmt"/>
|
|
866
|
+
<line num="391" count="176" type="cond" truecount="1" falsecount="0"/>
|
|
867
|
+
<line num="392" count="63" type="stmt"/>
|
|
868
|
+
<line num="395" count="113" type="cond" truecount="3" falsecount="0"/>
|
|
869
|
+
<line num="396" count="1" type="stmt"/>
|
|
870
|
+
<line num="397" count="1" type="stmt"/>
|
|
871
|
+
<line num="398" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
872
|
+
<line num="401" count="112" type="stmt"/>
|
|
873
|
+
<line num="405" count="47" type="stmt"/>
|
|
874
|
+
<line num="406" count="47" type="stmt"/>
|
|
875
|
+
<line num="410" count="47" type="cond" truecount="1" falsecount="0"/>
|
|
876
|
+
<line num="411" count="47" type="stmt"/>
|
|
877
|
+
<line num="416" count="47" type="stmt"/>
|
|
878
|
+
<line num="424" count="32" type="stmt"/>
|
|
879
|
+
<line num="425" count="32" type="stmt"/>
|
|
880
|
+
<line num="427" count="32" type="stmt"/>
|
|
881
|
+
<line num="431" count="3" type="stmt"/>
|
|
882
|
+
<line num="432" count="3" type="stmt"/>
|
|
883
|
+
<line num="436" count="1" type="stmt"/>
|
|
884
|
+
<line num="437" count="1" type="stmt"/>
|
|
885
|
+
<line num="441" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
886
|
+
<line num="442" count="1" type="stmt"/>
|
|
887
|
+
<line num="448" count="1" type="stmt"/>
|
|
888
|
+
<line num="456" count="264" type="stmt"/>
|
|
889
|
+
<line num="460" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
893
890
|
<line num="464" count="1" type="stmt"/>
|
|
894
|
-
<line num="
|
|
895
|
-
<line num="
|
|
896
|
-
<line num="
|
|
897
|
-
<line num="
|
|
898
|
-
<line num="
|
|
899
|
-
<line num="
|
|
900
|
-
<line num="
|
|
901
|
-
<line num="
|
|
902
|
-
<line num="488" count="
|
|
903
|
-
<line num="490" count="7" type="
|
|
904
|
-
<line num="
|
|
905
|
-
<line num="495" count="7" type="
|
|
906
|
-
<line num="
|
|
907
|
-
<line num="
|
|
908
|
-
<line num="
|
|
909
|
-
<line num="
|
|
910
|
-
<line num="
|
|
911
|
-
<line num="
|
|
912
|
-
<line num="510" count="
|
|
913
|
-
<line num="
|
|
914
|
-
<line num="
|
|
915
|
-
<line num="
|
|
916
|
-
<line num="
|
|
917
|
-
<line num="
|
|
891
|
+
<line num="465" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
892
|
+
<line num="467" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
893
|
+
<line num="471" count="7" type="stmt"/>
|
|
894
|
+
<line num="472" count="6" type="stmt"/>
|
|
895
|
+
<line num="473" count="1" type="stmt"/>
|
|
896
|
+
<line num="484" count="7" type="stmt"/>
|
|
897
|
+
<line num="485" count="7" type="stmt"/>
|
|
898
|
+
<line num="486" count="6" type="stmt"/>
|
|
899
|
+
<line num="488" count="1" type="stmt"/>
|
|
900
|
+
<line num="490" count="7" type="stmt"/>
|
|
901
|
+
<line num="494" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
902
|
+
<line num="495" count="7" type="stmt"/>
|
|
903
|
+
<line num="496" count="7" type="stmt"/>
|
|
904
|
+
<line num="497" count="7" type="stmt"/>
|
|
905
|
+
<line num="499" count="7" type="cond" truecount="3" falsecount="0"/>
|
|
906
|
+
<line num="500" count="3" type="stmt"/>
|
|
907
|
+
<line num="504" count="7" type="cond" truecount="1" falsecount="0"/>
|
|
908
|
+
<line num="508" count="3" type="stmt"/>
|
|
909
|
+
<line num="510" count="4" type="stmt"/>
|
|
910
|
+
<line num="512" count="4" type="stmt"/>
|
|
911
|
+
<line num="513" count="4" type="stmt"/>
|
|
912
|
+
<line num="515" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
913
|
+
<line num="516" count="1" type="stmt"/>
|
|
914
|
+
<line num="519" count="1" type="stmt"/>
|
|
918
915
|
<line num="522" count="2" type="stmt"/>
|
|
919
|
-
<line num="525" count="
|
|
920
|
-
<line num="
|
|
921
|
-
<line num="528" count="2" type="
|
|
922
|
-
<line num="
|
|
923
|
-
<line num="
|
|
924
|
-
<line num="
|
|
916
|
+
<line num="525" count="2" type="stmt"/>
|
|
917
|
+
<line num="526" count="2" type="stmt"/>
|
|
918
|
+
<line num="528" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
919
|
+
<line num="530" count="1" type="stmt"/>
|
|
920
|
+
<line num="531" count="2" type="stmt"/>
|
|
921
|
+
<line num="534" count="1" type="stmt"/>
|
|
922
|
+
<line num="536" count="1" type="stmt"/>
|
|
925
923
|
<line num="537" count="2" type="stmt"/>
|
|
926
|
-
<line num="
|
|
927
|
-
<line num="
|
|
924
|
+
<line num="538" count="2" type="stmt"/>
|
|
925
|
+
<line num="539" count="2" type="stmt"/>
|
|
928
926
|
<line num="544" count="2" type="stmt"/>
|
|
929
|
-
<line num="
|
|
930
|
-
<line num="550" count="
|
|
931
|
-
<line num="551" count="
|
|
932
|
-
<line num="
|
|
933
|
-
<line num="
|
|
934
|
-
<line num="
|
|
935
|
-
<line num="
|
|
936
|
-
<line num="
|
|
937
|
-
<line num="
|
|
938
|
-
<line num="
|
|
939
|
-
<line num="581" count="
|
|
940
|
-
<line num="
|
|
941
|
-
<line num="
|
|
942
|
-
<line num="
|
|
943
|
-
<line num="
|
|
944
|
-
<line num="
|
|
945
|
-
<line num="
|
|
946
|
-
<line num="
|
|
947
|
-
<line num="
|
|
948
|
-
<line num="
|
|
927
|
+
<line num="546" count="2" type="stmt"/>
|
|
928
|
+
<line num="550" count="3" type="stmt"/>
|
|
929
|
+
<line num="551" count="3" type="stmt"/>
|
|
930
|
+
<line num="553" count="2" type="stmt"/>
|
|
931
|
+
<line num="554" count="2" type="stmt"/>
|
|
932
|
+
<line num="559" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
933
|
+
<line num="560" count="1" type="stmt"/>
|
|
934
|
+
<line num="563" count="6" type="stmt"/>
|
|
935
|
+
<line num="564" count="6" type="stmt"/>
|
|
936
|
+
<line num="579" count="4" type="stmt"/>
|
|
937
|
+
<line num="581" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
938
|
+
<line num="582" count="1" type="stmt"/>
|
|
939
|
+
<line num="583" count="1" type="stmt"/>
|
|
940
|
+
<line num="586" count="1" type="stmt"/>
|
|
941
|
+
<line num="590" count="176" type="stmt"/>
|
|
942
|
+
<line num="592" count="176" type="stmt"/>
|
|
943
|
+
<line num="601" count="176" type="stmt"/>
|
|
944
|
+
<line num="604" count="17" type="stmt"/>
|
|
945
|
+
<line num="607" count="176" type="stmt"/>
|
|
946
|
+
<line num="613" count="30" type="stmt"/>
|
|
949
947
|
<line num="614" count="30" type="stmt"/>
|
|
950
|
-
<line num="615" count="30" type="stmt"/>
|
|
951
948
|
<line num="616" count="30" type="stmt"/>
|
|
952
|
-
<line num="
|
|
953
|
-
<line num="
|
|
954
|
-
<line num="
|
|
955
|
-
<line num="
|
|
956
|
-
<line num="
|
|
957
|
-
<line num="
|
|
958
|
-
<line num="
|
|
959
|
-
<line num="
|
|
960
|
-
<line num="
|
|
961
|
-
<line num="
|
|
962
|
-
<line num="
|
|
963
|
-
<line num="
|
|
964
|
-
<line num="
|
|
965
|
-
<line num="
|
|
966
|
-
<line num="653" count="
|
|
967
|
-
<line num="
|
|
968
|
-
<line num="656" count="
|
|
969
|
-
<line num="657" count="
|
|
970
|
-
<line num="
|
|
971
|
-
<line num="
|
|
972
|
-
<line num="
|
|
973
|
-
<line num="
|
|
974
|
-
<line num="
|
|
975
|
-
<line num="
|
|
976
|
-
<line num="
|
|
977
|
-
<line num="674" count="
|
|
978
|
-
<line num="
|
|
979
|
-
<line num="
|
|
980
|
-
<line num="
|
|
981
|
-
<line num="
|
|
982
|
-
<line num="
|
|
983
|
-
<line num="
|
|
984
|
-
<line num="
|
|
985
|
-
<line num="
|
|
986
|
-
<line num="
|
|
987
|
-
<line num="
|
|
988
|
-
<line num="
|
|
989
|
-
<line num="
|
|
990
|
-
<line num="
|
|
991
|
-
<line num="
|
|
992
|
-
<line num="
|
|
993
|
-
<line num="
|
|
994
|
-
<line num="
|
|
995
|
-
<line num="707" count="
|
|
996
|
-
<line num="
|
|
997
|
-
<line num="
|
|
998
|
-
<line num="
|
|
999
|
-
<line num="
|
|
1000
|
-
<line num="
|
|
1001
|
-
<line num="
|
|
1002
|
-
<line num="
|
|
1003
|
-
<line num="
|
|
1004
|
-
<line num="
|
|
1005
|
-
<line num="
|
|
1006
|
-
<line num="
|
|
1007
|
-
<line num="
|
|
1008
|
-
<line num="
|
|
1009
|
-
<line num="
|
|
1010
|
-
<line num="
|
|
1011
|
-
<line num="
|
|
1012
|
-
<line num="
|
|
1013
|
-
<line num="
|
|
1014
|
-
<line num="
|
|
1015
|
-
<line num="
|
|
1016
|
-
<line num="
|
|
1017
|
-
<line num="
|
|
1018
|
-
<line num="
|
|
1019
|
-
<line num="
|
|
1020
|
-
<line num="784" count="
|
|
1021
|
-
<line num="
|
|
1022
|
-
<line num="
|
|
1023
|
-
<line num="
|
|
1024
|
-
<line num="
|
|
1025
|
-
<line num="
|
|
1026
|
-
<line num="
|
|
1027
|
-
<line num="
|
|
1028
|
-
<line num="
|
|
1029
|
-
<line num="
|
|
1030
|
-
<line num="
|
|
1031
|
-
<line num="
|
|
1032
|
-
<line num="
|
|
1033
|
-
<line num="
|
|
1034
|
-
<line num="
|
|
1035
|
-
<line num="
|
|
1036
|
-
<line num="
|
|
1037
|
-
<line num="
|
|
1038
|
-
<line num="
|
|
1039
|
-
<line num="
|
|
1040
|
-
<line num="
|
|
1041
|
-
<line num="
|
|
1042
|
-
<line num="
|
|
1043
|
-
<line num="
|
|
1044
|
-
<line num="
|
|
1045
|
-
<line num="
|
|
1046
|
-
<line num="
|
|
1047
|
-
<line num="
|
|
1048
|
-
<line num="
|
|
1049
|
-
<line num="
|
|
1050
|
-
<line num="
|
|
1051
|
-
<line num="
|
|
1052
|
-
<line num="
|
|
1053
|
-
<line num="
|
|
1054
|
-
<line num="
|
|
1055
|
-
<line num="
|
|
1056
|
-
<line num="
|
|
1057
|
-
<line num="
|
|
1058
|
-
<line num="
|
|
1059
|
-
<line num="
|
|
1060
|
-
<line num="
|
|
1061
|
-
<line num="
|
|
1062
|
-
<line num="
|
|
1063
|
-
<line num="
|
|
1064
|
-
<line num="
|
|
1065
|
-
<line num="
|
|
1066
|
-
<line num="
|
|
1067
|
-
<line num="
|
|
1068
|
-
<line num="
|
|
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="
|
|
1078
|
-
<line num="
|
|
1079
|
-
<line num="
|
|
1080
|
-
<line num="
|
|
1081
|
-
<line num="
|
|
1082
|
-
<line num="
|
|
1083
|
-
<line num="
|
|
1084
|
-
<line num="
|
|
1085
|
-
<line num="
|
|
1086
|
-
<line num="
|
|
1087
|
-
<line num="
|
|
1088
|
-
<line num="
|
|
1089
|
-
<line num="
|
|
1090
|
-
<line num="
|
|
1091
|
-
<line num="
|
|
1092
|
-
<line num="
|
|
1093
|
-
<line num="
|
|
1094
|
-
<line num="
|
|
1095
|
-
<line num="
|
|
1096
|
-
<line num="
|
|
1097
|
-
<line num="970" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
1098
|
-
<line num="972" count="22" type="cond" truecount="2" falsecount="0"/>
|
|
1099
|
-
<line num="975" count="13" type="stmt"/>
|
|
1100
|
-
<line num="977" count="13" type="cond" truecount="4" falsecount="0"/>
|
|
1101
|
-
<line num="978" count="7" type="stmt"/>
|
|
1102
|
-
<line num="979" count="7" type="stmt"/>
|
|
1103
|
-
<line num="982" count="6" type="stmt"/>
|
|
1104
|
-
<line num="986" count="15" type="cond" truecount="1" falsecount="0"/>
|
|
949
|
+
<line num="620" count="32" type="stmt"/>
|
|
950
|
+
<line num="621" count="32" type="stmt"/>
|
|
951
|
+
<line num="623" count="32" type="stmt"/>
|
|
952
|
+
<line num="624" count="32" type="stmt"/>
|
|
953
|
+
<line num="625" count="32" type="stmt"/>
|
|
954
|
+
<line num="626" count="32" type="stmt"/>
|
|
955
|
+
<line num="627" count="32" type="stmt"/>
|
|
956
|
+
<line num="631" count="32" type="stmt"/>
|
|
957
|
+
<line num="632" count="29" type="cond" truecount="1" falsecount="0"/>
|
|
958
|
+
<line num="636" count="24" type="stmt"/>
|
|
959
|
+
<line num="639" count="29" type="stmt"/>
|
|
960
|
+
<line num="643" count="176" type="stmt"/>
|
|
961
|
+
<line num="645" count="30" type="stmt"/>
|
|
962
|
+
<line num="651" count="30" type="stmt"/>
|
|
963
|
+
<line num="653" count="30" type="stmt"/>
|
|
964
|
+
<line num="655" count="107" type="stmt"/>
|
|
965
|
+
<line num="656" count="35" type="stmt"/>
|
|
966
|
+
<line num="657" count="30" type="cond" truecount="2" falsecount="0"/>
|
|
967
|
+
<line num="661" count="25" type="cond" truecount="1" falsecount="0"/>
|
|
968
|
+
<line num="662" count="24" type="stmt"/>
|
|
969
|
+
<line num="663" count="35" type="stmt"/>
|
|
970
|
+
<line num="665" count="24" type="stmt"/>
|
|
971
|
+
<line num="666" count="8" type="stmt"/>
|
|
972
|
+
<line num="669" count="24" type="stmt"/>
|
|
973
|
+
<line num="672" count="25" type="stmt"/>
|
|
974
|
+
<line num="674" count="5" type="stmt"/>
|
|
975
|
+
<line num="675" count="5" type="stmt"/>
|
|
976
|
+
<line num="678" count="30" type="cond" truecount="3" falsecount="0"/>
|
|
977
|
+
<line num="679" count="29" type="stmt"/>
|
|
978
|
+
<line num="682" count="30" type="cond" truecount="3" falsecount="0"/>
|
|
979
|
+
<line num="683" count="1" type="stmt"/>
|
|
980
|
+
<line num="685" count="30" type="cond" truecount="1" falsecount="0"/>
|
|
981
|
+
<line num="686" count="1" type="stmt"/>
|
|
982
|
+
<line num="695" count="26" type="stmt"/>
|
|
983
|
+
<line num="696" count="26" type="stmt"/>
|
|
984
|
+
<line num="697" count="26" type="stmt"/>
|
|
985
|
+
<line num="699" count="26" type="stmt"/>
|
|
986
|
+
<line num="700" count="123" type="stmt"/>
|
|
987
|
+
<line num="701" count="123" type="stmt"/>
|
|
988
|
+
<line num="702" count="178" type="stmt"/>
|
|
989
|
+
<line num="703" count="178" type="cond" truecount="3" falsecount="0"/>
|
|
990
|
+
<line num="704" count="93" type="cond" truecount="1" falsecount="0"/>
|
|
991
|
+
<line num="705" count="68" type="stmt"/>
|
|
992
|
+
<line num="707" count="93" type="stmt"/>
|
|
993
|
+
<line num="709" count="93" type="stmt"/>
|
|
994
|
+
<line num="710" count="93" type="stmt"/>
|
|
995
|
+
<line num="711" count="93" type="stmt"/>
|
|
996
|
+
<line num="715" count="123" type="stmt"/>
|
|
997
|
+
<line num="716" count="178" type="stmt"/>
|
|
998
|
+
<line num="719" count="123" type="stmt"/>
|
|
999
|
+
<line num="720" count="178" type="stmt"/>
|
|
1000
|
+
<line num="723" count="123" type="stmt"/>
|
|
1001
|
+
<line num="728" count="123" type="stmt"/>
|
|
1002
|
+
<line num="731" count="26" type="cond" truecount="1" falsecount="0"/>
|
|
1003
|
+
<line num="732" count="25" type="stmt"/>
|
|
1004
|
+
<line num="734" count="25" type="cond" truecount="3" falsecount="0"/>
|
|
1005
|
+
<line num="735" count="8" type="stmt"/>
|
|
1006
|
+
<line num="736" count="8" type="stmt"/>
|
|
1007
|
+
<line num="742" count="58" type="stmt"/>
|
|
1008
|
+
<line num="743" count="58" type="stmt"/>
|
|
1009
|
+
<line num="744" count="37" type="stmt"/>
|
|
1010
|
+
<line num="752" count="37" type="stmt"/>
|
|
1011
|
+
<line num="754" count="37" type="stmt"/>
|
|
1012
|
+
<line num="759" count="88" type="stmt"/>
|
|
1013
|
+
<line num="760" count="327" type="cond" truecount="2" falsecount="0"/>
|
|
1014
|
+
<line num="762" count="88" type="stmt"/>
|
|
1015
|
+
<line num="770" count="93" type="cond" truecount="2" falsecount="0"/>
|
|
1016
|
+
<line num="771" count="93" type="stmt"/>
|
|
1017
|
+
<line num="784" count="93" type="stmt"/>
|
|
1018
|
+
<line num="785" count="51" type="stmt"/>
|
|
1019
|
+
<line num="787" count="93" type="stmt"/>
|
|
1020
|
+
<line num="788" count="93" type="stmt"/>
|
|
1021
|
+
<line num="789" count="93" type="stmt"/>
|
|
1022
|
+
<line num="793" count="93" type="cond" truecount="1" falsecount="0"/>
|
|
1023
|
+
<line num="794" count="64" type="stmt"/>
|
|
1024
|
+
<line num="797" count="29" type="stmt"/>
|
|
1025
|
+
<line num="798" count="34" type="cond" truecount="1" falsecount="0"/>
|
|
1026
|
+
<line num="800" count="26" type="stmt"/>
|
|
1027
|
+
<line num="802" count="26" type="stmt"/>
|
|
1028
|
+
<line num="804" count="26" type="stmt"/>
|
|
1029
|
+
<line num="815" count="26" type="stmt"/>
|
|
1030
|
+
<line num="824" count="26" type="stmt"/>
|
|
1031
|
+
<line num="835" count="26" type="stmt"/>
|
|
1032
|
+
<line num="836" count="26" type="stmt"/>
|
|
1033
|
+
<line num="837" count="32" type="stmt"/>
|
|
1034
|
+
<line num="840" count="26" type="stmt"/>
|
|
1035
|
+
<line num="847" count="9" type="stmt"/>
|
|
1036
|
+
<line num="848" count="9" type="stmt"/>
|
|
1037
|
+
<line num="849" count="6" type="stmt"/>
|
|
1038
|
+
<line num="852" count="9" type="stmt"/>
|
|
1039
|
+
<line num="853" count="56" type="cond" truecount="1" falsecount="0"/>
|
|
1040
|
+
<line num="855" count="40" type="cond" truecount="1" falsecount="0"/>
|
|
1041
|
+
<line num="856" count="16" type="stmt"/>
|
|
1042
|
+
<line num="857" count="16" type="stmt"/>
|
|
1043
|
+
<line num="858" count="16" type="stmt"/>
|
|
1044
|
+
<line num="861" count="24" type="cond" truecount="1" falsecount="0"/>
|
|
1045
|
+
<line num="862" count="4" type="stmt"/>
|
|
1046
|
+
<line num="863" count="4" type="stmt"/>
|
|
1047
|
+
<line num="866" count="20" type="stmt"/>
|
|
1048
|
+
<line num="874" count="16" type="stmt"/>
|
|
1049
|
+
<line num="876" count="16" type="stmt"/>
|
|
1050
|
+
<line num="878" count="16" type="stmt"/>
|
|
1051
|
+
<line num="880" count="16" type="stmt"/>
|
|
1052
|
+
<line num="888" count="4" type="stmt"/>
|
|
1053
|
+
<line num="890" count="4" type="stmt"/>
|
|
1054
|
+
<line num="892" count="4" type="stmt"/>
|
|
1055
|
+
<line num="897" count="152" type="stmt"/>
|
|
1056
|
+
<line num="898" count="83" type="stmt"/>
|
|
1057
|
+
<line num="909" count="335" type="cond" truecount="2" falsecount="0"/>
|
|
1058
|
+
<line num="913" count="230" type="cond" truecount="1" falsecount="0"/>
|
|
1059
|
+
<line num="914" count="226" type="stmt"/>
|
|
1060
|
+
<line num="916" count="226" type="cond" truecount="2" falsecount="0"/>
|
|
1061
|
+
<line num="917" count="40" type="stmt"/>
|
|
1062
|
+
<line num="921" count="186" type="cond" truecount="1" falsecount="0"/>
|
|
1063
|
+
<line num="922" count="186" type="cond" truecount="1" falsecount="0"/>
|
|
1064
|
+
<line num="923" count="186" type="cond" truecount="2" falsecount="0"/>
|
|
1065
|
+
<line num="924" count="186" type="cond" truecount="2" falsecount="0"/>
|
|
1066
|
+
<line num="926" count="186" type="cond" truecount="1" falsecount="0"/>
|
|
1067
|
+
<line num="927" count="178" type="cond" truecount="2" falsecount="0"/>
|
|
1068
|
+
<line num="934" count="143" type="cond" truecount="1" falsecount="0"/>
|
|
1069
|
+
<line num="936" count="63" type="stmt"/>
|
|
1070
|
+
<line num="937" count="105" type="stmt"/>
|
|
1071
|
+
<line num="938" count="105" type="stmt"/>
|
|
1072
|
+
<line num="939" count="105" type="cond" truecount="1" falsecount="0"/>
|
|
1073
|
+
<line num="940" count="23" type="stmt"/>
|
|
1074
|
+
<line num="949" count="105" type="stmt"/>
|
|
1075
|
+
<line num="951" count="105" type="stmt"/>
|
|
1076
|
+
<line num="952" count="125" type="stmt"/>
|
|
1077
|
+
<line num="958" count="8" type="stmt"/>
|
|
1078
|
+
<line num="964" count="8" type="stmt"/>
|
|
1079
|
+
<line num="968" count="54" type="stmt"/>
|
|
1080
|
+
<line num="969" count="54" type="stmt"/>
|
|
1081
|
+
<line num="970" count="77" type="stmt"/>
|
|
1082
|
+
<line num="971" count="77" type="stmt"/>
|
|
1083
|
+
<line num="973" count="77" type="cond" truecount="2" falsecount="0"/>
|
|
1084
|
+
<line num="974" count="14" type="stmt"/>
|
|
1085
|
+
<line num="975" count="63" type="cond" truecount="2" falsecount="0"/>
|
|
1086
|
+
<line num="976" count="51" type="stmt"/>
|
|
1087
|
+
<line num="977" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
1088
|
+
<line num="978" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
1089
|
+
<line num="979" count="2" type="stmt"/>
|
|
1090
|
+
<line num="980" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1091
|
+
<line num="981" count="2" type="stmt"/>
|
|
1092
|
+
<line num="983" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
1093
|
+
<line num="984" count="4" type="stmt"/>
|
|
1105
1094
|
<line num="987" count="4" type="stmt"/>
|
|
1106
|
-
<line num="
|
|
1107
|
-
<line num="
|
|
1108
|
-
<line num="
|
|
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="
|
|
1124
|
-
<line num="
|
|
1125
|
-
<line num="
|
|
1126
|
-
<line num="
|
|
1127
|
-
<line num="
|
|
1128
|
-
<line num="
|
|
1129
|
-
<line num="1031" count="1" type="stmt"/>
|
|
1130
|
-
<line num="1034" count="1" type="stmt"/>
|
|
1131
|
-
<line num="1038" count="3" type="stmt"/>
|
|
1132
|
-
<line num="1040" count="3" type="cond" truecount="3" falsecount="0"/>
|
|
1133
|
-
<line num="1041" count="2" type="stmt"/>
|
|
1134
|
-
<line num="1042" count="2" type="stmt"/>
|
|
1095
|
+
<line num="991" count="54" type="stmt"/>
|
|
1096
|
+
<line num="995" count="2" type="stmt"/>
|
|
1097
|
+
<line num="996" count="2" type="cond" truecount="3" falsecount="0"/>
|
|
1098
|
+
<line num="1000" count="22" type="stmt"/>
|
|
1099
|
+
<line num="1003" count="20" type="stmt"/>
|
|
1100
|
+
<line num="1008" count="93" type="stmt"/>
|
|
1101
|
+
<line num="1009" count="93" type="stmt"/>
|
|
1102
|
+
<line num="1010" count="93" type="cond" truecount="1" falsecount="0"/>
|
|
1103
|
+
<line num="1011" count="62" type="stmt"/>
|
|
1104
|
+
<line num="1013" count="93" type="stmt"/>
|
|
1105
|
+
<line num="1014" count="93" type="stmt"/>
|
|
1106
|
+
<line num="1015" count="93" type="stmt"/>
|
|
1107
|
+
<line num="1019" count="5" type="stmt"/>
|
|
1108
|
+
<line num="1020" count="3" type="stmt"/>
|
|
1109
|
+
<line num="1021" count="3" type="stmt"/>
|
|
1110
|
+
<line num="1022" count="3" type="stmt"/>
|
|
1111
|
+
<line num="1027" count="5" type="stmt"/>
|
|
1112
|
+
<line num="1031" count="39" type="stmt"/>
|
|
1113
|
+
<line num="1038" count="24" type="cond" truecount="1" falsecount="0"/>
|
|
1114
|
+
<line num="1039" count="8" type="stmt"/>
|
|
1115
|
+
<line num="1040" count="8" type="stmt"/>
|
|
1116
|
+
<line num="1043" count="16" type="cond" truecount="3" falsecount="0"/>
|
|
1117
|
+
<line num="1044" count="1" type="stmt"/>
|
|
1135
1118
|
<line num="1045" count="1" type="stmt"/>
|
|
1136
|
-
<line num="
|
|
1137
|
-
<line num="
|
|
1138
|
-
<line num="
|
|
1139
|
-
<line num="
|
|
1140
|
-
<line num="
|
|
1141
|
-
<line num="
|
|
1142
|
-
<line num="
|
|
1143
|
-
<line num="
|
|
1144
|
-
<line num="
|
|
1145
|
-
<line num="
|
|
1146
|
-
<line num="
|
|
1147
|
-
<line num="
|
|
1148
|
-
<line num="
|
|
1149
|
-
<line num="
|
|
1119
|
+
<line num="1048" count="15" type="stmt"/>
|
|
1120
|
+
<line num="1049" count="15" type="cond" truecount="3" falsecount="0"/>
|
|
1121
|
+
<line num="1051" count="13" type="stmt"/>
|
|
1122
|
+
<line num="1052" count="13" type="cond" truecount="2" falsecount="0"/>
|
|
1123
|
+
<line num="1055" count="34" type="cond" truecount="1" falsecount="0"/>
|
|
1124
|
+
<line num="1056" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
1125
|
+
<line num="1058" count="22" type="cond" truecount="2" falsecount="0"/>
|
|
1126
|
+
<line num="1061" count="13" type="stmt"/>
|
|
1127
|
+
<line num="1063" count="13" type="cond" truecount="4" falsecount="0"/>
|
|
1128
|
+
<line num="1064" count="7" type="stmt"/>
|
|
1129
|
+
<line num="1065" count="7" type="stmt"/>
|
|
1130
|
+
<line num="1068" count="6" type="stmt"/>
|
|
1131
|
+
<line num="1072" count="15" type="cond" truecount="1" falsecount="0"/>
|
|
1132
|
+
<line num="1073" count="4" type="stmt"/>
|
|
1133
|
+
<line num="1074" count="4" type="stmt"/>
|
|
1134
|
+
<line num="1077" count="11" type="cond" truecount="3" falsecount="0"/>
|
|
1135
|
+
<line num="1078" count="1" type="stmt"/>
|
|
1136
|
+
<line num="1079" count="1" type="stmt"/>
|
|
1137
|
+
<line num="1082" count="10" type="stmt"/>
|
|
1138
|
+
<line num="1083" count="10" type="cond" truecount="3" falsecount="0"/>
|
|
1139
|
+
<line num="1085" count="9" type="stmt"/>
|
|
1140
|
+
<line num="1087" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
1141
|
+
<line num="1090" count="16" type="cond" truecount="1" falsecount="0"/>
|
|
1142
|
+
<line num="1091" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1143
|
+
<line num="1093" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
1144
|
+
<line num="1096" count="9" type="cond" truecount="1" falsecount="0"/>
|
|
1145
|
+
<line num="1098" count="9" type="stmt"/>
|
|
1146
|
+
<line num="1100" count="9" type="cond" truecount="4" falsecount="0"/>
|
|
1147
|
+
<line num="1101" count="6" type="stmt"/>
|
|
1148
|
+
<line num="1102" count="6" type="stmt"/>
|
|
1149
|
+
<line num="1105" count="3" type="stmt"/>
|
|
1150
|
+
<line num="1109" count="3" type="stmt"/>
|
|
1151
|
+
<line num="1110" count="3" type="cond" truecount="3" falsecount="0"/>
|
|
1152
|
+
<line num="1111" count="1" type="stmt"/>
|
|
1153
|
+
<line num="1112" count="1" type="stmt"/>
|
|
1154
|
+
<line num="1115" count="2" type="cond" truecount="7" falsecount="0"/>
|
|
1155
|
+
<line num="1116" count="1" type="stmt"/>
|
|
1150
1156
|
<line num="1117" count="1" type="stmt"/>
|
|
1151
|
-
<line num="
|
|
1152
|
-
<line num="
|
|
1157
|
+
<line num="1120" count="1" type="stmt"/>
|
|
1158
|
+
<line num="1124" count="3" type="stmt"/>
|
|
1159
|
+
<line num="1126" count="3" type="cond" truecount="3" falsecount="0"/>
|
|
1160
|
+
<line num="1127" count="2" type="stmt"/>
|
|
1161
|
+
<line num="1128" count="2" type="stmt"/>
|
|
1162
|
+
<line num="1131" count="1" type="stmt"/>
|
|
1163
|
+
<line num="1141" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1153
1164
|
<line num="1142" count="1" type="stmt"/>
|
|
1154
|
-
<line num="
|
|
1155
|
-
<line num="
|
|
1156
|
-
<line num="
|
|
1157
|
-
<line num="
|
|
1158
|
-
<line num="
|
|
1159
|
-
<line num="
|
|
1160
|
-
<line num="
|
|
1165
|
+
<line num="1144" count="1" type="stmt"/>
|
|
1166
|
+
<line num="1152" count="2" type="stmt"/>
|
|
1167
|
+
<line num="1156" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1168
|
+
<line num="1157" count="1" type="stmt"/>
|
|
1169
|
+
<line num="1159" count="1" type="stmt"/>
|
|
1170
|
+
<line num="1167" count="2" type="stmt"/>
|
|
1171
|
+
<line num="1181" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1172
|
+
<line num="1182" count="1" type="stmt"/>
|
|
1161
1173
|
<line num="1184" count="1" type="stmt"/>
|
|
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="
|
|
1181
|
-
<line num="1238" count="11" type="stmt"/>
|
|
1182
|
-
<line num="1240" count="20" type="stmt"/>
|
|
1183
|
-
<line num="1241" count="20" type="stmt"/>
|
|
1184
|
-
<line num="1246" count="22" type="stmt"/>
|
|
1185
|
-
<line num="1255" count="11" type="stmt"/>
|
|
1186
|
-
<line num="1257" count="71" type="cond" truecount="3" falsecount="0"/>
|
|
1187
|
-
<line num="1260" count="26" type="cond" truecount="1" falsecount="0"/>
|
|
1188
|
-
<line num="1262" count="10" type="cond" truecount="1" falsecount="0"/>
|
|
1189
|
-
<line num="1264" count="7" type="stmt"/>
|
|
1190
|
-
<line num="1265" count="8" type="stmt"/>
|
|
1191
|
-
<line num="1268" count="7" type="stmt"/>
|
|
1192
|
-
<line num="1271" count="11" type="cond" truecount="1" falsecount="0"/>
|
|
1193
|
-
<line num="1273" count="4" type="stmt"/>
|
|
1194
|
-
<line num="1276" count="7" type="stmt"/>
|
|
1195
|
-
<line num="1278" count="7" type="stmt"/>
|
|
1174
|
+
<line num="1192" count="2" type="stmt"/>
|
|
1175
|
+
<line num="1200" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1176
|
+
<line num="1201" count="1" type="stmt"/>
|
|
1177
|
+
<line num="1203" count="1" type="stmt"/>
|
|
1178
|
+
<line num="1211" count="2" type="stmt"/>
|
|
1179
|
+
<line num="1227" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1180
|
+
<line num="1228" count="1" type="stmt"/>
|
|
1181
|
+
<line num="1236" count="1" type="stmt"/>
|
|
1182
|
+
<line num="1247" count="1" type="stmt"/>
|
|
1183
|
+
<line num="1251" count="2" type="stmt"/>
|
|
1184
|
+
<line num="1255" count="12" type="cond" truecount="3" falsecount="0"/>
|
|
1185
|
+
<line num="1259" count="109" type="stmt"/>
|
|
1186
|
+
<line num="1268" count="13" type="cond" truecount="1" falsecount="0"/>
|
|
1187
|
+
<line num="1269" count="1" type="stmt"/>
|
|
1188
|
+
<line num="1270" count="1" type="stmt"/>
|
|
1189
|
+
<line num="1273" count="12" type="stmt"/>
|
|
1190
|
+
<line num="1274" count="12" type="stmt"/>
|
|
1191
|
+
<line num="1276" count="12" type="stmt"/>
|
|
1192
|
+
<line num="1278" count="11" type="stmt"/>
|
|
1196
1193
|
<line num="1287" count="4" type="stmt"/>
|
|
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="
|
|
1209
|
-
<line num="
|
|
1210
|
-
<line num="
|
|
1211
|
-
<line num="
|
|
1212
|
-
<line num="1326" count="
|
|
1213
|
-
<line num="
|
|
1214
|
-
<line num="
|
|
1215
|
-
<line num="
|
|
1216
|
-
<line num="
|
|
1217
|
-
<line num="
|
|
1218
|
-
<line num="
|
|
1194
|
+
<line num="1289" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
1195
|
+
<line num="1292" count="4" type="stmt"/>
|
|
1196
|
+
<line num="1294" count="4" type="stmt"/>
|
|
1197
|
+
<line num="1295" count="4" type="stmt"/>
|
|
1198
|
+
<line num="1304" count="12" type="stmt"/>
|
|
1199
|
+
<line num="1305" count="12" type="cond" truecount="1" falsecount="0"/>
|
|
1200
|
+
<line num="1306" count="1" type="stmt"/>
|
|
1201
|
+
<line num="1309" count="11" type="stmt"/>
|
|
1202
|
+
<line num="1311" count="11" type="stmt"/>
|
|
1203
|
+
<line num="1312" count="11" type="stmt"/>
|
|
1204
|
+
<line num="1317" count="11" type="cond" truecount="2" falsecount="0"/>
|
|
1205
|
+
<line num="1318" count="10" type="stmt"/>
|
|
1206
|
+
<line num="1319" count="10" type="stmt"/>
|
|
1207
|
+
<line num="1321" count="1" type="stmt"/>
|
|
1208
|
+
<line num="1324" count="11" type="stmt"/>
|
|
1209
|
+
<line num="1326" count="20" type="stmt"/>
|
|
1210
|
+
<line num="1327" count="20" type="stmt"/>
|
|
1211
|
+
<line num="1332" count="22" type="stmt"/>
|
|
1212
|
+
<line num="1341" count="11" type="stmt"/>
|
|
1213
|
+
<line num="1343" count="71" type="cond" truecount="3" falsecount="0"/>
|
|
1214
|
+
<line num="1346" count="26" type="cond" truecount="1" falsecount="0"/>
|
|
1215
|
+
<line num="1348" count="10" type="cond" truecount="1" falsecount="0"/>
|
|
1216
|
+
<line num="1350" count="7" type="stmt"/>
|
|
1217
|
+
<line num="1351" count="8" type="stmt"/>
|
|
1218
|
+
<line num="1354" count="7" type="stmt"/>
|
|
1219
|
+
<line num="1357" count="11" type="cond" truecount="1" falsecount="0"/>
|
|
1220
|
+
<line num="1359" count="4" type="stmt"/>
|
|
1221
|
+
<line num="1362" count="7" type="stmt"/>
|
|
1222
|
+
<line num="1364" count="7" type="stmt"/>
|
|
1223
|
+
<line num="1373" count="4" type="stmt"/>
|
|
1224
|
+
<line num="1374" count="4" type="stmt"/>
|
|
1225
|
+
<line num="1376" count="4" type="stmt"/>
|
|
1226
|
+
<line num="1377" count="8" type="stmt"/>
|
|
1227
|
+
<line num="1378" count="79" type="cond" truecount="4" falsecount="0"/>
|
|
1228
|
+
<line num="1381" count="2" type="stmt"/>
|
|
1229
|
+
<line num="1383" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
1230
|
+
<line num="1384" count="2" type="stmt"/>
|
|
1231
|
+
<line num="1385" count="2" type="stmt"/>
|
|
1232
|
+
<line num="1386" count="2" type="stmt"/>
|
|
1233
|
+
<line num="1387" count="2" type="stmt"/>
|
|
1234
|
+
<line num="1391" count="6" type="stmt"/>
|
|
1235
|
+
<line num="1405" count="6" type="stmt"/>
|
|
1236
|
+
<line num="1406" count="6" type="stmt"/>
|
|
1237
|
+
<line num="1408" count="6" type="stmt"/>
|
|
1238
|
+
<line num="1411" count="4" type="stmt"/>
|
|
1239
|
+
<line num="1412" count="4" type="stmt"/>
|
|
1240
|
+
<line num="1419" count="20" type="cond" truecount="1" falsecount="0"/>
|
|
1241
|
+
<line num="1420" count="18" type="stmt"/>
|
|
1242
|
+
<line num="1421" count="18" type="stmt"/>
|
|
1243
|
+
<line num="1424" count="2" type="stmt"/>
|
|
1244
|
+
<line num="1431" count="210" type="stmt"/>
|
|
1245
|
+
<line num="1438" count="40" type="cond" truecount="2" falsecount="0"/>
|
|
1246
|
+
<line num="1445" count="24" type="stmt"/>
|
|
1247
|
+
<line num="1452" count="43" type="stmt"/>
|
|
1248
|
+
<line num="1465" count="7" type="stmt"/>
|
|
1249
|
+
<line num="1466" count="7" type="stmt"/>
|
|
1219
1250
|
</file>
|
|
1220
|
-
<file name="interfaces.ts" path="
|
|
1251
|
+
<file name="interfaces.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\components\tek-grid\interfaces.ts">
|
|
1221
1252
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
1222
1253
|
<line num="126" count="30" type="stmt"/>
|
|
1223
1254
|
<line num="127" count="30" type="stmt"/>
|
|
1224
1255
|
</file>
|
|
1225
|
-
<file name="layout-options.ts" path="
|
|
1256
|
+
<file name="layout-options.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\components\tek-grid\layout-options.ts">
|
|
1226
1257
|
<metrics statements="103" coveredstatements="103" conditionals="53" coveredconditionals="53" methods="20" coveredmethods="20"/>
|
|
1227
1258
|
<line num="1" count="30" type="stmt"/>
|
|
1228
1259
|
<line num="2" count="30" type="stmt"/>
|
|
@@ -1331,7 +1362,7 @@
|
|
|
1331
1362
|
</package>
|
|
1332
1363
|
<package name="src.components.tek-image">
|
|
1333
1364
|
<metrics statements="23" coveredstatements="23" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
1334
|
-
<file name="image.ts" path="
|
|
1365
|
+
<file name="image.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\components\tek-image\image.ts">
|
|
1335
1366
|
<metrics statements="23" coveredstatements="23" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
1336
1367
|
<line num="1" count="30" type="stmt"/>
|
|
1337
1368
|
<line num="7" count="30" type="stmt"/>
|
|
@@ -1360,7 +1391,7 @@
|
|
|
1360
1391
|
</package>
|
|
1361
1392
|
<package name="src.components.tek-iterable-carousel">
|
|
1362
1393
|
<metrics statements="7" coveredstatements="7" conditionals="13" coveredconditionals="13" methods="3" coveredmethods="3"/>
|
|
1363
|
-
<file name="iterable-carousel.ts" path="
|
|
1394
|
+
<file name="iterable-carousel.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\components\tek-iterable-carousel\iterable-carousel.ts">
|
|
1364
1395
|
<metrics statements="7" coveredstatements="7" conditionals="13" coveredconditionals="13" methods="3" coveredmethods="3"/>
|
|
1365
1396
|
<line num="1" count="30" type="stmt"/>
|
|
1366
1397
|
<line num="9" count="30" type="stmt"/>
|
|
@@ -1373,7 +1404,7 @@
|
|
|
1373
1404
|
</package>
|
|
1374
1405
|
<package name="src.components.tek-iterable-component-render">
|
|
1375
1406
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1376
|
-
<file name="iterable-component-render.ts" path="
|
|
1407
|
+
<file name="iterable-component-render.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\components\tek-iterable-component-render\iterable-component-render.ts">
|
|
1377
1408
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1378
1409
|
<line num="1" count="30" type="stmt"/>
|
|
1379
1410
|
<line num="10" count="30" type="stmt"/>
|
|
@@ -1381,7 +1412,7 @@
|
|
|
1381
1412
|
</package>
|
|
1382
1413
|
<package name="src.components.tek-loading">
|
|
1383
1414
|
<metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
1384
|
-
<file name="loading.ts" path="
|
|
1415
|
+
<file name="loading.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\components\tek-loading\loading.ts">
|
|
1385
1416
|
<metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
1386
1417
|
<line num="1" count="30" type="stmt"/>
|
|
1387
1418
|
<line num="5" count="30" type="stmt"/>
|
|
@@ -1397,7 +1428,7 @@
|
|
|
1397
1428
|
</package>
|
|
1398
1429
|
<package name="src.components.tek-notifications">
|
|
1399
1430
|
<metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
|
|
1400
|
-
<file name="notifications.ts" path="
|
|
1431
|
+
<file name="notifications.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\components\tek-notifications\notifications.ts">
|
|
1401
1432
|
<metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
|
|
1402
1433
|
<line num="1" count="30" type="stmt"/>
|
|
1403
1434
|
<line num="7" count="30" type="stmt"/>
|
|
@@ -1413,7 +1444,7 @@
|
|
|
1413
1444
|
</package>
|
|
1414
1445
|
<package name="src.components.tek-product-card">
|
|
1415
1446
|
<metrics statements="31" coveredstatements="31" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
|
|
1416
|
-
<file name="product-card.ts" path="
|
|
1447
|
+
<file name="product-card.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\components\tek-product-card\product-card.ts">
|
|
1417
1448
|
<metrics statements="31" coveredstatements="31" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
|
|
1418
1449
|
<line num="1" count="30" type="stmt"/>
|
|
1419
1450
|
<line num="2" count="30" type="stmt"/>
|
|
@@ -1449,9 +1480,9 @@
|
|
|
1449
1480
|
</file>
|
|
1450
1481
|
</package>
|
|
1451
1482
|
<package name="src.components.tek-tree-grid">
|
|
1452
|
-
<metrics statements="
|
|
1453
|
-
<file name="tree-grid.ts" path="
|
|
1454
|
-
<metrics statements="
|
|
1483
|
+
<metrics statements="103" coveredstatements="103" conditionals="21" coveredconditionals="21" methods="18" coveredmethods="18"/>
|
|
1484
|
+
<file name="tree-grid.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\components\tek-tree-grid\tree-grid.ts">
|
|
1485
|
+
<metrics statements="103" coveredstatements="103" conditionals="21" coveredconditionals="21" methods="18" coveredmethods="18"/>
|
|
1455
1486
|
<line num="1" count="30" type="stmt"/>
|
|
1456
1487
|
<line num="6" count="30" type="stmt"/>
|
|
1457
1488
|
<line num="10" count="30" type="stmt"/>
|
|
@@ -1462,30 +1493,30 @@
|
|
|
1462
1493
|
<line num="27" count="30" type="stmt"/>
|
|
1463
1494
|
<line num="29" count="18" type="stmt"/>
|
|
1464
1495
|
<line num="32" count="18" type="stmt"/>
|
|
1465
|
-
<line num="
|
|
1466
|
-
<line num="
|
|
1467
|
-
<line num="
|
|
1468
|
-
<line num="
|
|
1469
|
-
<line num="
|
|
1470
|
-
<line num="
|
|
1471
|
-
<line num="
|
|
1472
|
-
<line num="
|
|
1473
|
-
<line num="
|
|
1474
|
-
<line num="
|
|
1496
|
+
<line num="37" count="18" type="stmt"/>
|
|
1497
|
+
<line num="40" count="18" type="stmt"/>
|
|
1498
|
+
<line num="43" count="18" type="stmt"/>
|
|
1499
|
+
<line num="46" count="18" type="stmt"/>
|
|
1500
|
+
<line num="49" count="18" type="stmt"/>
|
|
1501
|
+
<line num="52" count="18" type="stmt"/>
|
|
1502
|
+
<line num="66" count="18" type="stmt"/>
|
|
1503
|
+
<line num="69" count="18" type="stmt"/>
|
|
1504
|
+
<line num="72" count="18" type="stmt"/>
|
|
1505
|
+
<line num="75" count="18" type="stmt"/>
|
|
1475
1506
|
<line num="84" count="18" type="stmt"/>
|
|
1476
|
-
<line num="
|
|
1477
|
-
<line num="
|
|
1478
|
-
<line num="
|
|
1507
|
+
<line num="89" count="18" type="stmt"/>
|
|
1508
|
+
<line num="95" count="18" type="stmt"/>
|
|
1509
|
+
<line num="101" count="18" type="stmt"/>
|
|
1479
1510
|
<line num="111" count="18" type="stmt"/>
|
|
1480
|
-
<line num="
|
|
1481
|
-
<line num="
|
|
1511
|
+
<line num="116" count="18" type="stmt"/>
|
|
1512
|
+
<line num="118" count="18" type="stmt"/>
|
|
1513
|
+
<line num="125" count="18" type="stmt"/>
|
|
1482
1514
|
<line num="163" count="18" type="stmt"/>
|
|
1483
|
-
<line num="
|
|
1484
|
-
<line num="
|
|
1485
|
-
<line num="
|
|
1486
|
-
<line num="
|
|
1487
|
-
<line num="
|
|
1488
|
-
<line num="184" count="18" type="stmt"/>
|
|
1515
|
+
<line num="176" count="18" type="stmt"/>
|
|
1516
|
+
<line num="178" count="18" type="stmt"/>
|
|
1517
|
+
<line num="180" count="18" type="stmt"/>
|
|
1518
|
+
<line num="187" count="18" type="stmt"/>
|
|
1519
|
+
<line num="188" count="18" type="stmt"/>
|
|
1489
1520
|
<line num="189" count="18" type="stmt"/>
|
|
1490
1521
|
<line num="194" count="18" type="stmt"/>
|
|
1491
1522
|
<line num="199" count="18" type="stmt"/>
|
|
@@ -1502,62 +1533,64 @@
|
|
|
1502
1533
|
<line num="254" count="18" type="stmt"/>
|
|
1503
1534
|
<line num="259" count="18" type="stmt"/>
|
|
1504
1535
|
<line num="264" count="18" type="stmt"/>
|
|
1505
|
-
<line num="
|
|
1506
|
-
<line num="
|
|
1507
|
-
<line num="
|
|
1508
|
-
<line num="
|
|
1509
|
-
<line num="
|
|
1510
|
-
<line num="271" count="3" type="stmt"/>
|
|
1536
|
+
<line num="269" count="18" type="stmt"/>
|
|
1537
|
+
<line num="270" count="18" type="stmt"/>
|
|
1538
|
+
<line num="271" count="18" type="cond" truecount="2" falsecount="0"/>
|
|
1539
|
+
<line num="272" count="18" type="stmt"/>
|
|
1540
|
+
<line num="273" count="18" type="cond" truecount="2" falsecount="0"/>
|
|
1511
1541
|
<line num="274" count="18" type="stmt"/>
|
|
1512
|
-
<line num="
|
|
1513
|
-
<line num="
|
|
1514
|
-
<line num="
|
|
1515
|
-
<line num="
|
|
1516
|
-
<line num="
|
|
1517
|
-
<line num="
|
|
1518
|
-
<line num="
|
|
1519
|
-
<line num="
|
|
1520
|
-
<line num="
|
|
1521
|
-
<line num="
|
|
1522
|
-
<line num="
|
|
1523
|
-
<line num="
|
|
1524
|
-
<line num="
|
|
1542
|
+
<line num="276" count="18" type="cond" truecount="1" falsecount="0"/>
|
|
1543
|
+
<line num="277" count="3" type="stmt"/>
|
|
1544
|
+
<line num="280" count="18" type="stmt"/>
|
|
1545
|
+
<line num="289" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
1546
|
+
<line num="290" count="1" type="stmt"/>
|
|
1547
|
+
<line num="293" count="1" type="stmt"/>
|
|
1548
|
+
<line num="302" count="1" type="stmt"/>
|
|
1549
|
+
<line num="305" count="1" type="stmt"/>
|
|
1550
|
+
<line num="306" count="1" type="stmt"/>
|
|
1551
|
+
<line num="314" count="18" type="stmt"/>
|
|
1552
|
+
<line num="315" count="18" type="stmt"/>
|
|
1553
|
+
<line num="316" count="18" type="stmt"/>
|
|
1554
|
+
<line num="318" count="18" type="stmt"/>
|
|
1525
1555
|
<line num="322" count="3" type="stmt"/>
|
|
1526
|
-
<line num="
|
|
1527
|
-
<line num="327" count="
|
|
1528
|
-
<line num="
|
|
1529
|
-
<line num="
|
|
1530
|
-
<line num="
|
|
1531
|
-
<line num="
|
|
1556
|
+
<line num="323" count="3" type="stmt"/>
|
|
1557
|
+
<line num="327" count="3" type="stmt"/>
|
|
1558
|
+
<line num="328" count="3" type="stmt"/>
|
|
1559
|
+
<line num="332" count="6" type="stmt"/>
|
|
1560
|
+
<line num="333" count="6" type="stmt"/>
|
|
1561
|
+
<line num="337" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
1532
1562
|
<line num="341" count="1" type="stmt"/>
|
|
1533
|
-
<line num="
|
|
1534
|
-
<line num="
|
|
1535
|
-
<line num="
|
|
1536
|
-
<line num="
|
|
1537
|
-
<line num="
|
|
1538
|
-
<line num="
|
|
1539
|
-
<line num="
|
|
1540
|
-
<line num="368" count="
|
|
1541
|
-
<line num="
|
|
1542
|
-
<line num="
|
|
1543
|
-
<line num="
|
|
1544
|
-
<line num="
|
|
1545
|
-
<line num="
|
|
1546
|
-
<line num="
|
|
1547
|
-
<line num="
|
|
1548
|
-
<line num="
|
|
1549
|
-
<line num="
|
|
1550
|
-
<line num="
|
|
1551
|
-
<line num="
|
|
1552
|
-
<line num="
|
|
1553
|
-
<line num="
|
|
1554
|
-
<line num="
|
|
1555
|
-
<line num="
|
|
1563
|
+
<line num="342" count="1" type="stmt"/>
|
|
1564
|
+
<line num="346" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1565
|
+
<line num="347" count="1" type="stmt"/>
|
|
1566
|
+
<line num="357" count="21" type="stmt"/>
|
|
1567
|
+
<line num="361" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1568
|
+
<line num="365" count="1" type="stmt"/>
|
|
1569
|
+
<line num="366" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
1570
|
+
<line num="368" count="1" type="stmt"/>
|
|
1571
|
+
<line num="372" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1572
|
+
<line num="373" count="2" type="stmt"/>
|
|
1573
|
+
<line num="374" count="2" type="stmt"/>
|
|
1574
|
+
<line num="377" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1575
|
+
<line num="381" count="1" type="stmt"/>
|
|
1576
|
+
<line num="382" count="1" type="stmt"/>
|
|
1577
|
+
<line num="387" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1578
|
+
<line num="388" count="2" type="stmt"/>
|
|
1579
|
+
<line num="391" count="2" type="stmt"/>
|
|
1580
|
+
<line num="404" count="2" type="stmt"/>
|
|
1581
|
+
<line num="408" count="1" type="stmt"/>
|
|
1582
|
+
<line num="418" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1583
|
+
<line num="419" count="1" type="stmt"/>
|
|
1584
|
+
<line num="421" count="1" type="stmt"/>
|
|
1585
|
+
<line num="429" count="2" type="stmt"/>
|
|
1586
|
+
<line num="433" count="1" type="stmt"/>
|
|
1587
|
+
<line num="437" count="2" type="stmt"/>
|
|
1588
|
+
<line num="441" count="1" type="stmt"/>
|
|
1556
1589
|
</file>
|
|
1557
1590
|
</package>
|
|
1558
1591
|
<package name="src.components.tek-user-info">
|
|
1559
1592
|
<metrics statements="84" coveredstatements="84" conditionals="45" coveredconditionals="45" methods="32" coveredmethods="32"/>
|
|
1560
|
-
<file name="TekUserInfoController.ts" path="
|
|
1593
|
+
<file name="TekUserInfoController.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\components\tek-user-info\TekUserInfoController.ts">
|
|
1561
1594
|
<metrics statements="27" coveredstatements="27" conditionals="28" coveredconditionals="28" methods="18" coveredmethods="18"/>
|
|
1562
1595
|
<line num="1" count="30" type="stmt"/>
|
|
1563
1596
|
<line num="5" count="30" type="stmt"/>
|
|
@@ -1587,7 +1620,7 @@
|
|
|
1587
1620
|
<line num="83" count="2" type="stmt"/>
|
|
1588
1621
|
<line num="84" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1589
1622
|
</file>
|
|
1590
|
-
<file name="tek-user-info-list.ts" path="
|
|
1623
|
+
<file name="tek-user-info-list.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\components\tek-user-info\tek-user-info-list.ts">
|
|
1591
1624
|
<metrics statements="15" coveredstatements="15" conditionals="5" coveredconditionals="5" methods="4" coveredmethods="4"/>
|
|
1592
1625
|
<line num="1" count="30" type="stmt"/>
|
|
1593
1626
|
<line num="2" count="30" type="stmt"/>
|
|
@@ -1605,7 +1638,7 @@
|
|
|
1605
1638
|
<line num="45" count="1" type="stmt"/>
|
|
1606
1639
|
<line num="56" count="1" type="stmt"/>
|
|
1607
1640
|
</file>
|
|
1608
|
-
<file name="tek-user-info.ts" path="
|
|
1641
|
+
<file name="tek-user-info.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\components\tek-user-info\tek-user-info.ts">
|
|
1609
1642
|
<metrics statements="42" coveredstatements="42" conditionals="12" coveredconditionals="12" methods="10" coveredmethods="10"/>
|
|
1610
1643
|
<line num="1" count="30" type="stmt"/>
|
|
1611
1644
|
<line num="4" count="30" type="stmt"/>
|
|
@@ -1653,13 +1686,13 @@
|
|
|
1653
1686
|
</package>
|
|
1654
1687
|
<package name="src.error">
|
|
1655
1688
|
<metrics statements="8" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
1656
|
-
<file name="delete-rows-error.ts" path="
|
|
1689
|
+
<file name="delete-rows-error.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\error\delete-rows-error.ts">
|
|
1657
1690
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
1658
|
-
<line num="4" count="
|
|
1659
|
-
<line num="6" count="
|
|
1660
|
-
<line num="9" count="
|
|
1691
|
+
<line num="4" count="31" type="stmt"/>
|
|
1692
|
+
<line num="6" count="2" type="stmt"/>
|
|
1693
|
+
<line num="9" count="2" type="stmt"/>
|
|
1661
1694
|
</file>
|
|
1662
|
-
<file name="incomplete-groups-error.ts" path="
|
|
1695
|
+
<file name="incomplete-groups-error.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\error\incomplete-groups-error.ts">
|
|
1663
1696
|
<metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
1664
1697
|
<line num="7" count="30" type="stmt"/>
|
|
1665
1698
|
<line num="9" count="1" type="stmt"/>
|
|
@@ -1670,7 +1703,7 @@
|
|
|
1670
1703
|
</package>
|
|
1671
1704
|
<package name="src.utils">
|
|
1672
1705
|
<metrics statements="12" coveredstatements="12" conditionals="1" coveredconditionals="1" methods="2" coveredmethods="2"/>
|
|
1673
|
-
<file name="extract-properties.ts" path="
|
|
1706
|
+
<file name="extract-properties.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\utils\extract-properties.ts">
|
|
1674
1707
|
<metrics statements="6" coveredstatements="6" conditionals="1" coveredconditionals="1" methods="2" coveredmethods="2"/>
|
|
1675
1708
|
<line num="7" count="30" type="stmt"/>
|
|
1676
1709
|
<line num="8" count="4" type="stmt"/>
|
|
@@ -1679,7 +1712,7 @@
|
|
|
1679
1712
|
<line num="11" count="6" type="stmt"/>
|
|
1680
1713
|
<line num="15" count="4" type="stmt"/>
|
|
1681
1714
|
</file>
|
|
1682
|
-
<file name="index.ts" path="
|
|
1715
|
+
<file name="index.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\utils\index.ts">
|
|
1683
1716
|
<metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1684
1717
|
<line num="1" count="30" type="stmt"/>
|
|
1685
1718
|
<line num="2" count="30" type="stmt"/>
|
|
@@ -1690,164 +1723,211 @@
|
|
|
1690
1723
|
</file>
|
|
1691
1724
|
</package>
|
|
1692
1725
|
<package name="src.utils.grid-base">
|
|
1693
|
-
<metrics statements="
|
|
1694
|
-
<file name="grid-base.ts" path="
|
|
1695
|
-
<metrics statements="
|
|
1726
|
+
<metrics statements="155" coveredstatements="155" conditionals="99" coveredconditionals="99" methods="70" coveredmethods="70"/>
|
|
1727
|
+
<file name="grid-base.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\utils\grid-base\grid-base.ts">
|
|
1728
|
+
<metrics statements="122" coveredstatements="122" conditionals="52" coveredconditionals="52" methods="47" coveredmethods="47"/>
|
|
1696
1729
|
<line num="2" count="30" type="stmt"/>
|
|
1697
1730
|
<line num="5" count="30" type="stmt"/>
|
|
1698
1731
|
<line num="13" count="30" type="stmt"/>
|
|
1699
1732
|
<line num="14" count="30" type="stmt"/>
|
|
1700
1733
|
<line num="36" count="30" type="stmt"/>
|
|
1701
|
-
<line num="39" count="
|
|
1702
|
-
<line num="
|
|
1703
|
-
<line num="44" count="
|
|
1704
|
-
<line num="
|
|
1705
|
-
<line num="
|
|
1706
|
-
<line num="
|
|
1707
|
-
<line num="
|
|
1708
|
-
<line num="56" count="
|
|
1709
|
-
<line num="
|
|
1710
|
-
<line num="
|
|
1711
|
-
<line num="
|
|
1712
|
-
<line num="
|
|
1713
|
-
<line num="
|
|
1714
|
-
<line num="
|
|
1715
|
-
<line num="
|
|
1716
|
-
<line num="
|
|
1717
|
-
<line num="
|
|
1718
|
-
<line num="
|
|
1719
|
-
<line num="
|
|
1720
|
-
<line num="
|
|
1721
|
-
<line num="
|
|
1722
|
-
<line num="
|
|
1723
|
-
<line num="
|
|
1724
|
-
<line num="
|
|
1725
|
-
<line num="
|
|
1726
|
-
<line num="
|
|
1727
|
-
<line num="
|
|
1728
|
-
<line num="
|
|
1729
|
-
<line num="
|
|
1730
|
-
<line num="
|
|
1731
|
-
<line num="
|
|
1732
|
-
<line num="
|
|
1733
|
-
<line num="
|
|
1734
|
-
<line num="
|
|
1735
|
-
<line num="
|
|
1736
|
-
<line num="
|
|
1737
|
-
<line num="
|
|
1738
|
-
<line num="
|
|
1739
|
-
<line num="
|
|
1740
|
-
<line num="
|
|
1741
|
-
<line num="
|
|
1742
|
-
<line num="
|
|
1743
|
-
<line num="
|
|
1744
|
-
<line num="
|
|
1745
|
-
<line num="
|
|
1746
|
-
<line num="
|
|
1747
|
-
<line num="
|
|
1748
|
-
<line num="
|
|
1749
|
-
<line num="
|
|
1750
|
-
<line num="
|
|
1751
|
-
<line num="
|
|
1752
|
-
<line num="
|
|
1753
|
-
<line num="
|
|
1754
|
-
<line num="
|
|
1755
|
-
<line num="
|
|
1756
|
-
<line num="
|
|
1757
|
-
<line num="
|
|
1758
|
-
<line num="
|
|
1759
|
-
<line num="
|
|
1760
|
-
<line num="
|
|
1761
|
-
<line num="
|
|
1762
|
-
<line num="
|
|
1763
|
-
<line num="
|
|
1764
|
-
<line num="
|
|
1765
|
-
<line num="
|
|
1766
|
-
<line num="
|
|
1767
|
-
<line num="
|
|
1768
|
-
<line num="
|
|
1734
|
+
<line num="39" count="194" type="stmt"/>
|
|
1735
|
+
<line num="41" count="194" type="stmt"/>
|
|
1736
|
+
<line num="44" count="194" type="stmt"/>
|
|
1737
|
+
<line num="45" count="194" type="stmt"/>
|
|
1738
|
+
<line num="46" count="194" type="stmt"/>
|
|
1739
|
+
<line num="50" count="966" type="cond" truecount="1" falsecount="0"/>
|
|
1740
|
+
<line num="52" count="773" type="stmt"/>
|
|
1741
|
+
<line num="56" count="194" type="stmt"/>
|
|
1742
|
+
<line num="57" count="966" type="stmt"/>
|
|
1743
|
+
<line num="58" count="966" type="stmt"/>
|
|
1744
|
+
<line num="63" count="194" type="stmt"/>
|
|
1745
|
+
<line num="64" count="51" type="stmt"/>
|
|
1746
|
+
<line num="72" count="51" type="stmt"/>
|
|
1747
|
+
<line num="90" count="49" type="stmt"/>
|
|
1748
|
+
<line num="108" count="48" type="stmt"/>
|
|
1749
|
+
<line num="127" count="192" type="stmt"/>
|
|
1750
|
+
<line num="134" count="48" type="stmt"/>
|
|
1751
|
+
<line num="152" count="48" type="stmt"/>
|
|
1752
|
+
<line num="168" count="48" type="stmt"/>
|
|
1753
|
+
<line num="173" count="48" type="stmt"/>
|
|
1754
|
+
<line num="187" count="48" type="stmt"/>
|
|
1755
|
+
<line num="201" count="48" type="stmt"/>
|
|
1756
|
+
<line num="211" count="48" type="stmt"/>
|
|
1757
|
+
<line num="223" count="48" type="stmt"/>
|
|
1758
|
+
<line num="230" count="48" type="stmt"/>
|
|
1759
|
+
<line num="253" count="4" type="stmt"/>
|
|
1760
|
+
<line num="254" count="4" type="cond" truecount="4" falsecount="0"/>
|
|
1761
|
+
<line num="255" count="1" type="stmt"/>
|
|
1762
|
+
<line num="256" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1763
|
+
<line num="257" count="2" type="stmt"/>
|
|
1764
|
+
<line num="269" count="2" type="stmt"/>
|
|
1765
|
+
<line num="271" count="2" type="cond" truecount="3" falsecount="0"/>
|
|
1766
|
+
<line num="272" count="1" type="stmt"/>
|
|
1767
|
+
<line num="275" count="2" type="stmt"/>
|
|
1768
|
+
<line num="276" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1769
|
+
<line num="277" count="1" type="stmt"/>
|
|
1770
|
+
<line num="278" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
1771
|
+
<line num="279" count="1" type="stmt"/>
|
|
1772
|
+
<line num="282" count="1" type="stmt"/>
|
|
1773
|
+
<line num="285" count="1" type="stmt"/>
|
|
1774
|
+
<line num="295" count="48" type="stmt"/>
|
|
1775
|
+
<line num="301" count="48" type="stmt"/>
|
|
1776
|
+
<line num="302" count="720" type="stmt"/>
|
|
1777
|
+
<line num="303" count="720" type="cond" truecount="1" falsecount="0"/>
|
|
1778
|
+
<line num="304" count="720" type="stmt"/>
|
|
1779
|
+
<line num="305" count="720" type="cond" truecount="1" falsecount="0"/>
|
|
1780
|
+
<line num="306" count="720" type="stmt"/>
|
|
1781
|
+
<line num="316" count="52" type="stmt"/>
|
|
1782
|
+
<line num="317" count="52" type="stmt"/>
|
|
1783
|
+
<line num="319" count="52" type="cond" truecount="4" falsecount="0"/>
|
|
1784
|
+
<line num="320" count="52" type="cond" truecount="4" falsecount="0"/>
|
|
1785
|
+
<line num="322" count="52" type="cond" truecount="1" falsecount="0"/>
|
|
1786
|
+
<line num="323" count="52" type="cond" truecount="1" falsecount="0"/>
|
|
1787
|
+
<line num="325" count="52" type="cond" truecount="4" falsecount="0"/>
|
|
1788
|
+
<line num="326" count="4" type="stmt"/>
|
|
1789
|
+
<line num="328" count="48" type="stmt"/>
|
|
1790
|
+
<line num="331" count="52" type="stmt"/>
|
|
1791
|
+
<line num="340" count="52" type="stmt"/>
|
|
1792
|
+
<line num="346" count="5" type="stmt"/>
|
|
1793
|
+
<line num="350" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1794
|
+
<line num="351" count="3" type="stmt"/>
|
|
1795
|
+
<line num="352" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1796
|
+
<line num="353" count="3" type="stmt"/>
|
|
1797
|
+
<line num="359" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
1798
|
+
<line num="360" count="1" type="stmt"/>
|
|
1799
|
+
<line num="362" count="1" type="stmt"/>
|
|
1800
|
+
<line num="366" count="2" type="stmt"/>
|
|
1801
|
+
<line num="367" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1802
|
+
<line num="368" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1803
|
+
<line num="369" count="1" type="stmt"/>
|
|
1804
|
+
<line num="372" count="1" type="stmt"/>
|
|
1805
|
+
<line num="374" count="1" type="stmt"/>
|
|
1806
|
+
<line num="379" count="2" type="stmt"/>
|
|
1807
|
+
<line num="380" count="2" type="cond" truecount="3" falsecount="0"/>
|
|
1808
|
+
<line num="382" count="1" type="stmt"/>
|
|
1809
|
+
<line num="386" count="3" type="stmt"/>
|
|
1810
|
+
<line num="387" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1811
|
+
<line num="388" count="2" type="stmt"/>
|
|
1812
|
+
<line num="389" count="2" type="stmt"/>
|
|
1813
|
+
<line num="390" count="2" type="stmt"/>
|
|
1814
|
+
<line num="392" count="2" type="stmt"/>
|
|
1815
|
+
<line num="393" count="2" type="stmt"/>
|
|
1816
|
+
<line num="398" count="3" type="stmt"/>
|
|
1817
|
+
<line num="399" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1818
|
+
<line num="400" count="2" type="stmt"/>
|
|
1819
|
+
<line num="401" count="2" type="stmt"/>
|
|
1820
|
+
<line num="402" count="2" type="stmt"/>
|
|
1821
|
+
<line num="404" count="2" type="stmt"/>
|
|
1822
|
+
<line num="406" count="2" type="stmt"/>
|
|
1823
|
+
<line num="411" count="1" type="stmt"/>
|
|
1824
|
+
<line num="415" count="194" type="stmt"/>
|
|
1825
|
+
<line num="423" count="194" type="stmt"/>
|
|
1826
|
+
<line num="431" count="388" type="stmt"/>
|
|
1827
|
+
<line num="432" count="388" type="cond" truecount="3" falsecount="0"/>
|
|
1828
|
+
<line num="434" count="36" type="cond" truecount="2" falsecount="0"/>
|
|
1829
|
+
<line num="435" count="18" type="stmt"/>
|
|
1830
|
+
<line num="437" count="18" type="stmt"/>
|
|
1831
|
+
<line num="439" count="234" type="stmt"/>
|
|
1832
|
+
<line num="445" count="352" type="stmt"/>
|
|
1833
|
+
<line num="449" count="6" type="stmt"/>
|
|
1834
|
+
<line num="450" count="6" type="cond" truecount="3" falsecount="0"/>
|
|
1835
|
+
<line num="451" count="4" type="stmt"/>
|
|
1836
|
+
<line num="452" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
1837
|
+
<line num="454" count="4" type="stmt"/>
|
|
1838
|
+
<line num="456" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1839
|
+
<line num="457" count="3" type="stmt"/>
|
|
1840
|
+
<line num="458" count="3" type="stmt"/>
|
|
1841
|
+
<line num="460" count="3" type="stmt"/>
|
|
1842
|
+
<line num="461" count="6" type="stmt"/>
|
|
1843
|
+
<line num="464" count="3" type="stmt"/>
|
|
1844
|
+
<line num="467" count="4" type="stmt"/>
|
|
1845
|
+
<line num="470" count="6" type="stmt"/>
|
|
1846
|
+
<line num="471" count="6" type="stmt"/>
|
|
1847
|
+
<line num="474" count="194" type="stmt"/>
|
|
1848
|
+
<line num="495" count="2" type="stmt"/>
|
|
1849
|
+
<line num="499" count="4" type="stmt"/>
|
|
1850
|
+
<line num="503" count="30" type="stmt"/>
|
|
1769
1851
|
</file>
|
|
1770
|
-
<file name="grid-controller.ts" path="
|
|
1771
|
-
<metrics statements="
|
|
1852
|
+
<file name="grid-controller.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\utils\grid-base\grid-controller.ts">
|
|
1853
|
+
<metrics statements="33" coveredstatements="33" conditionals="47" coveredconditionals="47" methods="23" coveredmethods="23"/>
|
|
1772
1854
|
<line num="4" count="30" type="stmt"/>
|
|
1773
|
-
<line num="7" count="
|
|
1774
|
-
<line num="10" count="
|
|
1775
|
-
<line num="11" count="
|
|
1855
|
+
<line num="7" count="68" type="stmt"/>
|
|
1856
|
+
<line num="10" count="68" type="stmt"/>
|
|
1857
|
+
<line num="11" count="68" type="stmt"/>
|
|
1776
1858
|
<line num="15" count="1" type="stmt"/>
|
|
1777
|
-
<line num="19" count="4" type="
|
|
1778
|
-
<line num="23" count="
|
|
1779
|
-
<line num="27" count="2" type="
|
|
1859
|
+
<line num="19" count="4" type="cond" truecount="3" falsecount="0"/>
|
|
1860
|
+
<line num="23" count="1" type="cond" truecount="3" falsecount="0"/>
|
|
1861
|
+
<line num="27" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1780
1862
|
<line num="31" count="1" type="stmt"/>
|
|
1781
|
-
<line num="35" count="
|
|
1863
|
+
<line num="35" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1782
1864
|
<line num="39" count="2" type="stmt"/>
|
|
1783
1865
|
<line num="43" count="1" type="stmt"/>
|
|
1784
1866
|
<line num="47" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1785
1867
|
<line num="51" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1786
|
-
<line num="55" count="
|
|
1787
|
-
<line num="59" count="
|
|
1788
|
-
<line num="
|
|
1789
|
-
<line num="
|
|
1790
|
-
<line num="
|
|
1791
|
-
<line num="
|
|
1792
|
-
<line num="
|
|
1793
|
-
<line num="
|
|
1794
|
-
<line num="
|
|
1795
|
-
<line num="
|
|
1796
|
-
<line num="
|
|
1797
|
-
<line num="
|
|
1798
|
-
<line num="
|
|
1799
|
-
<line num="
|
|
1800
|
-
<line num="
|
|
1801
|
-
<line num="
|
|
1802
|
-
<line num="
|
|
1803
|
-
<line num="
|
|
1804
|
-
<line num="
|
|
1805
|
-
<line num="138" count="3" type="stmt"/>
|
|
1806
|
-
<line num="141" count="1" type="stmt"/>
|
|
1868
|
+
<line num="55" count="3" type="cond" truecount="3" falsecount="0"/>
|
|
1869
|
+
<line num="59" count="4" type="cond" truecount="3" falsecount="0"/>
|
|
1870
|
+
<line num="63" count="1" type="stmt"/>
|
|
1871
|
+
<line num="67" count="5" type="cond" truecount="3" falsecount="0"/>
|
|
1872
|
+
<line num="71" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
1873
|
+
<line num="75" count="7" type="cond" truecount="3" falsecount="0"/>
|
|
1874
|
+
<line num="79" count="7" type="cond" truecount="3" falsecount="0"/>
|
|
1875
|
+
<line num="83" count="3" type="cond" truecount="7" falsecount="0"/>
|
|
1876
|
+
<line num="90" count="23" type="stmt"/>
|
|
1877
|
+
<line num="94" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1878
|
+
<line num="98" count="1" type="stmt"/>
|
|
1879
|
+
<line num="102" count="7" type="cond" truecount="1" falsecount="0"/>
|
|
1880
|
+
<line num="103" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1881
|
+
<line num="104" count="3" type="stmt"/>
|
|
1882
|
+
<line num="105" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
1883
|
+
<line num="109" count="1" type="stmt"/>
|
|
1884
|
+
<line num="112" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1885
|
+
<line num="113" count="2" type="stmt"/>
|
|
1886
|
+
<line num="116" count="1" type="stmt"/>
|
|
1807
1887
|
</file>
|
|
1808
1888
|
</package>
|
|
1809
1889
|
<package name="src.utils.grid-base.export-options">
|
|
1810
1890
|
<metrics statements="27" coveredstatements="27" conditionals="11" coveredconditionals="11" methods="12" coveredmethods="12"/>
|
|
1811
|
-
<file name="button-option.ts" path="
|
|
1891
|
+
<file name="button-option.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\utils\grid-base\export-options\button-option.ts">
|
|
1812
1892
|
<metrics statements="6" coveredstatements="6" conditionals="3" coveredconditionals="3" methods="3" coveredmethods="3"/>
|
|
1813
1893
|
<line num="4" count="30" type="stmt"/>
|
|
1814
|
-
<line num="8" count="
|
|
1815
|
-
<line num="14" count="
|
|
1816
|
-
<line num="15" count="
|
|
1817
|
-
<line num="16" count="
|
|
1894
|
+
<line num="8" count="775" type="stmt"/>
|
|
1895
|
+
<line num="14" count="775" type="stmt"/>
|
|
1896
|
+
<line num="15" count="775" type="cond" truecount="2" falsecount="0"/>
|
|
1897
|
+
<line num="16" count="775" type="stmt"/>
|
|
1818
1898
|
<line num="23" count="1" type="stmt"/>
|
|
1819
1899
|
</file>
|
|
1820
|
-
<file name="index.ts" path="
|
|
1900
|
+
<file name="index.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\utils\grid-base\export-options\index.ts">
|
|
1821
1901
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1822
1902
|
<line num="1" count="30" type="stmt"/>
|
|
1823
1903
|
<line num="2" count="30" type="stmt"/>
|
|
1824
1904
|
<line num="3" count="30" type="stmt"/>
|
|
1825
1905
|
</file>
|
|
1826
|
-
<file name="multi-option.ts" path="
|
|
1906
|
+
<file name="multi-option.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\utils\grid-base\export-options\multi-option.ts">
|
|
1827
1907
|
<metrics statements="18" coveredstatements="18" conditionals="8" coveredconditionals="8" methods="9" coveredmethods="9"/>
|
|
1828
1908
|
<line num="9" count="30" type="stmt"/>
|
|
1829
|
-
<line num="13" count="
|
|
1830
|
-
<line num="17" count="
|
|
1831
|
-
<line num="21" count="
|
|
1832
|
-
<line num="22" count="
|
|
1833
|
-
<line num="34" count="
|
|
1834
|
-
<line num="35" count="
|
|
1835
|
-
<line num="37" count="
|
|
1909
|
+
<line num="13" count="197" type="stmt"/>
|
|
1910
|
+
<line num="17" count="1576" type="stmt"/>
|
|
1911
|
+
<line num="21" count="394" type="stmt"/>
|
|
1912
|
+
<line num="22" count="394" type="stmt"/>
|
|
1913
|
+
<line num="34" count="394" type="stmt"/>
|
|
1914
|
+
<line num="35" count="394" type="cond" truecount="2" falsecount="0"/>
|
|
1915
|
+
<line num="37" count="394" type="stmt"/>
|
|
1836
1916
|
<line num="44" count="2" type="stmt"/>
|
|
1837
|
-
<line num="50" count="
|
|
1838
|
-
<line num="52" count="
|
|
1839
|
-
<line num="63" count="
|
|
1840
|
-
<line num="65" count="
|
|
1841
|
-
<line num="76" count="
|
|
1842
|
-
<line num="78" count="
|
|
1917
|
+
<line num="50" count="394" type="stmt"/>
|
|
1918
|
+
<line num="52" count="394" type="stmt"/>
|
|
1919
|
+
<line num="63" count="197" type="stmt"/>
|
|
1920
|
+
<line num="65" count="394" type="stmt"/>
|
|
1921
|
+
<line num="76" count="197" type="stmt"/>
|
|
1922
|
+
<line num="78" count="197" type="stmt"/>
|
|
1843
1923
|
<line num="83" count="2" type="cond" truecount="4" falsecount="0"/>
|
|
1844
|
-
<line num="87" count="
|
|
1845
|
-
<line num="94" count="
|
|
1924
|
+
<line num="87" count="197" type="stmt"/>
|
|
1925
|
+
<line num="94" count="197" type="stmt"/>
|
|
1846
1926
|
</file>
|
|
1847
1927
|
</package>
|
|
1848
1928
|
<package name="src.utils.report-filter">
|
|
1849
1929
|
<metrics statements="19" coveredstatements="19" conditionals="1" coveredconditionals="1" methods="4" coveredmethods="4"/>
|
|
1850
|
-
<file name="report-filter.ts" path="
|
|
1930
|
+
<file name="report-filter.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\src\utils\report-filter\report-filter.ts">
|
|
1851
1931
|
<metrics statements="19" coveredstatements="19" conditionals="1" coveredconditionals="1" methods="4" coveredmethods="4"/>
|
|
1852
1932
|
<line num="2" count="30" type="stmt"/>
|
|
1853
1933
|
<line num="8" count="30" type="stmt"/>
|
|
@@ -1872,36 +1952,36 @@
|
|
|
1872
1952
|
</package>
|
|
1873
1953
|
<package name="tests.__helpers__">
|
|
1874
1954
|
<metrics statements="21" coveredstatements="21" conditionals="6" coveredconditionals="6" methods="6" coveredmethods="6"/>
|
|
1875
|
-
<file name="component-event-helper.ts" path="
|
|
1955
|
+
<file name="component-event-helper.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\tests\__helpers__\component-event-helper.ts">
|
|
1876
1956
|
<metrics statements="2" coveredstatements="2" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
|
|
1877
|
-
<line num="3" count="
|
|
1957
|
+
<line num="3" count="34" type="cond" truecount="1" falsecount="0"/>
|
|
1878
1958
|
<line num="5" count="3" type="stmt"/>
|
|
1879
1959
|
</file>
|
|
1880
|
-
<file name="flush-promises-helper.ts" path="
|
|
1960
|
+
<file name="flush-promises-helper.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\tests\__helpers__\flush-promises-helper.ts">
|
|
1881
1961
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
1882
|
-
<line num="1" count="
|
|
1962
|
+
<line num="1" count="45" type="stmt"/>
|
|
1883
1963
|
<line num="3" count="1" type="stmt"/>
|
|
1884
1964
|
</file>
|
|
1885
|
-
<file name="get-child-helper.ts" path="
|
|
1965
|
+
<file name="get-child-helper.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\tests\__helpers__\get-child-helper.ts">
|
|
1886
1966
|
<metrics statements="10" coveredstatements="10" conditionals="5" coveredconditionals="5" methods="2" coveredmethods="2"/>
|
|
1887
1967
|
<line num="8" count="3" type="stmt"/>
|
|
1888
|
-
<line num="11" count="
|
|
1889
|
-
<line num="12" count="
|
|
1968
|
+
<line num="11" count="375" type="stmt"/>
|
|
1969
|
+
<line num="12" count="1006" type="cond" truecount="1" falsecount="0"/>
|
|
1890
1970
|
<line num="13" count="52" type="stmt"/>
|
|
1891
1971
|
<line num="14" count="52" type="stmt"/>
|
|
1892
|
-
<line num="17" count="
|
|
1893
|
-
<line num="18" count="
|
|
1894
|
-
<line num="20" count="
|
|
1895
|
-
<line num="24" count="
|
|
1972
|
+
<line num="17" count="954" type="cond" truecount="3" falsecount="0"/>
|
|
1973
|
+
<line num="18" count="323" type="stmt"/>
|
|
1974
|
+
<line num="20" count="323" type="cond" truecount="1" falsecount="0"/>
|
|
1975
|
+
<line num="24" count="375" type="stmt"/>
|
|
1896
1976
|
<line num="27" count="3" type="stmt"/>
|
|
1897
1977
|
</file>
|
|
1898
|
-
<file name="index.ts" path="
|
|
1978
|
+
<file name="index.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\tests\__helpers__\index.ts">
|
|
1899
1979
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1900
1980
|
<line num="1" count="3" type="stmt"/>
|
|
1901
1981
|
<line num="2" count="3" type="stmt"/>
|
|
1902
1982
|
<line num="3" count="3" type="stmt"/>
|
|
1903
1983
|
</file>
|
|
1904
|
-
<file name="mock-created-helper.ts" path="
|
|
1984
|
+
<file name="mock-created-helper.ts" path="C:\Users\Teknisa Software\workfolder\zeedhi\teknisa-components\packages\common\tests\__helpers__\mock-created-helper.ts">
|
|
1905
1985
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
1906
1986
|
<line num="6" count="5" type="stmt"/>
|
|
1907
1987
|
<line num="7" count="16" type="stmt"/>
|