pixelize-design-library 2.3.9 → 2.3.10
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/.cursor/plans/current.md +8 -11
- package/coverage/clover.xml +317 -1525
- package/coverage/coverage-final.json +15 -48
- package/coverage/lcov-report/Components/Button/Button.tsx.html +5 -5
- package/coverage/lcov-report/Components/Button/index.html +5 -5
- package/coverage/lcov-report/Components/Common/ErrorMessage.tsx.html +16 -16
- package/coverage/lcov-report/Components/Common/FormLabel.tsx.html +23 -23
- package/coverage/lcov-report/Components/Common/HelperText.tsx.html +14 -14
- package/coverage/lcov-report/Components/Common/index.html +41 -41
- package/coverage/lcov-report/Components/Divider/Divider.tsx.html +14 -14
- package/coverage/lcov-report/Components/Divider/index.html +17 -17
- package/coverage/lcov-report/Components/Header/HeaderActions.tsx.html +26 -26
- package/coverage/lcov-report/Components/Header/index.html +21 -21
- package/coverage/lcov-report/Components/Input/index.html +21 -36
- package/coverage/lcov-report/Components/Input/textInputIconSize.ts.html +20 -20
- package/coverage/lcov-report/Components/KanbanBoard/AccountCard.tsx.html +14 -14
- package/coverage/lcov-report/Components/KanbanBoard/AccountRow.tsx.html +4 -4
- package/coverage/lcov-report/Components/KanbanBoard/KanbanBoard.tsx.html +220 -103
- package/coverage/lcov-report/Components/KanbanBoard/MeasuredItem.tsx.html +48 -48
- package/coverage/lcov-report/Components/KanbanBoard/index.html +31 -31
- package/coverage/lcov-report/Components/Select/Select.tsx.html +33 -33
- package/coverage/lcov-report/Components/Select/index.html +21 -21
- package/coverage/lcov-report/Components/SideBar/components/OverflowTooltipText.tsx.html +19 -19
- package/coverage/lcov-report/Components/SideBar/components/index.html +6 -21
- package/coverage/lcov-report/Components/ToolTip/ToolTip.tsx.html +5 -5
- package/coverage/lcov-report/Components/ToolTip/index.html +5 -5
- package/coverage/lcov-report/Utils/functions.ts.html +3 -3
- package/coverage/lcov-report/Utils/index.html +8 -23
- package/coverage/lcov-report/index.html +86 -311
- package/coverage/lcov.info +739 -4097
- package/dist/Components/KanbanBoard/KanbanBoard.d.ts.map +1 -1
- package/dist/Components/KanbanBoard/KanbanBoard.js +38 -1
- package/dist/Components/Table/Table.d.ts.map +1 -1
- package/dist/Components/Table/Table.js +9 -3
- package/package.json +1 -1
package/coverage/clover.xml
CHANGED
|
@@ -1,258 +1,103 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1781346355410" clover="3.2.0">
|
|
3
|
+
<project timestamp="1781346355410" name="All files">
|
|
4
|
+
<metrics statements="324" coveredstatements="262" conditionals="336" coveredconditionals="233" methods="93" coveredmethods="73" elements="753" coveredelements="568" complexity="0" loc="324" ncloc="324" packages="10" files="15" classes="15"/>
|
|
5
5
|
<package name="Components.Button">
|
|
6
|
-
<metrics statements="1" coveredstatements="1" conditionals="8" coveredconditionals="
|
|
6
|
+
<metrics statements="1" coveredstatements="1" conditionals="8" coveredconditionals="7" methods="1" coveredmethods="1"/>
|
|
7
7
|
<file name="Button.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/Button/Button.tsx">
|
|
8
|
-
<metrics statements="1" coveredstatements="1" conditionals="8" coveredconditionals="
|
|
9
|
-
<line num="27" count="
|
|
10
|
-
</file>
|
|
11
|
-
</package>
|
|
12
|
-
<package name="Components.Checkbox">
|
|
13
|
-
<metrics statements="4" coveredstatements="4" conditionals="26" coveredconditionals="22" methods="1" coveredmethods="1"/>
|
|
14
|
-
<file name="Checkbox.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/Checkbox/Checkbox.tsx">
|
|
15
|
-
<metrics statements="4" coveredstatements="4" conditionals="26" coveredconditionals="22" methods="1" coveredmethods="1"/>
|
|
16
|
-
<line num="33" count="109" type="stmt"/>
|
|
17
|
-
<line num="36" count="109" type="cond" truecount="2" falsecount="0"/>
|
|
18
|
-
<line num="41" count="109" type="cond" truecount="2" falsecount="0"/>
|
|
19
|
-
<line num="53" count="109" type="stmt"/>
|
|
8
|
+
<metrics statements="1" coveredstatements="1" conditionals="8" coveredconditionals="7" methods="1" coveredmethods="1"/>
|
|
9
|
+
<line num="27" count="2" type="stmt"/>
|
|
20
10
|
</file>
|
|
21
11
|
</package>
|
|
22
12
|
<package name="Components.Common">
|
|
23
|
-
<metrics statements="10" coveredstatements="
|
|
13
|
+
<metrics statements="10" coveredstatements="3" conditionals="25" coveredconditionals="0" methods="3" coveredmethods="0"/>
|
|
24
14
|
<file name="ErrorMessage.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/Common/ErrorMessage.tsx">
|
|
25
|
-
<metrics statements="3" coveredstatements="
|
|
26
|
-
<line num="5" count="
|
|
27
|
-
<line num="7" count="
|
|
28
|
-
<line num="8" count="
|
|
15
|
+
<metrics statements="3" coveredstatements="1" conditionals="2" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
16
|
+
<line num="5" count="1" type="stmt"/>
|
|
17
|
+
<line num="7" count="0" type="stmt"/>
|
|
18
|
+
<line num="8" count="0" type="stmt"/>
|
|
29
19
|
</file>
|
|
30
20
|
<file name="FormLabel.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/Common/FormLabel.tsx">
|
|
31
|
-
<metrics statements="4" coveredstatements="
|
|
32
|
-
<line num="6" count="
|
|
33
|
-
<line num="31" count="
|
|
34
|
-
<line num="32" count="
|
|
35
|
-
<line num="41" count="
|
|
21
|
+
<metrics statements="4" coveredstatements="1" conditionals="23" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
22
|
+
<line num="6" count="1" type="stmt"/>
|
|
23
|
+
<line num="31" count="0" type="stmt"/>
|
|
24
|
+
<line num="32" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
25
|
+
<line num="41" count="0" type="stmt"/>
|
|
36
26
|
</file>
|
|
37
27
|
<file name="HelperText.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/Common/HelperText.tsx">
|
|
38
|
-
<metrics statements="3" coveredstatements="
|
|
39
|
-
<line num="4" count="
|
|
40
|
-
<line num="5" count="
|
|
41
|
-
<line num="6" count="
|
|
42
|
-
</file>
|
|
43
|
-
</package>
|
|
44
|
-
<package name="Components.CustomModulesTable">
|
|
45
|
-
<metrics statements="37" coveredstatements="34" conditionals="40" coveredconditionals="23" methods="15" coveredmethods="12"/>
|
|
46
|
-
<file name="CustomModulesTable.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/CustomModulesTable/CustomModulesTable.tsx">
|
|
47
|
-
<metrics statements="26" coveredstatements="23" conditionals="26" coveredconditionals="16" methods="10" coveredmethods="7"/>
|
|
48
|
-
<line num="31" count="1" type="stmt"/>
|
|
49
|
-
<line num="48" count="1" type="stmt"/>
|
|
50
|
-
<line num="57" count="7" type="stmt"/>
|
|
51
|
-
<line num="58" count="7" type="stmt"/>
|
|
52
|
-
<line num="59" count="4" type="stmt"/>
|
|
53
|
-
<line num="63" count="7" type="stmt"/>
|
|
54
|
-
<line num="64" count="7" type="stmt"/>
|
|
55
|
-
<line num="66" count="7" type="cond" truecount="1" falsecount="2"/>
|
|
56
|
-
<line num="67" count="7" type="cond" truecount="1" falsecount="1"/>
|
|
57
|
-
<line num="68" count="7" type="cond" truecount="1" falsecount="1"/>
|
|
58
|
-
<line num="69" count="7" type="cond" truecount="1" falsecount="1"/>
|
|
59
|
-
<line num="70" count="7" type="cond" truecount="1" falsecount="1"/>
|
|
60
|
-
<line num="72" count="7" type="stmt"/>
|
|
61
|
-
<line num="81" count="7" type="stmt"/>
|
|
62
|
-
<line num="106" count="0" type="stmt"/>
|
|
63
|
-
<line num="129" count="12" type="stmt"/>
|
|
64
|
-
<line num="156" count="1" type="stmt"/>
|
|
65
|
-
<line num="164" count="1" type="stmt"/>
|
|
66
|
-
<line num="177" count="0" type="stmt"/>
|
|
67
|
-
<line num="181" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
68
|
-
<line num="182" count="1" type="stmt"/>
|
|
69
|
-
<line num="187" count="1" type="stmt"/>
|
|
70
|
-
<line num="194" count="0" type="stmt"/>
|
|
71
|
-
<line num="198" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
72
|
-
<line num="199" count="1" type="stmt"/>
|
|
73
|
-
<line num="201" count="1" type="stmt"/>
|
|
74
|
-
</file>
|
|
75
|
-
<file name="DeleteModuleModal.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/CustomModulesTable/DeleteModuleModal.tsx">
|
|
76
|
-
<metrics statements="3" coveredstatements="3" conditionals="8" coveredconditionals="3" methods="1" coveredmethods="1"/>
|
|
77
|
-
<line num="19" count="2" type="stmt"/>
|
|
78
|
-
<line num="27" count="8" type="stmt"/>
|
|
79
|
-
<line num="29" count="8" type="stmt"/>
|
|
80
|
-
</file>
|
|
81
|
-
<file name="EditModuleModal.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/CustomModulesTable/EditModuleModal.tsx">
|
|
82
|
-
<metrics statements="8" coveredstatements="8" conditionals="6" coveredconditionals="4" methods="4" coveredmethods="4"/>
|
|
83
|
-
<line num="17" count="2" type="stmt"/>
|
|
84
|
-
<line num="25" count="25" type="stmt"/>
|
|
85
|
-
<line num="26" count="25" type="stmt"/>
|
|
86
|
-
<line num="28" count="25" type="stmt"/>
|
|
87
|
-
<line num="29" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
88
|
-
<line num="32" count="25" type="stmt"/>
|
|
89
|
-
<line num="48" count="15" type="stmt"/>
|
|
90
|
-
<line num="63" count="2" type="stmt"/>
|
|
28
|
+
<metrics statements="3" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
29
|
+
<line num="4" count="1" type="stmt"/>
|
|
30
|
+
<line num="5" count="0" type="stmt"/>
|
|
31
|
+
<line num="6" count="0" type="stmt"/>
|
|
91
32
|
</file>
|
|
92
33
|
</package>
|
|
93
34
|
<package name="Components.Divider">
|
|
94
|
-
<metrics statements="3" coveredstatements="
|
|
35
|
+
<metrics statements="3" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
95
36
|
<file name="Divider.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/Divider/Divider.tsx">
|
|
96
|
-
<metrics statements="3" coveredstatements="
|
|
97
|
-
<line num="4" count="
|
|
98
|
-
<line num="5" count="
|
|
99
|
-
<line num="6" count="
|
|
100
|
-
</file>
|
|
101
|
-
</package>
|
|
102
|
-
<package name="Components.Dropdown">
|
|
103
|
-
<metrics statements="64" coveredstatements="63" conditionals="61" coveredconditionals="42" methods="14" coveredmethods="14"/>
|
|
104
|
-
<file name="DropDown.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/Dropdown/DropDown.tsx">
|
|
105
|
-
<metrics statements="64" coveredstatements="63" conditionals="61" coveredconditionals="42" methods="14" coveredmethods="14"/>
|
|
106
|
-
<line num="18" count="1" type="stmt"/>
|
|
107
|
-
<line num="20" count="10" type="stmt"/>
|
|
108
|
-
<line num="25" count="1" type="stmt"/>
|
|
109
|
-
<line num="33" count="1" type="stmt"/>
|
|
110
|
-
<line num="56" count="23" type="stmt"/>
|
|
111
|
-
<line num="57" count="23" type="stmt"/>
|
|
112
|
-
<line num="58" count="23" type="stmt"/>
|
|
113
|
-
<line num="59" count="23" type="stmt"/>
|
|
114
|
-
<line num="60" count="23" type="stmt"/>
|
|
115
|
-
<line num="61" count="23" type="cond" truecount="4" falsecount="1"/>
|
|
116
|
-
<line num="63" count="23" type="stmt"/>
|
|
117
|
-
<line num="67" count="2" type="stmt"/>
|
|
118
|
-
<line num="68" count="2" type="stmt"/>
|
|
119
|
-
<line num="74" count="23" type="stmt"/>
|
|
120
|
-
<line num="75" count="10" type="cond" truecount="1" falsecount="1"/>
|
|
121
|
-
<line num="76" count="10" type="stmt"/>
|
|
122
|
-
<line num="77" count="10" type="stmt"/>
|
|
123
|
-
<line num="78" count="10" type="stmt"/>
|
|
124
|
-
<line num="79" count="10" type="stmt"/>
|
|
125
|
-
<line num="82" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
126
|
-
<line num="83" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
127
|
-
<line num="87" count="10" type="stmt"/>
|
|
128
|
-
<line num="88" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
129
|
-
<line num="89" count="10" type="stmt"/>
|
|
130
|
-
<line num="93" count="10" type="stmt"/>
|
|
131
|
-
<line num="94" count="10" type="stmt"/>
|
|
132
|
-
<line num="95" count="10" type="stmt"/>
|
|
133
|
-
<line num="96" count="10" type="cond" truecount="2" falsecount="3"/>
|
|
134
|
-
<line num="97" count="0" type="stmt"/>
|
|
135
|
-
<line num="99" count="10" type="stmt"/>
|
|
136
|
-
<line num="101" count="10" type="stmt"/>
|
|
137
|
-
<line num="104" count="23" type="stmt"/>
|
|
138
|
-
<line num="105" count="13" type="cond" truecount="2" falsecount="0"/>
|
|
139
|
-
<line num="106" count="5" type="stmt"/>
|
|
140
|
-
<line num="107" count="5" type="stmt"/>
|
|
141
|
-
<line num="108" count="5" type="stmt"/>
|
|
142
|
-
<line num="109" count="5" type="stmt"/>
|
|
143
|
-
<line num="110" count="5" type="stmt"/>
|
|
144
|
-
<line num="111" count="5" type="stmt"/>
|
|
145
|
-
<line num="115" count="23" type="stmt"/>
|
|
146
|
-
<line num="116" count="5" type="stmt"/>
|
|
147
|
-
<line num="117" count="1" type="stmt"/>
|
|
148
|
-
<line num="119" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
149
|
-
<line num="120" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
150
|
-
<line num="121" count="1" type="stmt"/>
|
|
151
|
-
<line num="123" count="5" type="stmt"/>
|
|
152
|
-
<line num="124" count="5" type="stmt"/>
|
|
153
|
-
<line num="125" count="5" type="stmt"/>
|
|
154
|
-
<line num="129" count="23" type="stmt"/>
|
|
155
|
-
<line num="130" count="10" type="stmt"/>
|
|
156
|
-
<line num="131" count="10" type="cond" truecount="1" falsecount="1"/>
|
|
157
|
-
<line num="132" count="10" type="cond" truecount="1" falsecount="1"/>
|
|
158
|
-
<line num="134" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
159
|
-
<line num="137" count="23" type="cond" truecount="1" falsecount="1"/>
|
|
160
|
-
<line num="148" count="23" type="stmt"/>
|
|
161
|
-
<line num="150" count="23" type="stmt"/>
|
|
162
|
-
<line num="170" count="23" type="stmt"/>
|
|
163
|
-
<line num="191" count="23" type="cond" truecount="2" falsecount="0"/>
|
|
164
|
-
<line num="194" count="23" type="stmt"/>
|
|
165
|
-
<line num="195" count="15" type="stmt"/>
|
|
166
|
-
<line num="222" count="30" type="stmt"/>
|
|
167
|
-
<line num="224" count="2" type="stmt"/>
|
|
168
|
-
<line num="275" count="23" type="stmt"/>
|
|
169
|
-
<line num="301" count="1" type="stmt"/>
|
|
170
|
-
</file>
|
|
171
|
-
</package>
|
|
172
|
-
<package name="Components.EmptyState">
|
|
173
|
-
<metrics statements="11" coveredstatements="11" conditionals="35" coveredconditionals="26" methods="1" coveredmethods="1"/>
|
|
174
|
-
<file name="EmptyState.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/EmptyState/EmptyState.tsx">
|
|
175
|
-
<metrics statements="11" coveredstatements="11" conditionals="35" coveredconditionals="26" methods="1" coveredmethods="1"/>
|
|
176
|
-
<line num="8" count="6" type="stmt"/>
|
|
177
|
-
<line num="16" count="6" type="stmt"/>
|
|
178
|
-
<line num="22" count="6" type="stmt"/>
|
|
179
|
-
<line num="35" count="12" type="stmt"/>
|
|
180
|
-
<line num="36" count="12" type="stmt"/>
|
|
181
|
-
<line num="39" count="12" type="stmt"/>
|
|
182
|
-
<line num="40" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
183
|
-
<line num="44" count="12" type="cond" truecount="1" falsecount="1"/>
|
|
184
|
-
<line num="45" count="12" type="cond" truecount="1" falsecount="1"/>
|
|
185
|
-
<line num="48" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
186
|
-
<line num="59" count="12" type="stmt"/>
|
|
37
|
+
<metrics statements="3" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
38
|
+
<line num="4" count="1" type="stmt"/>
|
|
39
|
+
<line num="5" count="0" type="stmt"/>
|
|
40
|
+
<line num="6" count="0" type="stmt"/>
|
|
187
41
|
</file>
|
|
188
42
|
</package>
|
|
189
43
|
<package name="Components.Header">
|
|
190
|
-
<metrics statements="14" coveredstatements="
|
|
44
|
+
<metrics statements="14" coveredstatements="11" conditionals="16" coveredconditionals="12" methods="5" coveredmethods="2"/>
|
|
191
45
|
<file name="HeaderActions.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/Header/HeaderActions.tsx">
|
|
192
|
-
<metrics statements="14" coveredstatements="
|
|
193
|
-
<line num="9" count="
|
|
194
|
-
<line num="33" count="
|
|
195
|
-
<line num="35" count="
|
|
196
|
-
<line num="37" count="
|
|
197
|
-
<line num="38" count="
|
|
46
|
+
<metrics statements="14" coveredstatements="11" conditionals="16" coveredconditionals="12" methods="5" coveredmethods="2"/>
|
|
47
|
+
<line num="9" count="1" type="stmt"/>
|
|
48
|
+
<line num="33" count="77" type="stmt"/>
|
|
49
|
+
<line num="35" count="77" type="stmt"/>
|
|
50
|
+
<line num="37" count="77" type="cond" truecount="2" falsecount="0"/>
|
|
51
|
+
<line num="38" count="2" type="stmt"/>
|
|
198
52
|
<line num="44" count="0" type="stmt"/>
|
|
199
|
-
<line num="51" count="
|
|
200
|
-
<line num="52" count="
|
|
201
|
-
<line num="60" count="
|
|
202
|
-
<line num="68" count="
|
|
203
|
-
<line num="69" count="
|
|
204
|
-
<line num="77" count="
|
|
205
|
-
<line num="85" count="
|
|
206
|
-
<line num="88" count="
|
|
53
|
+
<line num="51" count="77" type="cond" truecount="2" falsecount="0"/>
|
|
54
|
+
<line num="52" count="2" type="stmt"/>
|
|
55
|
+
<line num="60" count="0" type="stmt"/>
|
|
56
|
+
<line num="68" count="77" type="cond" truecount="2" falsecount="0"/>
|
|
57
|
+
<line num="69" count="2" type="stmt"/>
|
|
58
|
+
<line num="77" count="0" type="stmt"/>
|
|
59
|
+
<line num="85" count="77" type="stmt"/>
|
|
60
|
+
<line num="88" count="6" type="stmt"/>
|
|
207
61
|
</file>
|
|
208
62
|
</package>
|
|
209
63
|
<package name="Components.Input">
|
|
210
|
-
<metrics statements="
|
|
211
|
-
<file name="TextInput.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/Input/TextInput.tsx">
|
|
212
|
-
<metrics statements="6" coveredstatements="6" conditionals="27" coveredconditionals="23" methods="1" coveredmethods="1"/>
|
|
213
|
-
<line num="17" count="7" type="stmt"/>
|
|
214
|
-
<line num="55" count="134" type="stmt"/>
|
|
215
|
-
<line num="56" count="134" type="cond" truecount="1" falsecount="1"/>
|
|
216
|
-
<line num="57" count="134" type="stmt"/>
|
|
217
|
-
<line num="58" count="134" type="stmt"/>
|
|
218
|
-
<line num="132" count="7" type="stmt"/>
|
|
219
|
-
</file>
|
|
64
|
+
<metrics statements="5" coveredstatements="3" conditionals="4" coveredconditionals="2" methods="2" coveredmethods="1"/>
|
|
220
65
|
<file name="textInputIconSize.ts" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/Input/textInputIconSize.ts">
|
|
221
|
-
<metrics statements="5" coveredstatements="
|
|
222
|
-
<line num="4" count="
|
|
223
|
-
<line num="16" count="
|
|
224
|
-
<line num="17" count="
|
|
225
|
-
<line num="27" count="
|
|
226
|
-
<line num="28" count="
|
|
66
|
+
<metrics statements="5" coveredstatements="3" conditionals="4" coveredconditionals="2" methods="2" coveredmethods="1"/>
|
|
67
|
+
<line num="4" count="1" type="stmt"/>
|
|
68
|
+
<line num="16" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
69
|
+
<line num="17" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
70
|
+
<line num="27" count="0" type="stmt"/>
|
|
71
|
+
<line num="28" count="0" type="stmt"/>
|
|
227
72
|
</file>
|
|
228
73
|
</package>
|
|
229
74
|
<package name="Components.KanbanBoard">
|
|
230
|
-
<metrics statements="
|
|
75
|
+
<metrics statements="256" coveredstatements="213" conditionals="236" coveredconditionals="185" methods="69" coveredmethods="59"/>
|
|
231
76
|
<file name="AccountCard.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/KanbanBoard/AccountCard.tsx">
|
|
232
|
-
<metrics statements="14" coveredstatements="14" conditionals="22" coveredconditionals="
|
|
233
|
-
<line num="17" count="
|
|
234
|
-
<line num="19" count="
|
|
235
|
-
<line num="35" count="
|
|
236
|
-
<line num="37" count="
|
|
77
|
+
<metrics statements="14" coveredstatements="14" conditionals="22" coveredconditionals="21" methods="8" coveredmethods="8"/>
|
|
78
|
+
<line num="17" count="1" type="stmt"/>
|
|
79
|
+
<line num="19" count="1" type="stmt"/>
|
|
80
|
+
<line num="35" count="109" type="stmt"/>
|
|
81
|
+
<line num="37" count="109" type="stmt"/>
|
|
237
82
|
<line num="38" count="54" type="stmt"/>
|
|
238
83
|
<line num="39" count="165" type="cond" truecount="2" falsecount="0"/>
|
|
239
|
-
<line num="43" count="
|
|
240
|
-
<line num="45" count="
|
|
84
|
+
<line num="43" count="109" type="cond" truecount="2" falsecount="0"/>
|
|
85
|
+
<line num="45" count="109" type="stmt"/>
|
|
241
86
|
<line num="46" count="2" type="stmt"/>
|
|
242
|
-
<line num="49" count="
|
|
243
|
-
<line num="74" count="
|
|
244
|
-
<line num="76" count="
|
|
245
|
-
<line num="124" count="
|
|
87
|
+
<line num="49" count="109" type="stmt"/>
|
|
88
|
+
<line num="74" count="225" type="stmt"/>
|
|
89
|
+
<line num="76" count="225" type="stmt"/>
|
|
90
|
+
<line num="124" count="1" type="stmt"/>
|
|
246
91
|
<line num="141" count="1" type="stmt"/>
|
|
247
92
|
</file>
|
|
248
93
|
<file name="AccountRow.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/KanbanBoard/AccountRow.tsx">
|
|
249
94
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
250
|
-
<line num="9" count="
|
|
251
|
-
<line num="10" count="
|
|
252
|
-
<line num="11" count="
|
|
95
|
+
<line num="9" count="1" type="stmt"/>
|
|
96
|
+
<line num="10" count="225" type="stmt"/>
|
|
97
|
+
<line num="11" count="225" type="stmt"/>
|
|
253
98
|
</file>
|
|
254
99
|
<file name="KanbanBoard.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/KanbanBoard/KanbanBoard.tsx">
|
|
255
|
-
<metrics statements="
|
|
100
|
+
<metrics statements="209" coveredstatements="171" conditionals="196" coveredconditionals="153" methods="54" coveredmethods="45"/>
|
|
256
101
|
<line num="52" count="1" type="stmt"/>
|
|
257
102
|
<line num="66" count="1" type="stmt"/>
|
|
258
103
|
<line num="69" count="1" type="stmt"/>
|
|
@@ -273,1340 +118,287 @@
|
|
|
273
118
|
<line num="155" count="1" type="stmt"/>
|
|
274
119
|
<line num="156" count="1" type="stmt"/>
|
|
275
120
|
<line num="159" count="1" type="stmt"/>
|
|
276
|
-
<line num="188" count="
|
|
277
|
-
<line num="190" count="
|
|
278
|
-
<line num="191" count="
|
|
279
|
-
<line num="192" count="
|
|
280
|
-
<line num="193" count="
|
|
281
|
-
<line num="195" count="
|
|
282
|
-
<line num="196" count="
|
|
283
|
-
<line num="201" count="
|
|
284
|
-
<line num="210" count="
|
|
285
|
-
<line num="219" count="
|
|
286
|
-
<line num="220" count="
|
|
287
|
-
<line num="221" count="
|
|
121
|
+
<line num="188" count="81" type="stmt"/>
|
|
122
|
+
<line num="190" count="81" type="stmt"/>
|
|
123
|
+
<line num="191" count="81" type="stmt"/>
|
|
124
|
+
<line num="192" count="81" type="stmt"/>
|
|
125
|
+
<line num="193" count="81" type="stmt"/>
|
|
126
|
+
<line num="195" count="81" type="stmt"/>
|
|
127
|
+
<line num="196" count="35" type="cond" truecount="2" falsecount="0"/>
|
|
128
|
+
<line num="201" count="81" type="stmt"/>
|
|
129
|
+
<line num="210" count="81" type="stmt"/>
|
|
130
|
+
<line num="219" count="81" type="stmt"/>
|
|
131
|
+
<line num="220" count="51" type="cond" truecount="2" falsecount="0"/>
|
|
132
|
+
<line num="221" count="3" type="stmt"/>
|
|
288
133
|
<line num="223" count="48" type="stmt"/>
|
|
289
|
-
<line num="226" count="
|
|
290
|
-
<line num="227" count="
|
|
291
|
-
<line num="230" count="
|
|
292
|
-
<line num="233" count="
|
|
293
|
-
<line num="234" count="
|
|
294
|
-
<line num="235" count="
|
|
295
|
-
<line num="237" count="
|
|
296
|
-
<line num="238" count="
|
|
297
|
-
<line num="242" count="
|
|
298
|
-
<line num="249" count="
|
|
299
|
-
<line num="251" count="
|
|
300
|
-
<line num="253" count="
|
|
301
|
-
<line num="
|
|
302
|
-
<line num="256" count="
|
|
303
|
-
<line num="257" count="
|
|
304
|
-
<line num="
|
|
305
|
-
<line num="
|
|
306
|
-
<line num="
|
|
307
|
-
<line num="
|
|
308
|
-
<line num="
|
|
309
|
-
<line num="
|
|
310
|
-
<line num="
|
|
311
|
-
<line num="
|
|
312
|
-
<line num="
|
|
313
|
-
<line num="
|
|
314
|
-
<line num="
|
|
315
|
-
<line num="
|
|
316
|
-
<line num="
|
|
317
|
-
<line num="
|
|
318
|
-
<line num="
|
|
319
|
-
<line num="
|
|
320
|
-
<line num="
|
|
321
|
-
<line num="
|
|
322
|
-
<line num="
|
|
323
|
-
<line num="
|
|
324
|
-
<line num="
|
|
325
|
-
<line num="
|
|
326
|
-
<line num="
|
|
327
|
-
<line num="
|
|
328
|
-
<line num="
|
|
329
|
-
<line num="
|
|
330
|
-
<line num="
|
|
331
|
-
<line num="
|
|
332
|
-
<line num="
|
|
333
|
-
<line num="
|
|
334
|
-
<line num="
|
|
335
|
-
<line num="
|
|
336
|
-
<line num="
|
|
337
|
-
<line num="
|
|
338
|
-
<line num="
|
|
339
|
-
<line num="
|
|
340
|
-
<line num="
|
|
341
|
-
<line num="
|
|
342
|
-
<line num="
|
|
343
|
-
<line num="
|
|
344
|
-
<line num="
|
|
345
|
-
<line num="
|
|
346
|
-
<line num="
|
|
347
|
-
<line num="360" count="
|
|
348
|
-
<line num="361" count="
|
|
349
|
-
<line num="
|
|
350
|
-
<line num="
|
|
351
|
-
<line num="
|
|
352
|
-
<line num="
|
|
353
|
-
<line num="
|
|
354
|
-
<line num="
|
|
355
|
-
<line num="373" count="
|
|
356
|
-
<line num="
|
|
357
|
-
<line num="
|
|
358
|
-
<line num="
|
|
359
|
-
<line num="
|
|
360
|
-
<line num="
|
|
361
|
-
<line num="
|
|
362
|
-
<line num="
|
|
363
|
-
<line num="
|
|
364
|
-
<line num="
|
|
365
|
-
<line num="
|
|
366
|
-
<line num="
|
|
367
|
-
<line num="
|
|
368
|
-
<line num="
|
|
134
|
+
<line num="226" count="81" type="stmt"/>
|
|
135
|
+
<line num="227" count="81" type="stmt"/>
|
|
136
|
+
<line num="230" count="81" type="cond" truecount="3" falsecount="0"/>
|
|
137
|
+
<line num="233" count="81" type="stmt"/>
|
|
138
|
+
<line num="234" count="81" type="stmt"/>
|
|
139
|
+
<line num="235" count="81" type="stmt"/>
|
|
140
|
+
<line num="237" count="81" type="stmt"/>
|
|
141
|
+
<line num="238" count="35" type="stmt"/>
|
|
142
|
+
<line num="242" count="81" type="stmt"/>
|
|
143
|
+
<line num="249" count="81" type="stmt"/>
|
|
144
|
+
<line num="251" count="81" type="stmt"/>
|
|
145
|
+
<line num="253" count="34" type="stmt"/>
|
|
146
|
+
<line num="254" count="81" type="stmt"/>
|
|
147
|
+
<line num="256" count="81" type="stmt"/>
|
|
148
|
+
<line num="257" count="34" type="stmt"/>
|
|
149
|
+
<line num="265" count="81" type="stmt"/>
|
|
150
|
+
<line num="266" count="52" type="cond" truecount="5" falsecount="0"/>
|
|
151
|
+
<line num="267" count="48" type="stmt"/>
|
|
152
|
+
<line num="269" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
153
|
+
<line num="270" count="1" type="stmt"/>
|
|
154
|
+
<line num="272" count="3" type="stmt"/>
|
|
155
|
+
<line num="273" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
156
|
+
<line num="274" count="0" type="stmt"/>
|
|
157
|
+
<line num="276" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
158
|
+
<line num="277" count="0" type="stmt"/>
|
|
159
|
+
<line num="278" count="0" type="stmt"/>
|
|
160
|
+
<line num="280" count="3" type="stmt"/>
|
|
161
|
+
<line num="281" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
162
|
+
<line num="286" count="0" type="stmt"/>
|
|
163
|
+
<line num="287" count="0" type="stmt"/>
|
|
164
|
+
<line num="289" count="3" type="stmt"/>
|
|
165
|
+
<line num="290" count="3" type="stmt"/>
|
|
166
|
+
<line num="291" count="2" type="cond" truecount="3" falsecount="1"/>
|
|
167
|
+
<line num="292" count="2" type="stmt"/>
|
|
168
|
+
<line num="295" count="3" type="stmt"/>
|
|
169
|
+
<line num="299" count="3" type="stmt"/>
|
|
170
|
+
<line num="309" count="81" type="stmt"/>
|
|
171
|
+
<line num="310" count="35" type="cond" truecount="2" falsecount="0"/>
|
|
172
|
+
<line num="311" count="26" type="stmt"/>
|
|
173
|
+
<line num="313" count="9" type="stmt"/>
|
|
174
|
+
<line num="314" count="9" type="stmt"/>
|
|
175
|
+
<line num="315" count="9" type="stmt"/>
|
|
176
|
+
<line num="316" count="9" type="cond" truecount="1" falsecount="1"/>
|
|
177
|
+
<line num="317" count="9" type="stmt"/>
|
|
178
|
+
<line num="319" count="0" type="stmt"/>
|
|
179
|
+
<line num="320" count="0" type="stmt"/>
|
|
180
|
+
<line num="321" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
181
|
+
<line num="322" count="0" type="stmt"/>
|
|
182
|
+
<line num="325" count="0" type="stmt"/>
|
|
183
|
+
<line num="329" count="81" type="stmt"/>
|
|
184
|
+
<line num="331" count="6" type="stmt"/>
|
|
185
|
+
<line num="332" count="6" type="stmt"/>
|
|
186
|
+
<line num="333" count="6" type="stmt"/>
|
|
187
|
+
<line num="334" count="6" type="stmt"/>
|
|
188
|
+
<line num="339" count="6" type="cond" truecount="4" falsecount="0"/>
|
|
189
|
+
<line num="340" count="2" type="stmt"/>
|
|
190
|
+
<line num="345" count="6" type="stmt"/>
|
|
191
|
+
<line num="357" count="81" type="stmt"/>
|
|
192
|
+
<line num="360" count="81" type="stmt"/>
|
|
193
|
+
<line num="361" count="81" type="stmt"/>
|
|
194
|
+
<line num="364" count="81" type="stmt"/>
|
|
195
|
+
<line num="365" count="81" type="stmt"/>
|
|
196
|
+
<line num="368" count="81" type="stmt"/>
|
|
197
|
+
<line num="369" count="35" type="cond" truecount="2" falsecount="0"/>
|
|
198
|
+
<line num="370" count="34" type="stmt"/>
|
|
199
|
+
<line num="371" count="34" type="stmt"/>
|
|
200
|
+
<line num="373" count="1" type="stmt"/>
|
|
201
|
+
<line num="374" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
202
|
+
<line num="375" count="0" type="stmt"/>
|
|
203
|
+
<line num="376" count="0" type="stmt"/>
|
|
204
|
+
<line num="377" count="0" type="stmt"/>
|
|
205
|
+
<line num="378" count="0" type="stmt"/>
|
|
206
|
+
<line num="381" count="0" type="stmt"/>
|
|
207
|
+
<line num="382" count="0" type="stmt"/>
|
|
208
|
+
<line num="383" count="0" type="stmt"/>
|
|
209
|
+
<line num="384" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
210
|
+
<line num="385" count="0" type="stmt"/>
|
|
211
|
+
<line num="387" count="0" type="stmt"/>
|
|
212
|
+
<line num="390" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
213
|
+
<line num="395" count="81" type="stmt"/>
|
|
214
|
+
<line num="398" count="81" type="stmt"/>
|
|
369
215
|
<line num="399" count="0" type="stmt"/>
|
|
370
|
-
<line num="
|
|
371
|
-
<line num="
|
|
372
|
-
<line num="
|
|
373
|
-
<line num="
|
|
374
|
-
<line num="
|
|
375
|
-
<line num="
|
|
376
|
-
<line num="
|
|
377
|
-
<line num="
|
|
378
|
-
<line num="
|
|
379
|
-
<line num="
|
|
380
|
-
<line num="
|
|
381
|
-
<line num="
|
|
382
|
-
<line num="
|
|
383
|
-
<line num="
|
|
384
|
-
<line num="
|
|
385
|
-
<line num="
|
|
386
|
-
<line num="
|
|
387
|
-
<line num="
|
|
388
|
-
<line num="
|
|
389
|
-
<line num="
|
|
390
|
-
<line num="437" count="
|
|
391
|
-
<line num="
|
|
392
|
-
<line num="
|
|
216
|
+
<line num="400" count="0" type="stmt"/>
|
|
217
|
+
<line num="401" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
218
|
+
<line num="402" count="0" type="stmt"/>
|
|
219
|
+
<line num="405" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
220
|
+
<line num="406" count="0" type="stmt"/>
|
|
221
|
+
<line num="410" count="81" type="stmt"/>
|
|
222
|
+
<line num="411" count="0" type="stmt"/>
|
|
223
|
+
<line num="412" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
224
|
+
<line num="416" count="81" type="stmt"/>
|
|
225
|
+
<line num="417" count="34" type="stmt"/>
|
|
226
|
+
<line num="418" count="34" type="cond" truecount="2" falsecount="0"/>
|
|
227
|
+
<line num="419" count="33" type="stmt"/>
|
|
228
|
+
<line num="420" count="33" type="stmt"/>
|
|
229
|
+
<line num="424" count="34" type="stmt"/>
|
|
230
|
+
<line num="425" count="34" type="stmt"/>
|
|
231
|
+
<line num="427" count="34" type="stmt"/>
|
|
232
|
+
<line num="428" count="34" type="stmt"/>
|
|
233
|
+
<line num="434" count="81" type="stmt"/>
|
|
234
|
+
<line num="435" count="2" type="stmt"/>
|
|
235
|
+
<line num="436" count="2" type="stmt"/>
|
|
236
|
+
<line num="437" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
237
|
+
<line num="438" count="0" type="stmt"/>
|
|
238
|
+
<line num="440" count="2" type="stmt"/>
|
|
239
|
+
<line num="445" count="81" type="stmt"/>
|
|
240
|
+
<line num="446" count="4" type="stmt"/>
|
|
241
|
+
<line num="447" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
242
|
+
<line num="449" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
243
|
+
<line num="450" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
244
|
+
<line num="451" count="1" type="stmt"/>
|
|
393
245
|
<line num="452" count="1" type="stmt"/>
|
|
394
|
-
<line num="453" count="1" type="stmt"/>
|
|
395
|
-
<line num="454" count="1" type="stmt"/>
|
|
396
|
-
<line num="455" count="1" type="stmt"/>
|
|
397
246
|
<line num="457" count="1" type="stmt"/>
|
|
247
|
+
<line num="461" count="1" type="stmt"/>
|
|
248
|
+
<line num="462" count="1" type="stmt"/>
|
|
398
249
|
<line num="463" count="1" type="stmt"/>
|
|
399
|
-
<line num="
|
|
400
|
-
<line num="
|
|
401
|
-
<line num="
|
|
402
|
-
<line num="
|
|
403
|
-
<line num="
|
|
404
|
-
<line num="
|
|
405
|
-
<line num="
|
|
406
|
-
<line num="
|
|
407
|
-
<line num="
|
|
408
|
-
<line num="
|
|
409
|
-
<line num="
|
|
410
|
-
<line num="
|
|
411
|
-
<line num="
|
|
412
|
-
<line num="
|
|
413
|
-
<line num="
|
|
414
|
-
<line num="
|
|
415
|
-
<line num="
|
|
416
|
-
<line num="
|
|
417
|
-
<line num="
|
|
418
|
-
<line num="
|
|
419
|
-
<line num="
|
|
420
|
-
<line num="
|
|
421
|
-
<line num="
|
|
422
|
-
<line num="
|
|
423
|
-
<line num="
|
|
424
|
-
<line num="
|
|
425
|
-
<line num="
|
|
426
|
-
<line num="
|
|
427
|
-
<line num="
|
|
428
|
-
<line num="
|
|
429
|
-
<line num="
|
|
430
|
-
<line num="
|
|
431
|
-
<line num="
|
|
432
|
-
<line num="
|
|
433
|
-
<line num="
|
|
434
|
-
<line num="
|
|
435
|
-
<line num="
|
|
436
|
-
<line num="
|
|
437
|
-
<line num="
|
|
438
|
-
<line num="
|
|
439
|
-
<line num="
|
|
440
|
-
<line num="
|
|
441
|
-
<line num="
|
|
250
|
+
<line num="466" count="2" type="stmt"/>
|
|
251
|
+
<line num="467" count="2" type="stmt"/>
|
|
252
|
+
<line num="468" count="2" type="stmt"/>
|
|
253
|
+
<line num="469" count="2" type="cond" truecount="4" falsecount="1"/>
|
|
254
|
+
<line num="471" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
255
|
+
<line num="472" count="1" type="stmt"/>
|
|
256
|
+
<line num="473" count="1" type="stmt"/>
|
|
257
|
+
<line num="474" count="1" type="stmt"/>
|
|
258
|
+
<line num="476" count="1" type="stmt"/>
|
|
259
|
+
<line num="481" count="1" type="stmt"/>
|
|
260
|
+
<line num="482" count="1" type="stmt"/>
|
|
261
|
+
<line num="491" count="1" type="stmt"/>
|
|
262
|
+
<line num="492" count="1" type="stmt"/>
|
|
263
|
+
<line num="493" count="1" type="stmt"/>
|
|
264
|
+
<line num="494" count="1" type="stmt"/>
|
|
265
|
+
<line num="496" count="1" type="stmt"/>
|
|
266
|
+
<line num="502" count="1" type="stmt"/>
|
|
267
|
+
<line num="503" count="1" type="stmt"/>
|
|
268
|
+
<line num="514" count="81" type="stmt"/>
|
|
269
|
+
<line num="515" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
270
|
+
<line num="516" count="1" type="stmt"/>
|
|
271
|
+
<line num="519" count="81" type="stmt"/>
|
|
272
|
+
<line num="531" count="81" type="stmt"/>
|
|
273
|
+
<line num="532" count="37" type="stmt"/>
|
|
274
|
+
<line num="533" count="37" type="stmt"/>
|
|
275
|
+
<line num="534" count="40" type="stmt"/>
|
|
276
|
+
<line num="536" count="37" type="stmt"/>
|
|
277
|
+
<line num="539" count="81" type="stmt"/>
|
|
278
|
+
<line num="545" count="87" type="stmt"/>
|
|
279
|
+
<line num="550" count="0" type="stmt"/>
|
|
280
|
+
<line num="551" count="0" type="stmt"/>
|
|
281
|
+
<line num="571" count="0" type="stmt"/>
|
|
282
|
+
<line num="581" count="80" type="stmt"/>
|
|
283
|
+
<line num="602" count="6" type="stmt"/>
|
|
284
|
+
<line num="603" count="0" type="stmt"/>
|
|
285
|
+
<line num="664" count="2" type="stmt"/>
|
|
286
|
+
<line num="839" count="4" type="stmt"/>
|
|
287
|
+
<line num="851" count="1" type="stmt"/>
|
|
288
|
+
<line num="908" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
289
|
+
<line num="916" count="0" type="stmt"/>
|
|
290
|
+
<line num="926" count="107" type="cond" truecount="2" falsecount="0"/>
|
|
291
|
+
<line num="934" count="107" type="stmt"/>
|
|
292
|
+
<line num="948" count="2" type="stmt"/>
|
|
293
|
+
<line num="969" count="81" type="cond" truecount="2" falsecount="0"/>
|
|
294
|
+
<line num="971" count="79" type="stmt"/>
|
|
295
|
+
<line num="972" count="79" type="stmt"/>
|
|
296
|
+
<line num="974" count="79" type="stmt"/>
|
|
297
|
+
<line num="995" count="79" type="cond" truecount="4" falsecount="0"/>
|
|
298
|
+
<line num="1008" count="1" type="stmt"/>
|
|
299
|
+
<line num="1019" count="79" type="stmt"/>
|
|
300
|
+
<line num="1022" count="87" type="cond" truecount="2" falsecount="0"/>
|
|
301
|
+
<line num="1023" count="87" type="cond" truecount="2" falsecount="0"/>
|
|
302
|
+
<line num="1024" count="4" type="stmt"/>
|
|
303
|
+
<line num="1027" count="4" type="stmt"/>
|
|
304
|
+
<line num="1049" count="83" type="stmt"/>
|
|
305
|
+
<line num="1053" count="79" type="stmt"/>
|
|
306
|
+
<line num="1054" count="395" type="stmt"/>
|
|
307
|
+
<line num="1068" count="79" type="stmt"/>
|
|
308
|
+
<line num="1106" count="1" type="stmt"/>
|
|
309
|
+
<line num="1134" count="2" type="stmt"/>
|
|
442
310
|
</file>
|
|
443
311
|
<file name="MeasuredItem.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/KanbanBoard/MeasuredItem.tsx">
|
|
444
|
-
<metrics statements="30" coveredstatements="
|
|
445
|
-
<line num="9" count="2" type="stmt"/>
|
|
446
|
-
<line num="14" count="8" type="stmt"/>
|
|
447
|
-
<line num="15" count="8" type="stmt"/>
|
|
448
|
-
<line num="17" count="8" type="stmt"/>
|
|
449
|
-
<line num="18" count="8" type="stmt"/>
|
|
450
|
-
<line num="19" count="8" type="stmt"/>
|
|
451
|
-
<line num="20" count="8" type="stmt"/>
|
|
452
|
-
<line num="22" count="8" type="stmt"/>
|
|
453
|
-
<line num="23" count="8" type="cond" truecount="1" falsecount="1"/>
|
|
454
|
-
<line num="25" count="8" type="stmt"/>
|
|
455
|
-
<line num="26" count="8" type="cond" truecount="4" falsecount="0"/>
|
|
456
|
-
<line num="27" count="3" type="stmt"/>
|
|
457
|
-
<line num="28" count="3" type="stmt"/>
|
|
458
|
-
<line num="33" count="8" type="stmt"/>
|
|
459
|
-
<line num="34" count="5" type="stmt"/>
|
|
460
|
-
<line num="35" count="5" type="stmt"/>
|
|
461
|
-
<line num="37" count="5" type="stmt"/>
|
|
462
|
-
<line num="40" count="5" type="cond" truecount="4" falsecount="0"/>
|
|
463
|
-
<line num="41" count="4" type="stmt"/>
|
|
464
|
-
<line num="42" count="2" type="stmt"/>
|
|
465
|
-
<line num="44" count="4" type="stmt"/>
|
|
466
|
-
<line num="46" count="1" type="stmt"/>
|
|
467
|
-
<line num="49" count="5" type="stmt"/>
|
|
468
|
-
<line num="50" count="5" type="stmt"/>
|
|
469
|
-
<line num="51" count="5" type="cond" truecount="4" falsecount="0"/>
|
|
470
|
-
<line num="52" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
471
|
-
<line num="57" count="8" type="stmt"/>
|
|
472
|
-
<line num="58" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
473
|
-
<line num="59" count="4" type="stmt"/>
|
|
474
|
-
<line num="63" count="8" type="stmt"/>
|
|
475
|
-
</file>
|
|
476
|
-
</package>
|
|
477
|
-
<package name="Components.KanbanBoard.KanbanActions">
|
|
478
|
-
<metrics statements="6" coveredstatements="6" conditionals="2" coveredconditionals="2" methods="4" coveredmethods="4"/>
|
|
479
|
-
<file name="KanbanActions.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/KanbanBoard/KanbanActions/KanbanActions.tsx">
|
|
480
|
-
<metrics statements="6" coveredstatements="6" conditionals="2" coveredconditionals="2" methods="4" coveredmethods="4"/>
|
|
312
|
+
<metrics statements="30" coveredstatements="25" conditionals="18" coveredconditionals="11" methods="6" coveredmethods="5"/>
|
|
481
313
|
<line num="9" count="1" type="stmt"/>
|
|
482
|
-
<line num="
|
|
483
|
-
<line num="
|
|
484
|
-
<line num="
|
|
485
|
-
<line num="
|
|
486
|
-
<line num="
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
<
|
|
493
|
-
<line num="
|
|
494
|
-
<line num="
|
|
495
|
-
<line num="
|
|
496
|
-
<line num="
|
|
497
|
-
<line num="
|
|
498
|
-
<line num="
|
|
499
|
-
<line num="
|
|
500
|
-
<line num="
|
|
501
|
-
<line num="
|
|
502
|
-
<line num="
|
|
503
|
-
<line num="
|
|
504
|
-
<line num="
|
|
505
|
-
<line num="
|
|
506
|
-
<line num="
|
|
507
|
-
<line num="
|
|
508
|
-
<line num="
|
|
509
|
-
<line num="
|
|
510
|
-
<line num="
|
|
511
|
-
<line num="55" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
512
|
-
<line num="56" count="1" type="stmt"/>
|
|
513
|
-
<line num="57" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
514
|
-
<line num="58" count="1" type="stmt"/>
|
|
515
|
-
<line num="60" count="4" type="stmt"/>
|
|
516
|
-
<line num="61" count="4" type="stmt"/>
|
|
517
|
-
<line num="64" count="32" type="stmt"/>
|
|
518
|
-
<line num="65" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
519
|
-
<line num="66" count="2" type="stmt"/>
|
|
520
|
-
<line num="73" count="32" type="stmt"/>
|
|
521
|
-
<line num="91" count="3" type="stmt"/>
|
|
522
|
-
<line num="101" count="3" type="stmt"/>
|
|
523
|
-
<line num="111" count="3" type="stmt"/>
|
|
524
|
-
</file>
|
|
525
|
-
<file name="DeleteOrgModal.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/OrganizationDetails/DeleteOrgModal.tsx">
|
|
526
|
-
<metrics statements="3" coveredstatements="3" conditionals="8" coveredconditionals="3" methods="1" coveredmethods="1"/>
|
|
527
|
-
<line num="19" count="2" type="stmt"/>
|
|
528
|
-
<line num="26" count="12" type="stmt"/>
|
|
529
|
-
<line num="28" count="12" type="stmt"/>
|
|
530
|
-
</file>
|
|
531
|
-
<file name="OrganizationDetails.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/OrganizationDetails/OrganizationDetails.tsx">
|
|
532
|
-
<metrics statements="44" coveredstatements="38" conditionals="61" coveredconditionals="39" methods="16" coveredmethods="10"/>
|
|
533
|
-
<line num="39" count="1" type="stmt"/>
|
|
534
|
-
<line num="73" count="1" type="stmt"/>
|
|
535
|
-
<line num="91" count="11" type="stmt"/>
|
|
536
|
-
<line num="92" count="11" type="stmt"/>
|
|
537
|
-
<line num="93" count="7" type="stmt"/>
|
|
538
|
-
<line num="97" count="11" type="stmt"/>
|
|
539
|
-
<line num="98" count="11" type="stmt"/>
|
|
540
|
-
<line num="100" count="11" type="cond" truecount="1" falsecount="2"/>
|
|
541
|
-
<line num="101" count="11" type="cond" truecount="1" falsecount="1"/>
|
|
542
|
-
<line num="102" count="11" type="cond" truecount="1" falsecount="1"/>
|
|
543
|
-
<line num="103" count="11" type="cond" truecount="1" falsecount="1"/>
|
|
544
|
-
<line num="104" count="11" type="cond" truecount="1" falsecount="1"/>
|
|
545
|
-
<line num="105" count="11" type="cond" truecount="1" falsecount="1"/>
|
|
546
|
-
<line num="106" count="11" type="cond" truecount="1" falsecount="1"/>
|
|
547
|
-
<line num="107" count="11" type="cond" truecount="1" falsecount="1"/>
|
|
548
|
-
<line num="108" count="11" type="cond" truecount="1" falsecount="1"/>
|
|
549
|
-
<line num="109" count="11" type="cond" truecount="1" falsecount="1"/>
|
|
550
|
-
<line num="111" count="11" type="stmt"/>
|
|
551
|
-
<line num="119" count="11" type="stmt"/>
|
|
552
|
-
<line num="120" count="11" type="stmt"/>
|
|
553
|
-
<line num="132" count="11" type="stmt"/>
|
|
554
|
-
<line num="133" count="18" type="stmt"/>
|
|
555
|
-
<line num="134" count="18" type="stmt"/>
|
|
556
|
-
<line num="135" count="18" type="stmt"/>
|
|
557
|
-
<line num="190" count="0" type="stmt"/>
|
|
558
|
-
<line num="229" count="2" type="stmt"/>
|
|
559
|
-
<line num="236" count="11" type="stmt"/>
|
|
560
|
-
<line num="237" count="2" type="stmt"/>
|
|
561
|
-
<line num="238" count="2" type="stmt"/>
|
|
562
|
-
<line num="305" count="1" type="stmt"/>
|
|
563
|
-
<line num="314" count="0" type="stmt"/>
|
|
564
|
-
<line num="322" count="11" type="stmt"/>
|
|
565
|
-
<line num="334" count="11" type="cond" truecount="2" falsecount="0"/>
|
|
566
|
-
<line num="336" count="11" type="stmt"/>
|
|
567
|
-
<line num="385" count="2" type="stmt"/>
|
|
568
|
-
<line num="396" count="0" type="stmt"/>
|
|
569
|
-
<line num="411" count="0" type="stmt"/>
|
|
570
|
-
<line num="454" count="0" type="stmt"/>
|
|
571
|
-
<line num="457" count="1" type="stmt"/>
|
|
572
|
-
<line num="458" count="1" type="stmt"/>
|
|
573
|
-
<line num="465" count="0" type="stmt"/>
|
|
574
|
-
<line num="467" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
575
|
-
<line num="468" count="1" type="stmt"/>
|
|
576
|
-
<line num="470" count="1" type="stmt"/>
|
|
577
|
-
</file>
|
|
578
|
-
</package>
|
|
579
|
-
<package name="Components.RolesPermission">
|
|
580
|
-
<metrics statements="45" coveredstatements="38" conditionals="76" coveredconditionals="42" methods="21" coveredmethods="15"/>
|
|
581
|
-
<file name="DeleteRoleModal.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/RolesPermission/DeleteRoleModal.tsx">
|
|
582
|
-
<metrics statements="3" coveredstatements="3" conditionals="8" coveredconditionals="3" methods="1" coveredmethods="1"/>
|
|
583
|
-
<line num="19" count="2" type="stmt"/>
|
|
584
|
-
<line num="26" count="12" type="stmt"/>
|
|
585
|
-
<line num="28" count="12" type="stmt"/>
|
|
586
|
-
</file>
|
|
587
|
-
<file name="RolesPermission.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/RolesPermission/RolesPermission.tsx">
|
|
588
|
-
<metrics statements="42" coveredstatements="35" conditionals="68" coveredconditionals="39" methods="20" coveredmethods="14"/>
|
|
589
|
-
<line num="43" count="1" type="stmt"/>
|
|
590
|
-
<line num="79" count="1" type="stmt"/>
|
|
591
|
-
<line num="88" count="1" type="stmt"/>
|
|
592
|
-
<line num="119" count="11" type="stmt"/>
|
|
593
|
-
<line num="120" count="11" type="stmt"/>
|
|
594
|
-
<line num="121" count="10" type="stmt"/>
|
|
595
|
-
<line num="125" count="11" type="stmt"/>
|
|
596
|
-
<line num="127" count="11" type="cond" truecount="1" falsecount="2"/>
|
|
597
|
-
<line num="128" count="11" type="cond" truecount="1" falsecount="1"/>
|
|
598
|
-
<line num="129" count="11" type="cond" truecount="1" falsecount="1"/>
|
|
599
|
-
<line num="130" count="11" type="cond" truecount="1" falsecount="1"/>
|
|
600
|
-
<line num="131" count="11" type="cond" truecount="1" falsecount="1"/>
|
|
601
|
-
<line num="132" count="11" type="stmt"/>
|
|
602
|
-
<line num="134" count="11" type="stmt"/>
|
|
603
|
-
<line num="144" count="11" type="stmt"/>
|
|
604
|
-
<line num="153" count="11" type="stmt"/>
|
|
605
|
-
<line num="160" count="11" type="stmt"/>
|
|
606
|
-
<line num="169" count="11" type="stmt"/>
|
|
607
|
-
<line num="170" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
608
|
-
<line num="176" count="11" type="stmt"/>
|
|
609
|
-
<line num="177" count="7" type="stmt"/>
|
|
610
|
-
<line num="226" count="0" type="stmt"/>
|
|
611
|
-
<line num="253" count="12" type="stmt"/>
|
|
612
|
-
<line num="288" count="1" type="stmt"/>
|
|
613
|
-
<line num="298" count="1" type="stmt"/>
|
|
614
|
-
<line num="309" count="1" type="stmt"/>
|
|
615
|
-
<line num="326" count="11" type="stmt"/>
|
|
616
|
-
<line num="327" count="4" type="stmt"/>
|
|
617
|
-
<line num="356" count="0" type="stmt"/>
|
|
618
|
-
<line num="370" count="1" type="stmt"/>
|
|
619
|
-
<line num="380" count="1" type="stmt"/>
|
|
620
|
-
<line num="390" count="0" type="stmt"/>
|
|
621
|
-
<line num="414" count="24" type="stmt"/>
|
|
622
|
-
<line num="436" count="8" type="stmt"/>
|
|
623
|
-
<line num="437" count="8" type="stmt"/>
|
|
624
|
-
<line num="456" count="48" type="stmt"/>
|
|
625
|
-
<line num="457" count="48" type="stmt"/>
|
|
626
|
-
<line num="482" count="1" type="stmt"/>
|
|
627
|
-
<line num="528" count="11" type="stmt"/>
|
|
628
|
-
<line num="538" count="0" type="stmt"/>
|
|
629
|
-
<line num="540" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
630
|
-
<line num="541" count="0" type="stmt"/>
|
|
631
|
-
</file>
|
|
632
|
-
</package>
|
|
633
|
-
<package name="Components.SearchSelect">
|
|
634
|
-
<metrics statements="203" coveredstatements="203" conditionals="255" coveredconditionals="222" methods="64" coveredmethods="63"/>
|
|
635
|
-
<file name="SearchSelect.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/SearchSelect/SearchSelect.tsx">
|
|
636
|
-
<metrics statements="192" coveredstatements="192" conditionals="247" coveredconditionals="215" methods="61" coveredmethods="60"/>
|
|
637
|
-
<line num="24" count="4" type="stmt"/>
|
|
638
|
-
<line num="25" count="33" type="cond" truecount="6" falsecount="0"/>
|
|
639
|
-
<line num="26" count="5" type="stmt"/>
|
|
640
|
-
<line num="28" count="28" type="stmt"/>
|
|
641
|
-
<line num="31" count="4" type="stmt"/>
|
|
642
|
-
<line num="32" count="21" type="cond" truecount="2" falsecount="0"/>
|
|
643
|
-
<line num="33" count="14" type="stmt"/>
|
|
644
|
-
<line num="34" count="18" type="cond" truecount="4" falsecount="0"/>
|
|
645
|
-
<line num="37" count="7" type="stmt"/>
|
|
646
|
-
<line num="40" count="4" type="stmt"/>
|
|
647
|
-
<line num="71" count="174" type="cond" truecount="1" falsecount="1"/>
|
|
648
|
-
<line num="72" count="174" type="cond" truecount="2" falsecount="0"/>
|
|
649
|
-
<line num="74" count="174" type="stmt"/>
|
|
650
|
-
<line num="75" count="174" type="stmt"/>
|
|
651
|
-
<line num="76" count="174" type="stmt"/>
|
|
652
|
-
<line num="77" count="174" type="stmt"/>
|
|
653
|
-
<line num="78" count="174" type="stmt"/>
|
|
654
|
-
<line num="79" count="174" type="stmt"/>
|
|
655
|
-
<line num="80" count="174" type="stmt"/>
|
|
656
|
-
<line num="81" count="174" type="stmt"/>
|
|
657
|
-
<line num="82" count="174" type="stmt"/>
|
|
658
|
-
<line num="83" count="174" type="stmt"/>
|
|
659
|
-
<line num="84" count="174" type="stmt"/>
|
|
660
|
-
<line num="85" count="174" type="stmt"/>
|
|
661
|
-
<line num="86" count="174" type="stmt"/>
|
|
662
|
-
<line num="87" count="174" type="stmt"/>
|
|
663
|
-
<line num="92" count="174" type="stmt"/>
|
|
664
|
-
<line num="94" count="174" type="stmt"/>
|
|
665
|
-
<line num="99" count="1" type="stmt"/>
|
|
666
|
-
<line num="100" count="1" type="cond" truecount="3" falsecount="1"/>
|
|
667
|
-
<line num="101" count="1" type="stmt"/>
|
|
668
|
-
<line num="105" count="174" type="cond" truecount="2" falsecount="0"/>
|
|
669
|
-
<line num="111" count="174" type="stmt"/>
|
|
670
|
-
<line num="112" count="52" type="stmt"/>
|
|
671
|
-
<line num="113" count="142" type="stmt"/>
|
|
672
|
-
<line num="118" count="174" type="stmt"/>
|
|
673
|
-
<line num="119" count="174" type="stmt"/>
|
|
674
|
-
<line num="121" count="174" type="stmt"/>
|
|
675
|
-
<line num="122" count="51" type="stmt"/>
|
|
676
|
-
<line num="123" count="1" type="stmt"/>
|
|
677
|
-
<line num="125" count="51" type="stmt"/>
|
|
678
|
-
<line num="128" count="174" type="stmt"/>
|
|
679
|
-
<line num="129" count="48" type="cond" truecount="2" falsecount="0"/>
|
|
680
|
-
<line num="130" count="3" type="stmt"/>
|
|
681
|
-
<line num="134" count="174" type="stmt"/>
|
|
682
|
-
<line num="135" count="6" type="cond" truecount="4" falsecount="0"/>
|
|
683
|
-
<line num="136" count="2" type="stmt"/>
|
|
684
|
-
<line num="138" count="2" type="stmt"/>
|
|
685
|
-
<line num="139" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
686
|
-
<line num="140" count="1" type="stmt"/>
|
|
687
|
-
<line num="143" count="2" type="stmt"/>
|
|
688
|
-
<line num="144" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
689
|
-
<line num="145" count="3" type="stmt"/>
|
|
690
|
-
<line num="146" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
691
|
-
<line num="147" count="2" type="stmt"/>
|
|
692
|
-
<line num="149" count="3" type="stmt"/>
|
|
693
|
-
<line num="151" count="1" type="stmt"/>
|
|
694
|
-
<line num="152" count="1" type="stmt"/>
|
|
695
|
-
<line num="153" count="1" type="stmt"/>
|
|
696
|
-
<line num="157" count="174" type="stmt"/>
|
|
697
|
-
<line num="158" count="2" type="stmt"/>
|
|
698
|
-
<line num="159" count="1" type="stmt"/>
|
|
699
|
-
<line num="162" count="174" type="stmt"/>
|
|
700
|
-
<line num="163" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
701
|
-
<line num="164" count="2" type="stmt"/>
|
|
702
|
-
<line num="167" count="174" type="stmt"/>
|
|
703
|
-
<line num="168" count="2" type="stmt"/>
|
|
704
|
-
<line num="169" count="6" type="stmt"/>
|
|
705
|
-
<line num="171" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
706
|
-
<line num="172" count="1" type="stmt"/>
|
|
707
|
-
<line num="173" count="6" type="stmt"/>
|
|
708
|
-
<line num="175" count="1" type="stmt"/>
|
|
709
|
-
<line num="177" count="1" type="stmt"/>
|
|
710
|
-
<line num="178" count="3" type="stmt"/>
|
|
711
|
-
<line num="180" count="1" type="stmt"/>
|
|
712
|
-
<line num="182" count="2" type="stmt"/>
|
|
713
|
-
<line num="185" count="174" type="stmt"/>
|
|
714
|
-
<line num="186" count="51" type="stmt"/>
|
|
715
|
-
<line num="190" count="174" type="stmt"/>
|
|
716
|
-
<line num="191" count="352" type="stmt"/>
|
|
717
|
-
<line num="195" count="174" type="stmt"/>
|
|
718
|
-
<line num="196" count="173" type="stmt"/>
|
|
719
|
-
<line num="198" count="174" type="stmt"/>
|
|
720
|
-
<line num="200" count="55" type="cond" truecount="2" falsecount="0"/>
|
|
721
|
-
<line num="201" count="70" type="stmt"/>
|
|
722
|
-
<line num="205" count="174" type="stmt"/>
|
|
723
|
-
<line num="207" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
724
|
-
<line num="213" count="1" type="stmt"/>
|
|
725
|
-
<line num="214" count="1" type="stmt"/>
|
|
726
|
-
<line num="216" count="1" type="stmt"/>
|
|
727
|
-
<line num="217" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
728
|
-
<line num="218" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
729
|
-
<line num="219" count="1" type="stmt"/>
|
|
730
|
-
<line num="220" count="1" type="stmt"/>
|
|
731
|
-
<line num="221" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
732
|
-
<line num="228" count="174" type="stmt"/>
|
|
733
|
-
<line num="231" count="1" type="stmt"/>
|
|
734
|
-
<line num="232" count="1" type="cond" truecount="2" falsecount="2"/>
|
|
735
|
-
<line num="233" count="1" type="stmt"/>
|
|
736
|
-
<line num="237" count="174" type="stmt"/>
|
|
737
|
-
<line num="238" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
738
|
-
<line num="239" count="1" type="stmt"/>
|
|
739
|
-
<line num="240" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
740
|
-
<line num="241" count="1" type="stmt"/>
|
|
741
|
-
<line num="244" count="1" type="stmt"/>
|
|
742
|
-
<line num="249" count="174" type="stmt"/>
|
|
743
|
-
<line num="250" count="15" type="cond" truecount="1" falsecount="1"/>
|
|
744
|
-
<line num="251" count="15" type="stmt"/>
|
|
745
|
-
<line num="252" count="15" type="stmt"/>
|
|
746
|
-
<line num="253" count="15" type="stmt"/>
|
|
747
|
-
<line num="254" count="15" type="stmt"/>
|
|
748
|
-
<line num="255" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
749
|
-
<line num="256" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
750
|
-
<line num="258" count="15" type="stmt"/>
|
|
751
|
-
<line num="259" count="15" type="cond" truecount="1" falsecount="1"/>
|
|
752
|
-
<line num="260" count="15" type="stmt"/>
|
|
753
|
-
<line num="262" count="15" type="stmt"/>
|
|
754
|
-
<line num="263" count="15" type="stmt"/>
|
|
755
|
-
<line num="264" count="15" type="stmt"/>
|
|
756
|
-
<line num="265" count="15" type="cond" truecount="5" falsecount="0"/>
|
|
757
|
-
<line num="266" count="3" type="stmt"/>
|
|
758
|
-
<line num="268" count="15" type="stmt"/>
|
|
759
|
-
<line num="270" count="15" type="stmt"/>
|
|
760
|
-
<line num="277" count="174" type="stmt"/>
|
|
761
|
-
<line num="279" count="12" type="stmt"/>
|
|
762
|
-
<line num="280" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
763
|
-
<line num="285" count="174" type="stmt"/>
|
|
764
|
-
<line num="286" count="55" type="cond" truecount="2" falsecount="0"/>
|
|
765
|
-
<line num="287" count="6" type="stmt"/>
|
|
766
|
-
<line num="288" count="6" type="stmt"/>
|
|
767
|
-
<line num="289" count="6" type="stmt"/>
|
|
768
|
-
<line num="290" count="6" type="stmt"/>
|
|
769
|
-
<line num="291" count="6" type="stmt"/>
|
|
770
|
-
<line num="292" count="6" type="stmt"/>
|
|
771
|
-
<line num="298" count="174" type="stmt"/>
|
|
772
|
-
<line num="299" count="63" type="cond" truecount="1" falsecount="1"/>
|
|
773
|
-
<line num="300" count="63" type="stmt"/>
|
|
774
|
-
<line num="301" count="63" type="stmt"/>
|
|
775
|
-
<line num="302" count="63" type="stmt"/>
|
|
776
|
-
<line num="303" count="63" type="stmt"/>
|
|
777
|
-
<line num="304" count="63" type="cond" truecount="2" falsecount="0"/>
|
|
778
|
-
<line num="305" count="63" type="cond" truecount="2" falsecount="0"/>
|
|
779
|
-
<line num="307" count="63" type="stmt"/>
|
|
780
|
-
<line num="308" count="63" type="cond" truecount="2" falsecount="0"/>
|
|
781
|
-
<line num="309" count="63" type="stmt"/>
|
|
782
|
-
<line num="311" count="63" type="stmt"/>
|
|
783
|
-
<line num="312" count="63" type="stmt"/>
|
|
784
|
-
<line num="313" count="63" type="stmt"/>
|
|
785
|
-
<line num="314" count="63" type="cond" truecount="5" falsecount="0"/>
|
|
786
|
-
<line num="315" count="3" type="stmt"/>
|
|
787
|
-
<line num="317" count="63" type="stmt"/>
|
|
788
|
-
<line num="319" count="63" type="stmt"/>
|
|
789
|
-
<line num="322" count="174" type="stmt"/>
|
|
790
|
-
<line num="324" count="58" type="stmt"/>
|
|
791
|
-
<line num="325" count="58" type="cond" truecount="2" falsecount="0"/>
|
|
792
|
-
<line num="330" count="174" type="stmt"/>
|
|
793
|
-
<line num="331" count="80" type="cond" truecount="2" falsecount="0"/>
|
|
794
|
-
<line num="332" count="29" type="stmt"/>
|
|
795
|
-
<line num="334" count="29" type="stmt"/>
|
|
796
|
-
<line num="335" count="29" type="stmt"/>
|
|
797
|
-
<line num="336" count="29" type="stmt"/>
|
|
798
|
-
<line num="337" count="29" type="stmt"/>
|
|
799
|
-
<line num="338" count="29" type="stmt"/>
|
|
800
|
-
<line num="342" count="174" type="stmt"/>
|
|
801
|
-
<line num="387" count="4" type="stmt"/>
|
|
802
|
-
<line num="388" count="4" type="stmt"/>
|
|
803
|
-
<line num="392" count="37" type="stmt"/>
|
|
804
|
-
<line num="393" count="37" type="cond" truecount="2" falsecount="0"/>
|
|
805
|
-
<line num="394" count="37" type="stmt"/>
|
|
806
|
-
<line num="416" count="6" type="stmt"/>
|
|
807
|
-
<line num="417" count="6" type="stmt"/>
|
|
808
|
-
<line num="418" count="6" type="stmt"/>
|
|
809
|
-
<line num="482" count="31" type="stmt"/>
|
|
810
|
-
<line num="483" count="31" type="stmt"/>
|
|
811
|
-
<line num="512" count="1" type="stmt"/>
|
|
812
|
-
<line num="513" count="1" type="stmt"/>
|
|
813
|
-
<line num="537" count="35" type="stmt"/>
|
|
814
|
-
<line num="545" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
815
|
-
<line num="558" count="1" type="stmt"/>
|
|
816
|
-
<line num="559" count="1" type="stmt"/>
|
|
817
|
-
<line num="601" count="3" type="stmt"/>
|
|
818
|
-
<line num="603" count="22" type="stmt"/>
|
|
819
|
-
<line num="604" count="22" type="stmt"/>
|
|
820
|
-
<line num="605" count="22" type="stmt"/>
|
|
821
|
-
<line num="607" count="1" type="stmt"/>
|
|
822
|
-
<line num="660" count="4" type="stmt"/>
|
|
823
|
-
<line num="661" count="4" type="stmt"/>
|
|
824
|
-
<line num="662" count="4" type="stmt"/>
|
|
825
|
-
<line num="663" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
826
|
-
<line num="664" count="4" type="stmt"/>
|
|
827
|
-
<line num="754" count="289" type="stmt"/>
|
|
828
|
-
<line num="762" count="6" type="stmt"/>
|
|
829
|
-
</file>
|
|
830
|
-
<file name="SelectTruncatedLabel.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/SearchSelect/SelectTruncatedLabel.tsx">
|
|
831
|
-
<metrics statements="9" coveredstatements="9" conditionals="6" coveredconditionals="5" methods="2" coveredmethods="2"/>
|
|
832
|
-
<line num="5" count="5" type="stmt"/>
|
|
833
|
-
<line num="13" count="13" type="stmt"/>
|
|
834
|
-
<line num="14" count="13" type="stmt"/>
|
|
835
|
-
<line num="16" count="13" type="stmt"/>
|
|
836
|
-
<line num="17" count="6" type="stmt"/>
|
|
837
|
-
<line num="18" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
838
|
-
<line num="19" count="6" type="stmt"/>
|
|
839
|
-
<line num="24" count="13" type="stmt"/>
|
|
840
|
-
<line num="37" count="13" type="cond" truecount="2" falsecount="0"/>
|
|
841
|
-
</file>
|
|
842
|
-
<file name="searchSelectSize.ts" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/SearchSelect/searchSelectSize.ts">
|
|
843
|
-
<metrics statements="2" coveredstatements="2" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
844
|
-
<line num="43" count="5" type="stmt"/>
|
|
845
|
-
<line num="136" count="182" type="cond" truecount="2" falsecount="0"/>
|
|
314
|
+
<line num="14" count="4" type="stmt"/>
|
|
315
|
+
<line num="15" count="4" type="stmt"/>
|
|
316
|
+
<line num="17" count="4" type="stmt"/>
|
|
317
|
+
<line num="18" count="4" type="stmt"/>
|
|
318
|
+
<line num="19" count="4" type="stmt"/>
|
|
319
|
+
<line num="20" count="4" type="stmt"/>
|
|
320
|
+
<line num="22" count="4" type="stmt"/>
|
|
321
|
+
<line num="23" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
322
|
+
<line num="25" count="2" type="stmt"/>
|
|
323
|
+
<line num="26" count="2" type="cond" truecount="2" falsecount="2"/>
|
|
324
|
+
<line num="27" count="0" type="stmt"/>
|
|
325
|
+
<line num="28" count="0" type="stmt"/>
|
|
326
|
+
<line num="33" count="4" type="stmt"/>
|
|
327
|
+
<line num="34" count="2" type="stmt"/>
|
|
328
|
+
<line num="35" count="2" type="stmt"/>
|
|
329
|
+
<line num="37" count="2" type="stmt"/>
|
|
330
|
+
<line num="40" count="2" type="cond" truecount="3" falsecount="1"/>
|
|
331
|
+
<line num="41" count="2" type="stmt"/>
|
|
332
|
+
<line num="42" count="0" type="stmt"/>
|
|
333
|
+
<line num="44" count="2" type="stmt"/>
|
|
334
|
+
<line num="46" count="0" type="stmt"/>
|
|
335
|
+
<line num="49" count="2" type="stmt"/>
|
|
336
|
+
<line num="50" count="2" type="stmt"/>
|
|
337
|
+
<line num="51" count="2" type="cond" truecount="3" falsecount="1"/>
|
|
338
|
+
<line num="52" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
339
|
+
<line num="57" count="4" type="stmt"/>
|
|
340
|
+
<line num="58" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
341
|
+
<line num="59" count="0" type="stmt"/>
|
|
342
|
+
<line num="63" count="4" type="stmt"/>
|
|
846
343
|
</file>
|
|
847
344
|
</package>
|
|
848
345
|
<package name="Components.Select">
|
|
849
|
-
<metrics statements="13" coveredstatements="
|
|
346
|
+
<metrics statements="13" coveredstatements="8" conditionals="26" coveredconditionals="12" methods="5" coveredmethods="3"/>
|
|
850
347
|
<file name="Select.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/Select/Select.tsx">
|
|
851
|
-
<metrics statements="13" coveredstatements="
|
|
852
|
-
<line num="34" count="
|
|
853
|
-
<line num="35" count="
|
|
854
|
-
<line num="37" count="
|
|
855
|
-
<line num="38" count="
|
|
856
|
-
<line num="39" count="
|
|
857
|
-
<line num="40" count="
|
|
858
|
-
<line num="46" count="
|
|
859
|
-
<line num="47" count="
|
|
860
|
-
<line num="48" count="
|
|
861
|
-
<line num="49" count="
|
|
862
|
-
<line num="51" count="
|
|
863
|
-
<line num="52" count="
|
|
864
|
-
<line num="56" count="
|
|
348
|
+
<metrics statements="13" coveredstatements="8" conditionals="26" coveredconditionals="12" methods="5" coveredmethods="3"/>
|
|
349
|
+
<line num="34" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
350
|
+
<line num="35" count="2" type="stmt"/>
|
|
351
|
+
<line num="37" count="2" type="stmt"/>
|
|
352
|
+
<line num="38" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
353
|
+
<line num="39" count="2" type="stmt"/>
|
|
354
|
+
<line num="40" count="2" type="stmt"/>
|
|
355
|
+
<line num="46" count="2" type="stmt"/>
|
|
356
|
+
<line num="47" count="0" type="stmt"/>
|
|
357
|
+
<line num="48" count="0" type="stmt"/>
|
|
358
|
+
<line num="49" count="0" type="stmt"/>
|
|
359
|
+
<line num="51" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
360
|
+
<line num="52" count="0" type="stmt"/>
|
|
361
|
+
<line num="56" count="2" type="stmt"/>
|
|
865
362
|
</file>
|
|
866
363
|
</package>
|
|
867
364
|
<package name="Components.SideBar.components">
|
|
868
|
-
<metrics statements="
|
|
869
|
-
<file name="OtherApps.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/SideBar/components/OtherApps.tsx">
|
|
870
|
-
<metrics statements="11" coveredstatements="11" conditionals="20" coveredconditionals="20" methods="5" coveredmethods="5"/>
|
|
871
|
-
<line num="15" count="1" type="stmt"/>
|
|
872
|
-
<line num="16" count="3" type="stmt"/>
|
|
873
|
-
<line num="18" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
874
|
-
<line num="20" count="2" type="stmt"/>
|
|
875
|
-
<line num="21" count="4" type="stmt"/>
|
|
876
|
-
<line num="43" count="2" type="stmt"/>
|
|
877
|
-
<line num="44" count="4" type="stmt"/>
|
|
878
|
-
<line num="77" count="2" type="stmt"/>
|
|
879
|
-
<line num="78" count="2" type="stmt"/>
|
|
880
|
-
<line num="102" count="2" type="stmt"/>
|
|
881
|
-
<line num="125" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
882
|
-
</file>
|
|
365
|
+
<metrics statements="19" coveredstatements="19" conditionals="11" coveredconditionals="7" methods="4" coveredmethods="4"/>
|
|
883
366
|
<file name="OverflowTooltipText.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/SideBar/components/OverflowTooltipText.tsx">
|
|
884
367
|
<metrics statements="19" coveredstatements="19" conditionals="11" coveredconditionals="7" methods="4" coveredmethods="4"/>
|
|
885
368
|
<line num="12" count="1" type="stmt"/>
|
|
886
|
-
<line num="19" count="
|
|
887
|
-
<line num="20" count="
|
|
888
|
-
<line num="21" count="
|
|
889
|
-
<line num="23" count="
|
|
890
|
-
<line num="24" count="
|
|
891
|
-
<line num="25" count="
|
|
892
|
-
<line num="26" count="
|
|
893
|
-
<line num="28" count="
|
|
894
|
-
<line num="29" count="
|
|
895
|
-
<line num="30" count="
|
|
896
|
-
<line num="32" count="
|
|
897
|
-
<line num="36" count="
|
|
898
|
-
<line num="38" count="
|
|
899
|
-
<line num="39" count="
|
|
900
|
-
<line num="40" count="
|
|
901
|
-
<line num="43" count="
|
|
902
|
-
<line num="46" count="
|
|
903
|
-
<line num="48" count="
|
|
904
|
-
</file>
|
|
905
|
-
</package>
|
|
906
|
-
<package name="Components.SignInActivityTable">
|
|
907
|
-
<metrics statements="14" coveredstatements="13" conditionals="18" coveredconditionals="10" methods="4" coveredmethods="3"/>
|
|
908
|
-
<file name="SignInActivityTable.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/SignInActivityTable/SignInActivityTable.tsx">
|
|
909
|
-
<metrics statements="14" coveredstatements="13" conditionals="18" coveredconditionals="10" methods="4" coveredmethods="3"/>
|
|
910
|
-
<line num="25" count="1" type="stmt"/>
|
|
911
|
-
<line num="33" count="1" type="stmt"/>
|
|
912
|
-
<line num="38" count="2" type="stmt"/>
|
|
913
|
-
<line num="39" count="2" type="stmt"/>
|
|
914
|
-
<line num="40" count="2" type="stmt"/>
|
|
915
|
-
<line num="44" count="2" type="cond" truecount="1" falsecount="2"/>
|
|
916
|
-
<line num="45" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
917
|
-
<line num="46" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
918
|
-
<line num="47" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
919
|
-
<line num="48" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
920
|
-
<line num="50" count="2" type="stmt"/>
|
|
921
|
-
<line num="59" count="2" type="stmt"/>
|
|
922
|
-
<line num="85" count="0" type="stmt"/>
|
|
923
|
-
<line num="106" count="2" type="stmt"/>
|
|
924
|
-
</file>
|
|
925
|
-
</package>
|
|
926
|
-
<package name="Components.Table.components">
|
|
927
|
-
<metrics statements="219" coveredstatements="211" conditionals="296" coveredconditionals="259" methods="59" coveredmethods="56"/>
|
|
928
|
-
<file name="TableActions.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/Table/components/TableActions.tsx">
|
|
929
|
-
<metrics statements="27" coveredstatements="27" conditionals="25" coveredconditionals="25" methods="13" coveredmethods="13"/>
|
|
930
|
-
<line num="23" count="3" type="stmt"/>
|
|
931
|
-
<line num="24" count="22" type="stmt"/>
|
|
932
|
-
<line num="25" count="22" type="stmt"/>
|
|
933
|
-
<line num="26" count="22" type="stmt"/>
|
|
934
|
-
<line num="29" count="22" type="stmt"/>
|
|
935
|
-
<line num="30" count="8" type="stmt"/>
|
|
936
|
-
<line num="31" count="8" type="stmt"/>
|
|
937
|
-
<line num="32" count="8" type="stmt"/>
|
|
938
|
-
<line num="36" count="22" type="stmt"/>
|
|
939
|
-
<line num="37" count="22" type="stmt"/>
|
|
940
|
-
<line num="38" count="6" type="cond" truecount="4" falsecount="0"/>
|
|
941
|
-
<line num="39" count="5" type="stmt"/>
|
|
942
|
-
<line num="43" count="22" type="cond" truecount="2" falsecount="0"/>
|
|
943
|
-
<line num="45" count="8" type="stmt"/>
|
|
944
|
-
<line num="48" count="22" type="stmt"/>
|
|
945
|
-
<line num="49" count="22" type="stmt"/>
|
|
946
|
-
<line num="53" count="22" type="stmt"/>
|
|
947
|
-
<line num="54" count="8" type="stmt"/>
|
|
948
|
-
<line num="55" count="8" type="stmt"/>
|
|
949
|
-
<line num="58" count="22" type="stmt"/>
|
|
950
|
-
<line num="61" count="22" type="cond" truecount="2" falsecount="0"/>
|
|
951
|
-
<line num="63" count="21" type="stmt"/>
|
|
952
|
-
<line num="80" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
953
|
-
<line num="106" count="1" type="stmt"/>
|
|
954
|
-
<line num="123" count="2" type="stmt"/>
|
|
955
|
-
<line num="140" count="1" type="stmt"/>
|
|
956
|
-
<line num="168" count="3" type="stmt"/>
|
|
957
|
-
</file>
|
|
958
|
-
<file name="TableBody.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/Table/components/TableBody.tsx">
|
|
959
|
-
<metrics statements="182" coveredstatements="174" conditionals="263" coveredconditionals="227" methods="40" coveredmethods="37"/>
|
|
960
|
-
<line num="15" count="2" type="stmt"/>
|
|
961
|
-
<line num="21" count="558" type="stmt"/>
|
|
962
|
-
<line num="23" count="2" type="stmt"/>
|
|
963
|
-
<line num="24" count="350" type="cond" truecount="2" falsecount="0"/>
|
|
964
|
-
<line num="32" count="2" type="stmt"/>
|
|
965
|
-
<line num="33" count="62" type="stmt"/>
|
|
966
|
-
<line num="82" count="2" type="stmt"/>
|
|
967
|
-
<line num="84" count="2" type="stmt"/>
|
|
968
|
-
<line num="114" count="175" type="cond" truecount="2" falsecount="0"/>
|
|
969
|
-
<line num="117" count="175" type="cond" truecount="1" falsecount="1"/>
|
|
970
|
-
<line num="121" count="175" type="stmt"/>
|
|
971
|
-
<line num="122" count="175" type="stmt"/>
|
|
972
|
-
<line num="123" count="175" type="stmt"/>
|
|
973
|
-
<line num="124" count="175" type="stmt"/>
|
|
974
|
-
<line num="125" count="127" type="cond" truecount="2" falsecount="0"/>
|
|
975
|
-
<line num="126" count="39" type="stmt"/>
|
|
976
|
-
<line num="127" count="39" type="cond" truecount="1" falsecount="1"/>
|
|
977
|
-
<line num="128" count="39" type="cond" truecount="5" falsecount="1"/>
|
|
978
|
-
<line num="129" count="39" type="stmt"/>
|
|
979
|
-
<line num="130" count="39" type="cond" truecount="1" falsecount="1"/>
|
|
980
|
-
<line num="132" count="39" type="stmt"/>
|
|
981
|
-
<line num="133" count="39" type="stmt"/>
|
|
982
|
-
<line num="135" count="39" type="cond" truecount="1" falsecount="1"/>
|
|
983
|
-
<line num="136" count="0" type="stmt"/>
|
|
984
|
-
<line num="137" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
985
|
-
<line num="138" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
986
|
-
<line num="140" count="39" type="stmt"/>
|
|
987
|
-
<line num="141" count="39" type="stmt"/>
|
|
988
|
-
<line num="142" count="39" type="stmt"/>
|
|
989
|
-
<line num="146" count="175" type="stmt"/>
|
|
990
|
-
<line num="147" count="2" type="cond" truecount="4" falsecount="0"/>
|
|
991
|
-
<line num="148" count="1" type="stmt"/>
|
|
992
|
-
<line num="152" count="175" type="stmt"/>
|
|
993
|
-
<line num="153" count="175" type="cond" truecount="2" falsecount="0"/>
|
|
994
|
-
<line num="157" count="175" type="cond" truecount="3" falsecount="0"/>
|
|
995
|
-
<line num="158" count="175" type="stmt"/>
|
|
996
|
-
<line num="159" count="175" type="stmt"/>
|
|
997
|
-
<line num="160" count="175" type="stmt"/>
|
|
998
|
-
<line num="162" count="175" type="stmt"/>
|
|
999
|
-
<line num="198" count="3" type="stmt"/>
|
|
1000
|
-
<line num="222" count="1" type="stmt"/>
|
|
1001
|
-
<line num="228" count="241" type="cond" truecount="2" falsecount="0"/>
|
|
1002
|
-
<line num="229" count="239" type="stmt"/>
|
|
1003
|
-
<line num="230" count="239" type="cond" truecount="3" falsecount="0"/>
|
|
1004
|
-
<line num="231" count="239" type="cond" truecount="2" falsecount="0"/>
|
|
1005
|
-
<line num="232" count="239" type="cond" truecount="1" falsecount="1"/>
|
|
1006
|
-
<line num="233" count="239" type="cond" truecount="2" falsecount="0"/>
|
|
1007
|
-
<line num="237" count="239" type="stmt"/>
|
|
1008
|
-
<line num="245" count="2" type="stmt"/>
|
|
1009
|
-
<line num="328" count="2" type="stmt"/>
|
|
1010
|
-
<line num="352" count="38" type="stmt"/>
|
|
1011
|
-
<line num="353" count="38" type="stmt"/>
|
|
1012
|
-
<line num="354" count="38" type="stmt"/>
|
|
1013
|
-
<line num="355" count="38" type="stmt"/>
|
|
1014
|
-
<line num="356" count="2" type="stmt"/>
|
|
1015
|
-
<line num="357" count="2" type="stmt"/>
|
|
1016
|
-
<line num="358" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1017
|
-
<line num="359" count="1" type="stmt"/>
|
|
1018
|
-
<line num="361" count="1" type="stmt"/>
|
|
1019
|
-
<line num="363" count="2" type="stmt"/>
|
|
1020
|
-
<line num="367" count="38" type="stmt"/>
|
|
1021
|
-
<line num="368" count="38" type="stmt"/>
|
|
1022
|
-
<line num="369" count="38" type="cond" truecount="3" falsecount="1"/>
|
|
1023
|
-
<line num="370" count="38" type="stmt"/>
|
|
1024
|
-
<line num="371" count="38" type="stmt"/>
|
|
1025
|
-
<line num="384" count="38" type="stmt"/>
|
|
1026
|
-
<line num="385" count="38" type="stmt"/>
|
|
1027
|
-
<line num="386" count="38" type="stmt"/>
|
|
1028
|
-
<line num="387" count="38" type="stmt"/>
|
|
1029
|
-
<line num="388" count="38" type="stmt"/>
|
|
1030
|
-
<line num="389" count="38" type="stmt"/>
|
|
1031
|
-
<line num="392" count="50" type="cond" truecount="2" falsecount="0"/>
|
|
1032
|
-
<line num="393" count="38" type="cond" truecount="3" falsecount="0"/>
|
|
1033
|
-
<line num="395" count="38" type="stmt"/>
|
|
1034
|
-
<line num="396" count="38" type="stmt"/>
|
|
1035
|
-
<line num="398" count="38" type="stmt"/>
|
|
1036
|
-
<line num="399" count="38" type="stmt"/>
|
|
1037
|
-
<line num="400" count="0" type="stmt"/>
|
|
1038
|
-
<line num="401" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1039
|
-
<line num="402" count="0" type="stmt"/>
|
|
1040
|
-
<line num="403" count="0" type="stmt"/>
|
|
1041
|
-
<line num="404" count="0" type="stmt"/>
|
|
1042
|
-
<line num="408" count="38" type="stmt"/>
|
|
1043
|
-
<line num="409" count="31" type="stmt"/>
|
|
1044
|
-
<line num="410" count="31" type="cond" truecount="6" falsecount="0"/>
|
|
1045
|
-
<line num="411" count="3" type="stmt"/>
|
|
1046
|
-
<line num="412" count="3" type="stmt"/>
|
|
1047
|
-
<line num="413" count="3" type="stmt"/>
|
|
1048
|
-
<line num="414" count="3" type="stmt"/>
|
|
1049
|
-
<line num="415" count="3" type="stmt"/>
|
|
1050
|
-
<line num="416" count="3" type="stmt"/>
|
|
1051
|
-
<line num="417" count="3" type="stmt"/>
|
|
1052
|
-
<line num="418" count="3" type="stmt"/>
|
|
1053
|
-
<line num="419" count="3" type="stmt"/>
|
|
1054
|
-
<line num="424" count="38" type="stmt"/>
|
|
1055
|
-
<line num="425" count="31" type="cond" truecount="2" falsecount="0"/>
|
|
1056
|
-
<line num="426" count="2" type="stmt"/>
|
|
1057
|
-
<line num="427" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
1058
|
-
<line num="428" count="2" type="stmt"/>
|
|
1059
|
-
<line num="431" count="38" type="stmt"/>
|
|
1060
|
-
<line num="432" count="38" type="stmt"/>
|
|
1061
|
-
<line num="433" count="38" type="stmt"/>
|
|
1062
|
-
<line num="434" count="38" type="stmt"/>
|
|
1063
|
-
<line num="435" count="38" type="stmt"/>
|
|
1064
|
-
<line num="436" count="38" type="cond" truecount="2" falsecount="0"/>
|
|
1065
|
-
<line num="437" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
1066
|
-
<line num="440" count="4" type="stmt"/>
|
|
1067
|
-
<line num="441" count="4" type="stmt"/>
|
|
1068
|
-
<line num="442" count="4" type="stmt"/>
|
|
1069
|
-
<line num="443" count="205" type="stmt"/>
|
|
1070
|
-
<line num="444" count="205" type="stmt"/>
|
|
1071
|
-
<line num="446" count="205" type="cond" truecount="1" falsecount="1"/>
|
|
1072
|
-
<line num="449" count="205" type="stmt"/>
|
|
1073
|
-
<line num="451" count="4" type="stmt"/>
|
|
1074
|
-
<line num="452" count="4" type="stmt"/>
|
|
1075
|
-
<line num="453" count="4" type="stmt"/>
|
|
1076
|
-
<line num="454" count="4" type="stmt"/>
|
|
1077
|
-
<line num="455" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
1078
|
-
<line num="456" count="4" type="stmt"/>
|
|
1079
|
-
<line num="457" count="73" type="cond" truecount="2" falsecount="0"/>
|
|
1080
|
-
<line num="458" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
1081
|
-
<line num="459" count="4" type="stmt"/>
|
|
1082
|
-
<line num="460" count="4" type="stmt"/>
|
|
1083
|
-
<line num="462" count="38" type="cond" truecount="2" falsecount="0"/>
|
|
1084
|
-
<line num="464" count="38" type="stmt"/>
|
|
1085
|
-
<line num="465" count="3" type="stmt"/>
|
|
1086
|
-
<line num="466" count="3" type="stmt"/>
|
|
1087
|
-
<line num="467" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1088
|
-
<line num="468" count="1" type="stmt"/>
|
|
1089
|
-
<line num="470" count="2" type="stmt"/>
|
|
1090
|
-
<line num="472" count="3" type="stmt"/>
|
|
1091
|
-
<line num="476" count="38" type="stmt"/>
|
|
1092
|
-
<line num="477" count="56" type="stmt"/>
|
|
1093
|
-
<line num="484" count="38" type="stmt"/>
|
|
1094
|
-
<line num="485" count="31" type="cond" truecount="2" falsecount="0"/>
|
|
1095
|
-
<line num="486" count="31" type="stmt"/>
|
|
1096
|
-
<line num="487" count="56" type="stmt"/>
|
|
1097
|
-
<line num="491" count="38" type="stmt"/>
|
|
1098
|
-
<line num="492" count="38" type="cond" truecount="2" falsecount="0"/>
|
|
1099
|
-
<line num="496" count="38" type="stmt"/>
|
|
1100
|
-
<line num="500" count="38" type="cond" truecount="4" falsecount="0"/>
|
|
1101
|
-
<line num="501" count="1" type="stmt"/>
|
|
1102
|
-
<line num="510" count="37" type="cond" truecount="4" falsecount="0"/>
|
|
1103
|
-
<line num="512" count="3" type="cond" truecount="3" falsecount="0"/>
|
|
1104
|
-
<line num="513" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1105
|
-
<line num="514" count="3" type="stmt"/>
|
|
1106
|
-
<line num="536" count="34" type="cond" truecount="2" falsecount="0"/>
|
|
1107
|
-
<line num="542" count="7" type="stmt"/>
|
|
1108
|
-
<line num="543" count="7" type="stmt"/>
|
|
1109
|
-
<line num="544" count="50" type="stmt"/>
|
|
1110
|
-
<line num="545" count="50" type="cond" truecount="2" falsecount="0"/>
|
|
1111
|
-
<line num="546" count="89" type="stmt"/>
|
|
1112
|
-
<line num="550" count="7" type="stmt"/>
|
|
1113
|
-
<line num="551" count="7" type="stmt"/>
|
|
1114
|
-
<line num="552" count="7" type="stmt"/>
|
|
1115
|
-
<line num="553" count="7" type="stmt"/>
|
|
1116
|
-
<line num="554" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
1117
|
-
<line num="555" count="120" type="cond" truecount="2" falsecount="0"/>
|
|
1118
|
-
<line num="556" count="2" type="stmt"/>
|
|
1119
|
-
<line num="557" count="2" type="stmt"/>
|
|
1120
|
-
<line num="558" count="120" type="stmt"/>
|
|
1121
|
-
<line num="559" count="2" type="stmt"/>
|
|
1122
|
-
<line num="560" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1123
|
-
<line num="561" count="2" type="stmt"/>
|
|
1124
|
-
<line num="562" count="2" type="stmt"/>
|
|
1125
|
-
<line num="563" count="2" type="stmt"/>
|
|
1126
|
-
<line num="564" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
1127
|
-
<line num="565" count="2" type="stmt"/>
|
|
1128
|
-
<line num="566" count="2" type="stmt"/>
|
|
1129
|
-
<line num="567" count="40" type="cond" truecount="2" falsecount="0"/>
|
|
1130
|
-
<line num="569" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
1131
|
-
<line num="570" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
1132
|
-
<line num="573" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
1133
|
-
<line num="575" count="7" type="stmt"/>
|
|
1134
|
-
<line num="583" count="57" type="cond" truecount="2" falsecount="0"/>
|
|
1135
|
-
<line num="592" count="2" type="stmt"/>
|
|
1136
|
-
<line num="635" count="27" type="stmt"/>
|
|
1137
|
-
<line num="664" count="142" type="stmt"/>
|
|
1138
|
-
<line num="665" count="142" type="stmt"/>
|
|
1139
|
-
<line num="666" count="142" type="stmt"/>
|
|
1140
|
-
<line num="667" count="142" type="stmt"/>
|
|
1141
|
-
<line num="668" count="142" type="stmt"/>
|
|
1142
|
-
</file>
|
|
1143
|
-
<file name="TableGroupRow.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/Table/components/TableGroupRow.tsx">
|
|
1144
|
-
<metrics statements="4" coveredstatements="4" conditionals="6" coveredconditionals="6" methods="2" coveredmethods="2"/>
|
|
1145
|
-
<line num="20" count="3" type="stmt"/>
|
|
1146
|
-
<line num="30" count="26" type="stmt"/>
|
|
1147
|
-
<line num="31" count="26" type="stmt"/>
|
|
1148
|
-
<line num="80" count="2" type="stmt"/>
|
|
1149
|
-
</file>
|
|
1150
|
-
<file name="TableLoading.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/Table/components/TableLoading.tsx">
|
|
1151
|
-
<metrics statements="6" coveredstatements="6" conditionals="2" coveredconditionals="1" methods="4" coveredmethods="4"/>
|
|
1152
|
-
<line num="13" count="3" type="stmt"/>
|
|
1153
|
-
<line num="14" count="1" type="stmt"/>
|
|
1154
|
-
<line num="35" count="5" type="stmt"/>
|
|
1155
|
-
<line num="58" count="3" type="stmt"/>
|
|
1156
|
-
<line num="69" count="2" type="stmt"/>
|
|
1157
|
-
<line num="72" count="5" type="stmt"/>
|
|
1158
|
-
</file>
|
|
1159
|
-
</package>
|
|
1160
|
-
<package name="Components.Table.settings">
|
|
1161
|
-
<metrics statements="51" coveredstatements="47" conditionals="30" coveredconditionals="26" methods="23" coveredmethods="23"/>
|
|
1162
|
-
<file name="ManageColumns.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/Table/settings/ManageColumns.tsx">
|
|
1163
|
-
<metrics statements="51" coveredstatements="47" conditionals="30" coveredconditionals="26" methods="23" coveredmethods="23"/>
|
|
1164
|
-
<line num="20" count="1" type="stmt"/>
|
|
1165
|
-
<line num="31" count="16" type="stmt"/>
|
|
1166
|
-
<line num="32" count="16" type="stmt"/>
|
|
1167
|
-
<line num="33" count="16" type="stmt"/>
|
|
1168
|
-
<line num="34" count="16" type="stmt"/>
|
|
1169
|
-
<line num="36" count="16" type="stmt"/>
|
|
1170
|
-
<line num="37" count="25" type="stmt"/>
|
|
1171
|
-
<line num="41" count="16" type="stmt"/>
|
|
1172
|
-
<line num="42" count="7" type="stmt"/>
|
|
1173
|
-
<line num="45" count="16" type="stmt"/>
|
|
1174
|
-
<line num="47" count="10" type="stmt"/>
|
|
1175
|
-
<line num="51" count="16" type="stmt"/>
|
|
1176
|
-
<line num="53" count="16" type="stmt"/>
|
|
1177
|
-
<line num="54" count="1" type="stmt"/>
|
|
1178
|
-
<line num="55" count="1" type="cond" truecount="3" falsecount="1"/>
|
|
1179
|
-
<line num="57" count="1" type="stmt"/>
|
|
1180
|
-
<line num="58" count="1" type="stmt"/>
|
|
1181
|
-
<line num="59" count="1" type="stmt"/>
|
|
1182
|
-
<line num="60" count="1" type="stmt"/>
|
|
1183
|
-
<line num="62" count="1" type="stmt"/>
|
|
1184
|
-
<line num="63" count="1" type="stmt"/>
|
|
1185
|
-
<line num="66" count="16" type="stmt"/>
|
|
1186
|
-
<line num="69" count="16" type="stmt"/>
|
|
1187
|
-
<line num="70" count="3" type="stmt"/>
|
|
1188
|
-
<line num="71" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
1189
|
-
<line num="73" count="6" type="stmt"/>
|
|
1190
|
-
<line num="74" count="2" type="cond" truecount="3" falsecount="1"/>
|
|
1191
|
-
<line num="75" count="2" type="stmt"/>
|
|
1192
|
-
<line num="76" count="2" type="stmt"/>
|
|
1193
|
-
<line num="79" count="0" type="stmt"/>
|
|
1194
|
-
<line num="80" count="0" type="stmt"/>
|
|
1195
|
-
<line num="84" count="0" type="stmt"/>
|
|
1196
|
-
<line num="85" count="0" type="stmt"/>
|
|
1197
|
-
<line num="88" count="16" type="stmt"/>
|
|
1198
|
-
<line num="89" count="39" type="stmt"/>
|
|
1199
|
-
<line num="92" count="37" type="stmt"/>
|
|
1200
|
-
<line num="93" count="17" type="cond" truecount="2" falsecount="0"/>
|
|
1201
|
-
<line num="95" count="16" type="stmt"/>
|
|
1202
|
-
<line num="96" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1203
|
-
<line num="97" count="3" type="stmt"/>
|
|
1204
|
-
<line num="98" count="1" type="stmt"/>
|
|
1205
|
-
<line num="100" count="3" type="stmt"/>
|
|
1206
|
-
<line num="101" count="1" type="stmt"/>
|
|
1207
|
-
<line num="105" count="16" type="stmt"/>
|
|
1208
|
-
<line num="127" count="1" type="stmt"/>
|
|
1209
|
-
<line num="173" count="38" type="stmt"/>
|
|
1210
|
-
<line num="175" count="38" type="cond" truecount="2" falsecount="0"/>
|
|
1211
|
-
<line num="177" count="38" type="stmt"/>
|
|
1212
|
-
<line num="181" count="1" type="stmt"/>
|
|
1213
|
-
<line num="182" count="1" type="stmt"/>
|
|
1214
|
-
<line num="228" count="2" type="stmt"/>
|
|
1215
|
-
</file>
|
|
1216
|
-
</package>
|
|
1217
|
-
<package name="Components.Tag">
|
|
1218
|
-
<metrics statements="16" coveredstatements="16" conditionals="24" coveredconditionals="15" methods="7" coveredmethods="7"/>
|
|
1219
|
-
<file name="Tag.styles.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/Tag/Tag.styles.tsx">
|
|
1220
|
-
<metrics statements="9" coveredstatements="9" conditionals="9" coveredconditionals="2" methods="4" coveredmethods="4"/>
|
|
1221
|
-
<line num="7" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
1222
|
-
<line num="8" count="17" type="cond" truecount="1" falsecount="2"/>
|
|
1223
|
-
<line num="12" count="1" type="stmt"/>
|
|
1224
|
-
<line num="40" count="9" type="stmt"/>
|
|
1225
|
-
<line num="41" count="9" type="stmt"/>
|
|
1226
|
-
<line num="51" count="4" type="stmt"/>
|
|
1227
|
-
<line num="52" count="4" type="stmt"/>
|
|
1228
|
-
<line num="64" count="4" type="stmt"/>
|
|
1229
|
-
<line num="65" count="4" type="stmt"/>
|
|
1230
|
-
</file>
|
|
1231
|
-
<file name="Tag.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/Tag/Tag.tsx">
|
|
1232
|
-
<metrics statements="7" coveredstatements="7" conditionals="15" coveredconditionals="13" methods="3" coveredmethods="3"/>
|
|
1233
|
-
<line num="6" count="5" type="stmt"/>
|
|
1234
|
-
<line num="13" count="5" type="stmt"/>
|
|
1235
|
-
<line num="22" count="47" type="stmt"/>
|
|
1236
|
-
<line num="24" count="47" type="stmt"/>
|
|
1237
|
-
<line num="33" count="1" type="stmt"/>
|
|
1238
|
-
<line num="42" count="2" type="stmt"/>
|
|
1239
|
-
<line num="43" count="2" type="stmt"/>
|
|
369
|
+
<line num="19" count="72" type="stmt"/>
|
|
370
|
+
<line num="20" count="72" type="stmt"/>
|
|
371
|
+
<line num="21" count="72" type="stmt"/>
|
|
372
|
+
<line num="23" count="72" type="stmt"/>
|
|
373
|
+
<line num="24" count="34" type="stmt"/>
|
|
374
|
+
<line num="25" count="34" type="stmt"/>
|
|
375
|
+
<line num="26" count="34" type="stmt"/>
|
|
376
|
+
<line num="28" count="34" type="cond" truecount="3" falsecount="1"/>
|
|
377
|
+
<line num="29" count="34" type="stmt"/>
|
|
378
|
+
<line num="30" count="34" type="stmt"/>
|
|
379
|
+
<line num="32" count="34" type="stmt"/>
|
|
380
|
+
<line num="36" count="34" type="stmt"/>
|
|
381
|
+
<line num="38" count="34" type="stmt"/>
|
|
382
|
+
<line num="39" count="34" type="cond" truecount="1" falsecount="1"/>
|
|
383
|
+
<line num="40" count="34" type="stmt"/>
|
|
384
|
+
<line num="43" count="34" type="stmt"/>
|
|
385
|
+
<line num="46" count="72" type="cond" truecount="1" falsecount="1"/>
|
|
386
|
+
<line num="48" count="72" type="stmt"/>
|
|
1240
387
|
</file>
|
|
1241
388
|
</package>
|
|
1242
389
|
<package name="Components.ToolTip">
|
|
1243
|
-
<metrics statements="1" coveredstatements="1" conditionals="10" coveredconditionals="
|
|
390
|
+
<metrics statements="1" coveredstatements="1" conditionals="10" coveredconditionals="8" methods="1" coveredmethods="1"/>
|
|
1244
391
|
<file name="ToolTip.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/ToolTip/ToolTip.tsx">
|
|
1245
|
-
<metrics statements="1" coveredstatements="1" conditionals="10" coveredconditionals="
|
|
1246
|
-
<line num="31" count="
|
|
1247
|
-
</file>
|
|
1248
|
-
</package>
|
|
1249
|
-
<package name="Components.UserDetails">
|
|
1250
|
-
<metrics statements="111" coveredstatements="98" conditionals="161" coveredconditionals="115" methods="35" coveredmethods="28"/>
|
|
1251
|
-
<file name="AddUserModal.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/UserDetails/AddUserModal.tsx">
|
|
1252
|
-
<metrics statements="42" coveredstatements="41" conditionals="24" coveredconditionals="20" methods="14" coveredmethods="13"/>
|
|
1253
|
-
<line num="26" count="2" type="stmt"/>
|
|
1254
|
-
<line num="28" count="2" type="stmt"/>
|
|
1255
|
-
<line num="35" count="2" type="stmt"/>
|
|
1256
|
-
<line num="45" count="33" type="stmt"/>
|
|
1257
|
-
<line num="46" count="33" type="stmt"/>
|
|
1258
|
-
<line num="47" count="33" type="stmt"/>
|
|
1259
|
-
<line num="49" count="33" type="stmt"/>
|
|
1260
|
-
<line num="50" count="14" type="cond" truecount="2" falsecount="0"/>
|
|
1261
|
-
<line num="51" count="7" type="stmt"/>
|
|
1262
|
-
<line num="52" count="7" type="stmt"/>
|
|
1263
|
-
<line num="56" count="33" type="stmt"/>
|
|
1264
|
-
<line num="57" count="4" type="stmt"/>
|
|
1265
|
-
<line num="58" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
1266
|
-
<line num="59" count="3" type="stmt"/>
|
|
1267
|
-
<line num="60" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
1268
|
-
<line num="61" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
1269
|
-
<line num="62" count="2" type="stmt"/>
|
|
1270
|
-
<line num="63" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1271
|
-
<line num="64" count="1" type="stmt"/>
|
|
1272
|
-
<line num="66" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
1273
|
-
<line num="67" count="4" type="stmt"/>
|
|
1274
|
-
<line num="71" count="33" type="stmt"/>
|
|
1275
|
-
<line num="72" count="99" type="stmt"/>
|
|
1276
|
-
<line num="73" count="6" type="stmt"/>
|
|
1277
|
-
<line num="74" count="6" type="stmt"/>
|
|
1278
|
-
<line num="75" count="6" type="stmt"/>
|
|
1279
|
-
<line num="78" count="33" type="stmt"/>
|
|
1280
|
-
<line num="79" count="4" type="stmt"/>
|
|
1281
|
-
<line num="80" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
1282
|
-
<line num="81" count="3" type="stmt"/>
|
|
1283
|
-
<line num="82" count="3" type="stmt"/>
|
|
1284
|
-
<line num="84" count="1" type="stmt"/>
|
|
1285
|
-
<line num="97" count="33" type="stmt"/>
|
|
1286
|
-
<line num="116" count="33" type="stmt"/>
|
|
1287
|
-
<line num="131" count="99" type="stmt"/>
|
|
1288
|
-
<line num="151" count="25" type="stmt"/>
|
|
1289
|
-
<line num="157" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1290
|
-
<line num="158" count="0" type="stmt"/>
|
|
1291
|
-
<line num="159" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1292
|
-
<line num="160" count="1" type="stmt"/>
|
|
1293
|
-
<line num="164" count="1" type="stmt"/>
|
|
1294
|
-
<line num="165" count="1" type="stmt"/>
|
|
1295
|
-
</file>
|
|
1296
|
-
<file name="ChangeRoleModal.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/UserDetails/ChangeRoleModal.tsx">
|
|
1297
|
-
<metrics statements="27" coveredstatements="24" conditionals="28" coveredconditionals="22" methods="6" coveredmethods="6"/>
|
|
1298
|
-
<line num="20" count="2" type="stmt"/>
|
|
1299
|
-
<line num="32" count="26" type="stmt"/>
|
|
1300
|
-
<line num="33" count="26" type="stmt"/>
|
|
1301
|
-
<line num="34" count="26" type="stmt"/>
|
|
1302
|
-
<line num="36" count="26" type="stmt"/>
|
|
1303
|
-
<line num="37" count="14" type="cond" truecount="4" falsecount="0"/>
|
|
1304
|
-
<line num="38" count="7" type="stmt"/>
|
|
1305
|
-
<line num="39" count="8" type="stmt"/>
|
|
1306
|
-
<line num="41" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
1307
|
-
<line num="42" count="7" type="stmt"/>
|
|
1308
|
-
<line num="43" count="7" type="cond" truecount="1" falsecount="1"/>
|
|
1309
|
-
<line num="44" count="7" type="stmt"/>
|
|
1310
|
-
<line num="45" count="7" type="stmt"/>
|
|
1311
|
-
<line num="50" count="26" type="stmt"/>
|
|
1312
|
-
<line num="52" count="26" type="stmt"/>
|
|
1313
|
-
<line num="53" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
1314
|
-
<line num="54" count="0" type="stmt"/>
|
|
1315
|
-
<line num="55" count="0" type="stmt"/>
|
|
1316
|
-
<line num="57" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1317
|
-
<line num="58" count="1" type="stmt"/>
|
|
1318
|
-
<line num="61" count="26" type="stmt"/>
|
|
1319
|
-
<line num="83" count="37" type="stmt"/>
|
|
1320
|
-
<line num="89" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
1321
|
-
<line num="90" count="0" type="stmt"/>
|
|
1322
|
-
<line num="91" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
1323
|
-
<line num="92" count="2" type="stmt"/>
|
|
1324
|
-
<line num="96" count="2" type="stmt"/>
|
|
1325
|
-
</file>
|
|
1326
|
-
<file name="DeactivateConfirmModal.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/UserDetails/DeactivateConfirmModal.tsx">
|
|
1327
|
-
<metrics statements="3" coveredstatements="3" conditionals="14" coveredconditionals="7" methods="1" coveredmethods="1"/>
|
|
1328
|
-
<line num="21" count="2" type="stmt"/>
|
|
1329
|
-
<line num="29" count="10" type="stmt"/>
|
|
1330
|
-
<line num="31" count="10" type="stmt"/>
|
|
1331
|
-
</file>
|
|
1332
|
-
<file name="UserDetails.tsx" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Components/UserDetails/UserDetails.tsx">
|
|
1333
|
-
<metrics statements="39" coveredstatements="30" conditionals="95" coveredconditionals="66" methods="14" coveredmethods="8"/>
|
|
1334
|
-
<line num="39" count="1" type="stmt"/>
|
|
1335
|
-
<line num="78" count="1" type="stmt"/>
|
|
1336
|
-
<line num="101" count="9" type="stmt"/>
|
|
1337
|
-
<line num="102" count="9" type="stmt"/>
|
|
1338
|
-
<line num="103" count="6" type="stmt"/>
|
|
1339
|
-
<line num="111" count="9" type="stmt"/>
|
|
1340
|
-
<line num="116" count="9" type="stmt"/>
|
|
1341
|
-
<line num="121" count="9" type="stmt"/>
|
|
1342
|
-
<line num="123" count="9" type="stmt"/>
|
|
1343
|
-
<line num="125" count="9" type="cond" truecount="1" falsecount="2"/>
|
|
1344
|
-
<line num="126" count="9" type="cond" truecount="1" falsecount="1"/>
|
|
1345
|
-
<line num="127" count="9" type="cond" truecount="1" falsecount="1"/>
|
|
1346
|
-
<line num="128" count="9" type="cond" truecount="1" falsecount="1"/>
|
|
1347
|
-
<line num="129" count="9" type="stmt"/>
|
|
1348
|
-
<line num="130" count="9" type="stmt"/>
|
|
1349
|
-
<line num="132" count="9" type="stmt"/>
|
|
1350
|
-
<line num="133" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1351
|
-
<line num="134" count="0" type="stmt"/>
|
|
1352
|
-
<line num="137" count="9" type="stmt"/>
|
|
1353
|
-
<line num="138" count="22" type="stmt"/>
|
|
1354
|
-
<line num="152" count="9" type="stmt"/>
|
|
1355
|
-
<line num="226" count="0" type="stmt"/>
|
|
1356
|
-
<line num="246" count="16" type="cond" truecount="2" falsecount="0"/>
|
|
1357
|
-
<line num="247" count="16" type="stmt"/>
|
|
1358
|
-
<line num="266" count="1" type="stmt"/>
|
|
1359
|
-
<line num="357" count="0" type="stmt"/>
|
|
1360
|
-
<line num="441" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1361
|
-
<line num="455" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1362
|
-
<line num="456" count="1" type="stmt"/>
|
|
1363
|
-
<line num="457" count="1" type="stmt"/>
|
|
1364
|
-
<line num="474" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1365
|
-
<line num="475" count="1" type="stmt"/>
|
|
1366
|
-
<line num="476" count="1" type="stmt"/>
|
|
1367
|
-
<line num="506" count="12" type="cond" truecount="1" falsecount="1"/>
|
|
1368
|
-
<line num="507" count="12" type="stmt"/>
|
|
1369
|
-
<line num="569" count="0" type="stmt"/>
|
|
1370
|
-
<line num="570" count="0" type="stmt"/>
|
|
1371
|
-
<line num="586" count="0" type="stmt"/>
|
|
1372
|
-
<line num="587" count="0" type="stmt"/>
|
|
1373
|
-
</file>
|
|
1374
|
-
</package>
|
|
1375
|
-
<package name="Hooks">
|
|
1376
|
-
<metrics statements="42" coveredstatements="41" conditionals="31" coveredconditionals="25" methods="15" coveredmethods="15"/>
|
|
1377
|
-
<file name="usePreferences.ts" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Hooks/usePreferences.ts">
|
|
1378
|
-
<metrics statements="42" coveredstatements="41" conditionals="31" coveredconditionals="25" methods="15" coveredmethods="15"/>
|
|
1379
|
-
<line num="20" count="1" type="stmt"/>
|
|
1380
|
-
<line num="21" count="2" type="stmt"/>
|
|
1381
|
-
<line num="23" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1382
|
-
<line num="24" count="1" type="stmt"/>
|
|
1383
|
-
<line num="26" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1384
|
-
<line num="27" count="1" type="stmt"/>
|
|
1385
|
-
<line num="29" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1386
|
-
<line num="30" count="1" type="stmt"/>
|
|
1387
|
-
<line num="32" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
1388
|
-
<line num="33" count="0" type="stmt"/>
|
|
1389
|
-
<line num="35" count="2" type="stmt"/>
|
|
1390
|
-
<line num="36" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1391
|
-
<line num="39" count="1" type="stmt"/>
|
|
1392
|
-
<line num="50" count="7" type="stmt"/>
|
|
1393
|
-
<line num="51" count="7" type="stmt"/>
|
|
1394
|
-
<line num="53" count="7" type="stmt"/>
|
|
1395
|
-
<line num="54" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1396
|
-
<line num="55" count="1" type="stmt"/>
|
|
1397
|
-
<line num="57" count="2" type="stmt"/>
|
|
1398
|
-
<line num="58" count="2" type="stmt"/>
|
|
1399
|
-
<line num="59" count="2" type="stmt"/>
|
|
1400
|
-
<line num="64" count="1" type="stmt"/>
|
|
1401
|
-
<line num="65" count="1" type="stmt"/>
|
|
1402
|
-
<line num="66" count="1" type="stmt"/>
|
|
1403
|
-
<line num="67" count="2" type="stmt"/>
|
|
1404
|
-
<line num="71" count="7" type="stmt"/>
|
|
1405
|
-
<line num="74" count="1" type="stmt"/>
|
|
1406
|
-
<line num="82" count="9" type="stmt"/>
|
|
1407
|
-
<line num="83" count="9" type="stmt"/>
|
|
1408
|
-
<line num="85" count="9" type="cond" truecount="0" falsecount="1"/>
|
|
1409
|
-
<line num="86" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
1410
|
-
<line num="87" count="3" type="stmt"/>
|
|
1411
|
-
<line num="88" count="3" type="stmt"/>
|
|
1412
|
-
<line num="96" count="2" type="stmt"/>
|
|
1413
|
-
<line num="97" count="2" type="stmt"/>
|
|
1414
|
-
<line num="98" count="1" type="stmt"/>
|
|
1415
|
-
<line num="99" count="3" type="stmt"/>
|
|
1416
|
-
<line num="102" count="9" type="stmt"/>
|
|
1417
|
-
<line num="103" count="9" type="stmt"/>
|
|
1418
|
-
<line num="105" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1419
|
-
<line num="106" count="2" type="stmt"/>
|
|
1420
|
-
<line num="109" count="9" type="stmt"/>
|
|
1421
|
-
</file>
|
|
1422
|
-
</package>
|
|
1423
|
-
<package name="Theme">
|
|
1424
|
-
<metrics statements="14" coveredstatements="14" conditionals="4" coveredconditionals="4" methods="8" coveredmethods="8"/>
|
|
1425
|
-
<file name="buildBrandTokens.ts" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Theme/buildBrandTokens.ts">
|
|
1426
|
-
<metrics statements="9" coveredstatements="9" conditionals="4" coveredconditionals="4" methods="3" coveredmethods="3"/>
|
|
1427
|
-
<line num="5" count="6" type="stmt"/>
|
|
1428
|
-
<line num="6" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1429
|
-
<line num="7" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1430
|
-
<line num="8" count="2" type="stmt"/>
|
|
1431
|
-
<line num="10" count="4" type="stmt"/>
|
|
1432
|
-
<line num="14" count="1" type="stmt"/>
|
|
1433
|
-
<line num="15" count="1" type="stmt"/>
|
|
1434
|
-
<line num="28" count="1" type="stmt"/>
|
|
1435
|
-
<line num="29" count="1" type="stmt"/>
|
|
1436
|
-
</file>
|
|
1437
|
-
<file name="chartColorsFromTheme.ts" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Theme/chartColorsFromTheme.ts">
|
|
1438
|
-
<metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="5" coveredmethods="5"/>
|
|
1439
|
-
<line num="7" count="1" type="stmt"/>
|
|
1440
|
-
<line num="24" count="2" type="stmt"/>
|
|
1441
|
-
<line num="34" count="1" type="stmt"/>
|
|
1442
|
-
<line num="38" count="1" type="stmt"/>
|
|
1443
|
-
<line num="42" count="1" type="stmt"/>
|
|
392
|
+
<metrics statements="1" coveredstatements="1" conditionals="10" coveredconditionals="8" methods="1" coveredmethods="1"/>
|
|
393
|
+
<line num="31" count="72" type="stmt"/>
|
|
1444
394
|
</file>
|
|
1445
395
|
</package>
|
|
1446
396
|
<package name="Utils">
|
|
1447
|
-
<metrics statements="
|
|
397
|
+
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
1448
398
|
<file name="functions.ts" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Utils/functions.ts">
|
|
1449
399
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
1450
|
-
<line num="2" count="
|
|
1451
|
-
<line num="5" count="
|
|
1452
|
-
</file>
|
|
1453
|
-
<file name="table.ts" path="/Users/mahesh/Applications/Pixelize/CRM/Micro-Components/src/Utils/table.ts">
|
|
1454
|
-
<metrics statements="155" coveredstatements="151" conditionals="146" coveredconditionals="133" methods="35" coveredmethods="35"/>
|
|
1455
|
-
<line num="11" count="18" type="cond" truecount="2" falsecount="0"/>
|
|
1456
|
-
<line num="12" count="17" type="cond" truecount="2" falsecount="0"/>
|
|
1457
|
-
<line num="13" count="17" type="stmt"/>
|
|
1458
|
-
<line num="14" count="17" type="stmt"/>
|
|
1459
|
-
<line num="15" count="17" type="stmt"/>
|
|
1460
|
-
<line num="16" count="17" type="stmt"/>
|
|
1461
|
-
<line num="17" count="17" type="cond" truecount="4" falsecount="0"/>
|
|
1462
|
-
<line num="18" count="16" type="cond" truecount="2" falsecount="0"/>
|
|
1463
|
-
<line num="19" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
1464
|
-
<line num="21" count="14" type="stmt"/>
|
|
1465
|
-
<line num="22" count="14" type="stmt"/>
|
|
1466
|
-
<line num="23" count="14" type="cond" truecount="4" falsecount="0"/>
|
|
1467
|
-
<line num="25" count="5" type="stmt"/>
|
|
1468
|
-
<line num="26" count="5" type="stmt"/>
|
|
1469
|
-
<line num="27" count="5" type="cond" truecount="4" falsecount="0"/>
|
|
1470
|
-
<line num="29" count="3" type="stmt"/>
|
|
1471
|
-
<line num="39" count="8" type="stmt"/>
|
|
1472
|
-
<line num="40" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
1473
|
-
<line num="41" count="4" type="stmt"/>
|
|
1474
|
-
<line num="42" count="6" type="stmt"/>
|
|
1475
|
-
<line num="43" count="9" type="stmt"/>
|
|
1476
|
-
<line num="44" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
1477
|
-
<line num="46" count="0" type="stmt"/>
|
|
1478
|
-
<line num="53" count="4" type="stmt"/>
|
|
1479
|
-
<line num="54" count="385" type="cond" truecount="1" falsecount="1"/>
|
|
1480
|
-
<line num="58" count="41" type="cond" truecount="1" falsecount="1"/>
|
|
1481
|
-
<line num="59" count="41" type="stmt"/>
|
|
1482
|
-
<line num="71" count="41" type="stmt"/>
|
|
1483
|
-
<line num="72" count="41" type="stmt"/>
|
|
1484
|
-
<line num="73" count="383" type="cond" truecount="2" falsecount="0"/>
|
|
1485
|
-
<line num="80" count="4" type="stmt"/>
|
|
1486
|
-
<line num="81" count="63" type="stmt"/>
|
|
1487
|
-
<line num="82" count="63" type="stmt"/>
|
|
1488
|
-
<line num="83" count="382" type="stmt"/>
|
|
1489
|
-
<line num="84" count="63" type="stmt"/>
|
|
1490
|
-
<line num="93" count="66" type="cond" truecount="2" falsecount="0"/>
|
|
1491
|
-
<line num="94" count="64" type="cond" truecount="2" falsecount="0"/>
|
|
1492
|
-
<line num="95" count="63" type="stmt"/>
|
|
1493
|
-
<line num="107" count="2" type="stmt"/>
|
|
1494
|
-
<line num="108" count="2" type="stmt"/>
|
|
1495
|
-
<line num="109" count="2" type="stmt"/>
|
|
1496
|
-
<line num="110" count="4" type="stmt"/>
|
|
1497
|
-
<line num="111" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
1498
|
-
<line num="112" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
1499
|
-
<line num="113" count="3" type="stmt"/>
|
|
1500
|
-
<line num="114" count="3" type="stmt"/>
|
|
1501
|
-
<line num="116" count="4" type="stmt"/>
|
|
1502
|
-
<line num="118" count="3" type="stmt"/>
|
|
1503
|
-
<line num="121" count="4" type="stmt"/>
|
|
1504
|
-
<line num="125" count="4" type="stmt"/>
|
|
1505
|
-
<line num="128" count="4" type="stmt"/>
|
|
1506
|
-
<line num="129" count="4" type="cond" truecount="4" falsecount="0"/>
|
|
1507
|
-
<line num="130" count="2" type="stmt"/>
|
|
1508
|
-
<line num="133" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
1509
|
-
<line num="134" count="0" type="stmt"/>
|
|
1510
|
-
<line num="137" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
1511
|
-
<line num="138" count="2" type="stmt"/>
|
|
1512
|
-
<line num="139" count="2" type="stmt"/>
|
|
1513
|
-
<line num="142" count="0" type="stmt"/>
|
|
1514
|
-
<line num="146" count="4" type="stmt"/>
|
|
1515
|
-
<line num="147" count="11" type="cond" truecount="4" falsecount="0"/>
|
|
1516
|
-
<line num="148" count="8" type="cond" truecount="4" falsecount="0"/>
|
|
1517
|
-
<line num="149" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
1518
|
-
<line num="150" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
1519
|
-
<line num="151" count="7" type="cond" truecount="4" falsecount="0"/>
|
|
1520
|
-
<line num="152" count="1" type="cond" truecount="2" falsecount="2"/>
|
|
1521
|
-
<line num="154" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1522
|
-
<line num="155" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
1523
|
-
<line num="156" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
1524
|
-
<line num="157" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1525
|
-
<line num="158" count="2" type="cond" truecount="4" falsecount="0"/>
|
|
1526
|
-
<line num="159" count="1" type="stmt"/>
|
|
1527
|
-
<line num="167" count="4" type="stmt"/>
|
|
1528
|
-
<line num="168" count="60" type="cond" truecount="4" falsecount="0"/>
|
|
1529
|
-
<line num="169" count="59" type="cond" truecount="5" falsecount="0"/>
|
|
1530
|
-
<line num="170" count="45" type="stmt"/>
|
|
1531
|
-
<line num="172" count="14" type="cond" truecount="2" falsecount="0"/>
|
|
1532
|
-
<line num="173" count="2" type="stmt"/>
|
|
1533
|
-
<line num="175" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
1534
|
-
<line num="176" count="2" type="stmt"/>
|
|
1535
|
-
<line num="178" count="11" type="cond" truecount="1" falsecount="1"/>
|
|
1536
|
-
<line num="179" count="11" type="stmt"/>
|
|
1537
|
-
<line num="181" count="0" type="stmt"/>
|
|
1538
|
-
<line num="189" count="255" type="cond" truecount="4" falsecount="0"/>
|
|
1539
|
-
<line num="190" count="253" type="cond" truecount="2" falsecount="0"/>
|
|
1540
|
-
<line num="195" count="240" type="stmt"/>
|
|
1541
|
-
<line num="197" count="13" type="cond" truecount="2" falsecount="0"/>
|
|
1542
|
-
<line num="198" count="3" type="stmt"/>
|
|
1543
|
-
<line num="201" count="10" type="stmt"/>
|
|
1544
|
-
<line num="204" count="4" type="stmt"/>
|
|
1545
|
-
<line num="208" count="3" type="stmt"/>
|
|
1546
|
-
<line num="209" count="6" type="stmt"/>
|
|
1547
|
-
<line num="210" count="8" type="stmt"/>
|
|
1548
|
-
<line num="211" count="8" type="stmt"/>
|
|
1549
|
-
<line num="212" count="8" type="stmt"/>
|
|
1550
|
-
<line num="216" count="3" type="stmt"/>
|
|
1551
|
-
<line num="217" count="1" type="stmt"/>
|
|
1552
|
-
<line num="218" count="1" type="stmt"/>
|
|
1553
|
-
<line num="220" count="1" type="stmt"/>
|
|
1554
|
-
<line num="221" count="1" type="stmt"/>
|
|
1555
|
-
<line num="222" count="1" type="stmt"/>
|
|
1556
|
-
<line num="223" count="1" type="stmt"/>
|
|
1557
|
-
<line num="225" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1558
|
-
<line num="226" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1559
|
-
<line num="228" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1560
|
-
<line num="229" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1561
|
-
<line num="232" count="1" type="stmt"/>
|
|
1562
|
-
<line num="241" count="1" type="stmt"/>
|
|
1563
|
-
<line num="242" count="2" type="stmt"/>
|
|
1564
|
-
<line num="243" count="2" type="stmt"/>
|
|
1565
|
-
<line num="244" count="1" type="stmt"/>
|
|
1566
|
-
<line num="253" count="1" type="stmt"/>
|
|
1567
|
-
<line num="254" count="1" type="stmt"/>
|
|
1568
|
-
<line num="256" count="1" type="stmt"/>
|
|
1569
|
-
<line num="257" count="1" type="stmt"/>
|
|
1570
|
-
<line num="260" count="1" type="stmt"/>
|
|
1571
|
-
<line num="262" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1572
|
-
<line num="263" count="1" type="stmt"/>
|
|
1573
|
-
<line num="266" count="2" type="stmt"/>
|
|
1574
|
-
<line num="267" count="1" type="stmt"/>
|
|
1575
|
-
<line num="273" count="1" type="stmt"/>
|
|
1576
|
-
<line num="276" count="4" type="stmt"/>
|
|
1577
|
-
<line num="277" count="3" type="stmt"/>
|
|
1578
|
-
<line num="278" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1579
|
-
<line num="279" count="1" type="stmt"/>
|
|
1580
|
-
<line num="280" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1581
|
-
<line num="281" count="1" type="stmt"/>
|
|
1582
|
-
<line num="283" count="1" type="stmt"/>
|
|
1583
|
-
<line num="298" count="4" type="stmt"/>
|
|
1584
|
-
<line num="309" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
1585
|
-
<line num="312" count="5" type="stmt"/>
|
|
1586
|
-
<line num="315" count="5" type="stmt"/>
|
|
1587
|
-
<line num="316" count="5" type="stmt"/>
|
|
1588
|
-
<line num="317" count="5" type="stmt"/>
|
|
1589
|
-
<line num="318" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
1590
|
-
<line num="319" count="1" type="stmt"/>
|
|
1591
|
-
<line num="321" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1592
|
-
<line num="322" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
1593
|
-
<line num="323" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1594
|
-
<line num="324" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1595
|
-
<line num="325" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1596
|
-
<line num="326" count="1" type="stmt"/>
|
|
1597
|
-
<line num="329" count="5" type="stmt"/>
|
|
1598
|
-
<line num="330" count="5" type="stmt"/>
|
|
1599
|
-
<line num="331" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
1600
|
-
<line num="332" count="1" type="stmt"/>
|
|
1601
|
-
<line num="333" count="1" type="stmt"/>
|
|
1602
|
-
<line num="336" count="5" type="stmt"/>
|
|
1603
|
-
<line num="350" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1604
|
-
<line num="352" count="2" type="stmt"/>
|
|
1605
|
-
<line num="354" count="2" type="stmt"/>
|
|
1606
|
-
<line num="355" count="3" type="stmt"/>
|
|
1607
|
-
<line num="356" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
1608
|
-
<line num="362" count="1" type="stmt"/>
|
|
1609
|
-
<line num="365" count="4" type="stmt"/>
|
|
400
|
+
<line num="2" count="225" type="stmt"/>
|
|
401
|
+
<line num="5" count="225" type="stmt"/>
|
|
1610
402
|
</file>
|
|
1611
403
|
</package>
|
|
1612
404
|
</project>
|