@react-md/core 1.0.0-next.7 → 1.0.0-next.8
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/.turbo/turbo-build.log +6 -6
- package/CHANGELOG.md +6 -0
- package/coverage/clover.xml +264 -389
- package/coverage/coverage-final.json +2 -3
- package/coverage/lcov-report/MenuItemCheckbox.tsx.html +223 -0
- package/coverage/lcov-report/MenuItemInputToggle.tsx.html +178 -232
- package/coverage/lcov-report/MenuItemRadio.tsx.html +436 -0
- package/coverage/lcov-report/SrOnly.tsx.html +328 -0
- package/coverage/lcov-report/Typography.tsx.html +1027 -0
- package/coverage/lcov-report/index.html +15 -30
- package/coverage/lcov-report/menuItemInputToggleStyles.ts.html +319 -0
- package/coverage/lcov.info +304 -436
- package/dist/_core.scss +49 -43
- package/dist/badge/_badge.scss +23 -19
- package/dist/form/MenuItemInputToggle.d.ts +2 -15
- package/dist/form/MenuItemInputToggle.js +26 -37
- package/dist/form/MenuItemInputToggle.js.map +1 -1
- package/dist/form/_form.scss +39 -16
- package/dist/form/menuItemInputToggleStyles.d.ts +39 -0
- package/dist/form/menuItemInputToggleStyles.js +31 -0
- package/dist/form/menuItemInputToggleStyles.js.map +1 -0
- package/dist/icon/_icon.scss +7 -5
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/interaction/_interaction.scss +56 -44
- package/dist/list/types.d.ts +10 -1
- package/dist/list/types.js.map +1 -1
- package/dist/menu/_menu.scss +1 -0
- package/dist/theme/_theme.scss +192 -34
- package/dist/typography/SrOnly.d.ts +3 -3
- package/dist/typography/SrOnly.js +4 -4
- package/dist/typography/SrOnly.js.map +1 -1
- package/dist/typography/Typography.d.ts +19 -19
- package/dist/typography/Typography.js +19 -19
- package/dist/typography/Typography.js.map +1 -1
- package/dist/typography/_typography.scss +65 -25
- package/package.json +11 -11
- package/src/_core.scss +49 -43
- package/src/badge/_badge.scss +23 -19
- package/src/button/__tests__/__snapshots__/Button.tsx.snap +1 -1
- package/src/form/MenuItemInputToggle.tsx +46 -64
- package/src/form/__tests__/MenuItemCheckbox.tsx +53 -0
- package/src/form/__tests__/MenuItemRadio.tsx +53 -0
- package/src/form/__tests__/__snapshots__/FileInput.tsx.snap +23 -23
- package/src/form/__tests__/__snapshots__/MenuItemCheckbox.tsx.snap +96 -0
- package/src/form/__tests__/__snapshots__/MenuItemRadio.tsx.snap +96 -0
- package/src/form/_form.scss +39 -16
- package/src/form/menuItemInputToggleStyles.ts +78 -0
- package/src/icon/_icon.scss +7 -5
- package/src/index.ts +1 -0
- package/src/interaction/_interaction.scss +56 -44
- package/src/list/types.ts +12 -1
- package/src/menu/_menu.scss +1 -0
- package/src/theme/_theme.scss +192 -34
- package/src/typography/SrOnly.tsx +9 -9
- package/src/typography/Typography.tsx +19 -19
- package/src/typography/__tests__/__snapshots__/SrOnly.tsx.snap +5 -5
- package/src/typography/_typography.scss +65 -25
- package/.turbo/turbo-lint.log +0 -12
package/coverage/clover.xml
CHANGED
|
@@ -1,9 +1,93 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
5
|
-
<file name="
|
|
6
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1706310994525" clover="3.2.0">
|
|
3
|
+
<project timestamp="1706310994525" name="All files">
|
|
4
|
+
<metrics statements="395" coveredstatements="395" conditionals="27" coveredconditionals="27" methods="4" coveredmethods="4" elements="426" coveredelements="426" complexity="0" loc="395" ncloc="395" packages="1" files="2" classes="2"/>
|
|
5
|
+
<file name="SrOnly.tsx" path="/home/mlaursen/code/react-md/packages/core/src/typography/SrOnly.tsx">
|
|
6
|
+
<metrics statements="81" coveredstatements="81" conditionals="8" coveredconditionals="8" methods="1" coveredmethods="1"/>
|
|
7
|
+
<line num="1" count="1" type="stmt"/>
|
|
8
|
+
<line num="2" count="1" type="stmt"/>
|
|
9
|
+
<line num="3" count="1" type="stmt"/>
|
|
10
|
+
<line num="4" count="1" type="stmt"/>
|
|
11
|
+
<line num="5" count="1" type="stmt"/>
|
|
12
|
+
<line num="6" count="1" type="stmt"/>
|
|
13
|
+
<line num="7" count="1" type="stmt"/>
|
|
14
|
+
<line num="8" count="1" type="stmt"/>
|
|
15
|
+
<line num="9" count="1" type="stmt"/>
|
|
16
|
+
<line num="10" count="1" type="stmt"/>
|
|
17
|
+
<line num="11" count="1" type="stmt"/>
|
|
18
|
+
<line num="12" count="1" type="stmt"/>
|
|
19
|
+
<line num="13" count="1" type="stmt"/>
|
|
20
|
+
<line num="14" count="1" type="stmt"/>
|
|
21
|
+
<line num="15" count="1" type="stmt"/>
|
|
22
|
+
<line num="16" count="1" type="stmt"/>
|
|
23
|
+
<line num="17" count="1" type="stmt"/>
|
|
24
|
+
<line num="18" count="1" type="stmt"/>
|
|
25
|
+
<line num="19" count="1" type="stmt"/>
|
|
26
|
+
<line num="20" count="1" type="stmt"/>
|
|
27
|
+
<line num="21" count="1" type="stmt"/>
|
|
28
|
+
<line num="22" count="1" type="stmt"/>
|
|
29
|
+
<line num="23" count="1" type="stmt"/>
|
|
30
|
+
<line num="24" count="1" type="stmt"/>
|
|
31
|
+
<line num="25" count="1" type="stmt"/>
|
|
32
|
+
<line num="26" count="1" type="stmt"/>
|
|
33
|
+
<line num="27" count="1" type="stmt"/>
|
|
34
|
+
<line num="28" count="1" type="stmt"/>
|
|
35
|
+
<line num="29" count="1" type="stmt"/>
|
|
36
|
+
<line num="30" count="1" type="stmt"/>
|
|
37
|
+
<line num="31" count="1" type="stmt"/>
|
|
38
|
+
<line num="32" count="1" type="stmt"/>
|
|
39
|
+
<line num="33" count="1" type="stmt"/>
|
|
40
|
+
<line num="34" count="1" type="stmt"/>
|
|
41
|
+
<line num="35" count="1" type="stmt"/>
|
|
42
|
+
<line num="36" count="1" type="stmt"/>
|
|
43
|
+
<line num="37" count="1" type="stmt"/>
|
|
44
|
+
<line num="38" count="1" type="stmt"/>
|
|
45
|
+
<line num="39" count="1" type="stmt"/>
|
|
46
|
+
<line num="40" count="1" type="stmt"/>
|
|
47
|
+
<line num="41" count="1" type="stmt"/>
|
|
48
|
+
<line num="42" count="1" type="stmt"/>
|
|
49
|
+
<line num="43" count="1" type="stmt"/>
|
|
50
|
+
<line num="44" count="1" type="stmt"/>
|
|
51
|
+
<line num="45" count="1" type="stmt"/>
|
|
52
|
+
<line num="46" count="1" type="stmt"/>
|
|
53
|
+
<line num="47" count="1" type="stmt"/>
|
|
54
|
+
<line num="48" count="1" type="stmt"/>
|
|
55
|
+
<line num="49" count="1" type="stmt"/>
|
|
56
|
+
<line num="50" count="1" type="stmt"/>
|
|
57
|
+
<line num="51" count="1" type="stmt"/>
|
|
58
|
+
<line num="52" count="1" type="stmt"/>
|
|
59
|
+
<line num="53" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
60
|
+
<line num="54" count="32" type="stmt"/>
|
|
61
|
+
<line num="55" count="32" type="stmt"/>
|
|
62
|
+
<line num="56" count="32" type="stmt"/>
|
|
63
|
+
<line num="57" count="32" type="stmt"/>
|
|
64
|
+
<line num="58" count="32" type="stmt"/>
|
|
65
|
+
<line num="59" count="32" type="stmt"/>
|
|
66
|
+
<line num="60" count="32" type="stmt"/>
|
|
67
|
+
<line num="61" count="32" type="stmt"/>
|
|
68
|
+
<line num="62" count="32" type="stmt"/>
|
|
69
|
+
<line num="63" count="32" type="stmt"/>
|
|
70
|
+
<line num="64" count="32" type="stmt"/>
|
|
71
|
+
<line num="65" count="32" type="stmt"/>
|
|
72
|
+
<line num="66" count="32" type="stmt"/>
|
|
73
|
+
<line num="67" count="32" type="stmt"/>
|
|
74
|
+
<line num="68" count="32" type="stmt"/>
|
|
75
|
+
<line num="69" count="32" type="stmt"/>
|
|
76
|
+
<line num="70" count="32" type="stmt"/>
|
|
77
|
+
<line num="71" count="32" type="cond" truecount="3" falsecount="0"/>
|
|
78
|
+
<line num="72" count="32" type="stmt"/>
|
|
79
|
+
<line num="73" count="32" type="cond" truecount="4" falsecount="0"/>
|
|
80
|
+
<line num="74" count="32" type="stmt"/>
|
|
81
|
+
<line num="75" count="32" type="stmt"/>
|
|
82
|
+
<line num="76" count="32" type="stmt"/>
|
|
83
|
+
<line num="77" count="32" type="stmt"/>
|
|
84
|
+
<line num="78" count="32" type="stmt"/>
|
|
85
|
+
<line num="79" count="32" type="stmt"/>
|
|
86
|
+
<line num="80" count="32" type="stmt"/>
|
|
87
|
+
<line num="81" count="1" type="stmt"/>
|
|
88
|
+
</file>
|
|
89
|
+
<file name="Typography.tsx" path="/home/mlaursen/code/react-md/packages/core/src/typography/Typography.tsx">
|
|
90
|
+
<metrics statements="314" coveredstatements="314" conditionals="19" coveredconditionals="19" methods="3" coveredmethods="3"/>
|
|
7
91
|
<line num="1" count="1" type="stmt"/>
|
|
8
92
|
<line num="2" count="1" type="stmt"/>
|
|
9
93
|
<line num="3" count="1" type="stmt"/>
|
|
@@ -142,391 +226,182 @@
|
|
|
142
226
|
<line num="136" count="1" type="stmt"/>
|
|
143
227
|
<line num="137" count="1" type="stmt"/>
|
|
144
228
|
<line num="138" count="1" type="stmt"/>
|
|
145
|
-
<line num="139" count="1" type="
|
|
146
|
-
<line num="140" count="
|
|
147
|
-
<line num="141" count="
|
|
148
|
-
<line num="142" count="
|
|
149
|
-
<line num="143" count="
|
|
150
|
-
<line num="144" count="
|
|
151
|
-
<line num="145" count="
|
|
152
|
-
<line num="146" count="
|
|
153
|
-
<line num="147" count="
|
|
154
|
-
<line num="148" count="
|
|
155
|
-
<line num="149" count="
|
|
156
|
-
<line num="150" count="
|
|
157
|
-
<line num="151" count="
|
|
158
|
-
<line num="152" count="
|
|
159
|
-
<line num="153" count="
|
|
160
|
-
<line num="154" count="
|
|
161
|
-
<line num="155" count="
|
|
162
|
-
<line num="156" count="
|
|
163
|
-
<line num="157" count="
|
|
164
|
-
<line num="158" count="
|
|
165
|
-
<line num="159" count="
|
|
166
|
-
<line num="160" count="
|
|
167
|
-
<line num="161" count="
|
|
168
|
-
<line num="162" count="
|
|
169
|
-
<line num="163" count="
|
|
170
|
-
<line num="164" count="
|
|
171
|
-
<line num="165" count="
|
|
172
|
-
<line num="166" count="
|
|
173
|
-
<line num="167" count="
|
|
174
|
-
<line num="168" count="
|
|
175
|
-
<line num="169" count="
|
|
176
|
-
<line num="170" count="
|
|
177
|
-
<line num="171" count="
|
|
178
|
-
<line num="172" count="
|
|
179
|
-
<line num="173" count="
|
|
180
|
-
<line num="174" count="
|
|
181
|
-
<line num="175" count="
|
|
182
|
-
<line num="176" count="
|
|
183
|
-
<line num="177" count="
|
|
184
|
-
<line num="178" count="
|
|
185
|
-
<line num="179" count="
|
|
186
|
-
<line num="180" count="
|
|
187
|
-
<line num="181" count="
|
|
188
|
-
<line num="182" count="
|
|
189
|
-
<line num="183" count="
|
|
190
|
-
<line num="184" count="
|
|
191
|
-
<line num="185" count="
|
|
192
|
-
<line num="186" count="
|
|
193
|
-
<line num="187" count="
|
|
194
|
-
<line num="188" count="
|
|
195
|
-
<line num="189" count="
|
|
196
|
-
<line num="190" count="
|
|
197
|
-
<line num="191" count="
|
|
198
|
-
<line num="192" count="
|
|
199
|
-
<line num="193" count="
|
|
200
|
-
<line num="194" count="
|
|
201
|
-
<line num="195" count="
|
|
202
|
-
<line num="196" count="
|
|
203
|
-
<line num="197" count="
|
|
204
|
-
<line num="198" count="
|
|
205
|
-
<line num="199" count="
|
|
206
|
-
<line num="200" count="
|
|
207
|
-
<line num="201" count="
|
|
208
|
-
<line num="202" count="
|
|
209
|
-
<line num="203" count="
|
|
210
|
-
<line num="204" count="
|
|
211
|
-
<line num="205" count="
|
|
212
|
-
<line num="206" count="
|
|
213
|
-
<line num="207" count="
|
|
214
|
-
<line num="208" count="
|
|
215
|
-
<line num="209" count="
|
|
216
|
-
<line num="210" count="
|
|
217
|
-
<line num="211" count="
|
|
218
|
-
<line num="212" count="
|
|
219
|
-
<line num="213" count="
|
|
220
|
-
<line num="214" count="
|
|
221
|
-
<line num="215" count="
|
|
222
|
-
<line num="216" count="
|
|
223
|
-
<line num="217" count="
|
|
224
|
-
<line num="218" count="
|
|
225
|
-
<line num="219" count="
|
|
226
|
-
<line num="220" count="
|
|
227
|
-
<line num="221" count="
|
|
228
|
-
<line num="222" count="
|
|
229
|
-
<line num="223" count="
|
|
230
|
-
<line num="224" count="
|
|
231
|
-
<line num="225" count="
|
|
232
|
-
<line num="226" count="
|
|
233
|
-
<line num="227" count="
|
|
234
|
-
<line num="228" count="
|
|
235
|
-
<line num="229" count="
|
|
236
|
-
<line num="230" count="
|
|
237
|
-
<line num="231" count="
|
|
238
|
-
<line num="232" count="
|
|
239
|
-
<line num="233" count="
|
|
240
|
-
<line num="234" count="
|
|
241
|
-
<line num="235" count="
|
|
242
|
-
<line num="236" count="
|
|
243
|
-
<line num="237" count="
|
|
244
|
-
<line num="238" count="
|
|
245
|
-
<line num="239" count="
|
|
246
|
-
<line num="240" count="
|
|
247
|
-
<line num="241" count="
|
|
248
|
-
<line num="242" count="
|
|
249
|
-
<line num="243" count="
|
|
250
|
-
<line num="244" count="
|
|
251
|
-
<line num="245" count="
|
|
252
|
-
<line num="246" count="
|
|
253
|
-
<line num="247" count="
|
|
254
|
-
<line num="248" count="
|
|
255
|
-
<line num="249" count="
|
|
256
|
-
<line num="250" count="
|
|
257
|
-
<line num="251" count="
|
|
258
|
-
<line num="252" count="
|
|
259
|
-
<line num="253" count="
|
|
260
|
-
<line num="254" count="
|
|
261
|
-
<line num="255" count="
|
|
262
|
-
<line num="256" count="
|
|
263
|
-
<line num="257" count="
|
|
264
|
-
<line num="258" count="
|
|
265
|
-
<line num="259" count="
|
|
266
|
-
<line num="260" count="
|
|
267
|
-
<line num="261" count="
|
|
268
|
-
<line num="262" count="
|
|
269
|
-
<line num="263" count="
|
|
270
|
-
<line num="264" count="
|
|
271
|
-
<line num="265" count="
|
|
272
|
-
<line num="266" count="
|
|
273
|
-
<line num="267" count="
|
|
274
|
-
<line num="268" count="
|
|
229
|
+
<line num="139" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
230
|
+
<line num="140" count="212" type="stmt"/>
|
|
231
|
+
<line num="141" count="212" type="stmt"/>
|
|
232
|
+
<line num="142" count="212" type="stmt"/>
|
|
233
|
+
<line num="143" count="212" type="stmt"/>
|
|
234
|
+
<line num="144" count="212" type="stmt"/>
|
|
235
|
+
<line num="145" count="212" type="stmt"/>
|
|
236
|
+
<line num="146" count="212" type="stmt"/>
|
|
237
|
+
<line num="147" count="212" type="stmt"/>
|
|
238
|
+
<line num="148" count="212" type="cond" truecount="1" falsecount="0"/>
|
|
239
|
+
<line num="149" count="212" type="stmt"/>
|
|
240
|
+
<line num="150" count="212" type="stmt"/>
|
|
241
|
+
<line num="151" count="212" type="stmt"/>
|
|
242
|
+
<line num="152" count="1" type="stmt"/>
|
|
243
|
+
<line num="153" count="1" type="stmt"/>
|
|
244
|
+
<line num="154" count="1" type="stmt"/>
|
|
245
|
+
<line num="155" count="1" type="stmt"/>
|
|
246
|
+
<line num="156" count="1" type="stmt"/>
|
|
247
|
+
<line num="157" count="1" type="stmt"/>
|
|
248
|
+
<line num="158" count="1" type="stmt"/>
|
|
249
|
+
<line num="159" count="1" type="stmt"/>
|
|
250
|
+
<line num="160" count="1" type="stmt"/>
|
|
251
|
+
<line num="161" count="1" type="stmt"/>
|
|
252
|
+
<line num="162" count="1" type="stmt"/>
|
|
253
|
+
<line num="163" count="1" type="stmt"/>
|
|
254
|
+
<line num="164" count="1" type="stmt"/>
|
|
255
|
+
<line num="165" count="1" type="stmt"/>
|
|
256
|
+
<line num="166" count="1" type="stmt"/>
|
|
257
|
+
<line num="167" count="1" type="stmt"/>
|
|
258
|
+
<line num="168" count="1" type="stmt"/>
|
|
259
|
+
<line num="169" count="1" type="stmt"/>
|
|
260
|
+
<line num="170" count="1" type="stmt"/>
|
|
261
|
+
<line num="171" count="1" type="stmt"/>
|
|
262
|
+
<line num="172" count="1" type="stmt"/>
|
|
263
|
+
<line num="173" count="1" type="stmt"/>
|
|
264
|
+
<line num="174" count="1" type="stmt"/>
|
|
265
|
+
<line num="175" count="210" type="cond" truecount="1" falsecount="0"/>
|
|
266
|
+
<line num="176" count="210" type="stmt"/>
|
|
267
|
+
<line num="177" count="210" type="stmt"/>
|
|
268
|
+
<line num="178" count="210" type="stmt"/>
|
|
269
|
+
<line num="179" count="210" type="cond" truecount="1" falsecount="0"/>
|
|
270
|
+
<line num="180" count="14" type="stmt"/>
|
|
271
|
+
<line num="181" count="14" type="cond" truecount="2" falsecount="0"/>
|
|
272
|
+
<line num="182" count="196" type="stmt"/>
|
|
273
|
+
<line num="183" count="196" type="stmt"/>
|
|
274
|
+
<line num="184" count="197" type="cond" truecount="1" falsecount="0"/>
|
|
275
|
+
<line num="185" count="1" type="stmt"/>
|
|
276
|
+
<line num="186" count="210" type="cond" truecount="1" falsecount="0"/>
|
|
277
|
+
<line num="187" count="1" type="stmt"/>
|
|
278
|
+
<line num="188" count="210" type="cond" truecount="1" falsecount="0"/>
|
|
279
|
+
<line num="189" count="1" type="stmt"/>
|
|
280
|
+
<line num="190" count="210" type="cond" truecount="1" falsecount="0"/>
|
|
281
|
+
<line num="191" count="1" type="stmt"/>
|
|
282
|
+
<line num="192" count="210" type="cond" truecount="1" falsecount="0"/>
|
|
283
|
+
<line num="193" count="2" type="stmt"/>
|
|
284
|
+
<line num="194" count="210" type="cond" truecount="1" falsecount="0"/>
|
|
285
|
+
<line num="195" count="210" type="cond" truecount="1" falsecount="0"/>
|
|
286
|
+
<line num="196" count="210" type="cond" truecount="1" falsecount="0"/>
|
|
287
|
+
<line num="197" count="176" type="stmt"/>
|
|
288
|
+
<line num="198" count="210" type="cond" truecount="1" falsecount="0"/>
|
|
289
|
+
<line num="199" count="210" type="cond" truecount="1" falsecount="0"/>
|
|
290
|
+
<line num="200" count="12" type="stmt"/>
|
|
291
|
+
<line num="201" count="210" type="cond" truecount="1" falsecount="0"/>
|
|
292
|
+
<line num="202" count="1" type="stmt"/>
|
|
293
|
+
<line num="203" count="210" type="cond" truecount="1" falsecount="0"/>
|
|
294
|
+
<line num="204" count="1" type="stmt"/>
|
|
295
|
+
<line num="205" count="210" type="stmt"/>
|
|
296
|
+
<line num="206" count="210" type="stmt"/>
|
|
297
|
+
<line num="207" count="1" type="stmt"/>
|
|
298
|
+
<line num="208" count="1" type="stmt"/>
|
|
299
|
+
<line num="209" count="1" type="stmt"/>
|
|
300
|
+
<line num="210" count="1" type="stmt"/>
|
|
301
|
+
<line num="211" count="1" type="stmt"/>
|
|
302
|
+
<line num="212" count="1" type="stmt"/>
|
|
303
|
+
<line num="213" count="1" type="stmt"/>
|
|
304
|
+
<line num="214" count="1" type="stmt"/>
|
|
305
|
+
<line num="215" count="1" type="stmt"/>
|
|
306
|
+
<line num="216" count="1" type="stmt"/>
|
|
307
|
+
<line num="217" count="1" type="stmt"/>
|
|
308
|
+
<line num="218" count="1" type="stmt"/>
|
|
309
|
+
<line num="219" count="1" type="stmt"/>
|
|
310
|
+
<line num="220" count="1" type="stmt"/>
|
|
311
|
+
<line num="221" count="1" type="stmt"/>
|
|
312
|
+
<line num="222" count="1" type="stmt"/>
|
|
313
|
+
<line num="223" count="1" type="stmt"/>
|
|
314
|
+
<line num="224" count="1" type="stmt"/>
|
|
315
|
+
<line num="225" count="1" type="stmt"/>
|
|
316
|
+
<line num="226" count="1" type="stmt"/>
|
|
317
|
+
<line num="227" count="1" type="stmt"/>
|
|
318
|
+
<line num="228" count="1" type="stmt"/>
|
|
319
|
+
<line num="229" count="1" type="stmt"/>
|
|
320
|
+
<line num="230" count="1" type="stmt"/>
|
|
321
|
+
<line num="231" count="1" type="stmt"/>
|
|
322
|
+
<line num="232" count="1" type="stmt"/>
|
|
323
|
+
<line num="233" count="1" type="stmt"/>
|
|
324
|
+
<line num="234" count="1" type="stmt"/>
|
|
325
|
+
<line num="235" count="1" type="stmt"/>
|
|
326
|
+
<line num="236" count="1" type="stmt"/>
|
|
327
|
+
<line num="237" count="1" type="stmt"/>
|
|
328
|
+
<line num="238" count="1" type="stmt"/>
|
|
329
|
+
<line num="239" count="1" type="stmt"/>
|
|
330
|
+
<line num="240" count="1" type="stmt"/>
|
|
331
|
+
<line num="241" count="1" type="stmt"/>
|
|
332
|
+
<line num="242" count="1" type="stmt"/>
|
|
333
|
+
<line num="243" count="1" type="stmt"/>
|
|
334
|
+
<line num="244" count="1" type="stmt"/>
|
|
335
|
+
<line num="245" count="1" type="stmt"/>
|
|
336
|
+
<line num="246" count="1" type="stmt"/>
|
|
337
|
+
<line num="247" count="1" type="stmt"/>
|
|
338
|
+
<line num="248" count="1" type="stmt"/>
|
|
339
|
+
<line num="249" count="1" type="stmt"/>
|
|
340
|
+
<line num="250" count="1" type="stmt"/>
|
|
341
|
+
<line num="251" count="1" type="stmt"/>
|
|
342
|
+
<line num="252" count="1" type="stmt"/>
|
|
343
|
+
<line num="253" count="1" type="stmt"/>
|
|
344
|
+
<line num="254" count="1" type="stmt"/>
|
|
345
|
+
<line num="255" count="1" type="stmt"/>
|
|
346
|
+
<line num="256" count="1" type="stmt"/>
|
|
347
|
+
<line num="257" count="1" type="stmt"/>
|
|
348
|
+
<line num="258" count="1" type="stmt"/>
|
|
349
|
+
<line num="259" count="1" type="stmt"/>
|
|
350
|
+
<line num="260" count="1" type="stmt"/>
|
|
351
|
+
<line num="261" count="1" type="stmt"/>
|
|
352
|
+
<line num="262" count="1" type="stmt"/>
|
|
353
|
+
<line num="263" count="1" type="stmt"/>
|
|
354
|
+
<line num="264" count="1" type="stmt"/>
|
|
355
|
+
<line num="265" count="1" type="stmt"/>
|
|
356
|
+
<line num="266" count="1" type="stmt"/>
|
|
357
|
+
<line num="267" count="1" type="stmt"/>
|
|
358
|
+
<line num="268" count="1" type="stmt"/>
|
|
275
359
|
<line num="269" count="1" type="stmt"/>
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
<
|
|
279
|
-
<line num="
|
|
280
|
-
<line num="
|
|
281
|
-
<line num="
|
|
282
|
-
<line num="
|
|
283
|
-
<line num="
|
|
284
|
-
<line num="
|
|
285
|
-
<line num="
|
|
286
|
-
<line num="
|
|
287
|
-
<line num="
|
|
288
|
-
<line num="
|
|
289
|
-
<line num="
|
|
290
|
-
<line num="
|
|
291
|
-
<line num="
|
|
292
|
-
<line num="
|
|
293
|
-
<line num="
|
|
294
|
-
<line num="
|
|
295
|
-
<line num="
|
|
296
|
-
<line num="
|
|
297
|
-
<line num="
|
|
298
|
-
<line num="
|
|
299
|
-
<line num="
|
|
300
|
-
<line num="
|
|
301
|
-
<line num="
|
|
302
|
-
<line num="
|
|
303
|
-
<line num="
|
|
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="43" count="1" type="stmt"/>
|
|
322
|
-
<line num="44" count="1" type="stmt"/>
|
|
323
|
-
<line num="45" count="1" type="stmt"/>
|
|
324
|
-
<line num="46" count="1" type="stmt"/>
|
|
325
|
-
<line num="47" count="1" type="stmt"/>
|
|
326
|
-
<line num="48" count="1" type="stmt"/>
|
|
327
|
-
<line num="49" count="1" type="stmt"/>
|
|
328
|
-
<line num="50" count="1" type="stmt"/>
|
|
329
|
-
<line num="51" count="1" type="stmt"/>
|
|
330
|
-
<line num="52" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
331
|
-
<line num="53" count="4" type="stmt"/>
|
|
332
|
-
<line num="54" count="4" type="stmt"/>
|
|
333
|
-
<line num="55" count="4" type="stmt"/>
|
|
334
|
-
<line num="56" count="4" type="stmt"/>
|
|
335
|
-
<line num="57" count="4" type="stmt"/>
|
|
336
|
-
<line num="58" count="4" type="stmt"/>
|
|
337
|
-
<line num="59" count="4" type="stmt"/>
|
|
338
|
-
<line num="60" count="4" type="stmt"/>
|
|
339
|
-
<line num="61" count="4" type="stmt"/>
|
|
340
|
-
<line num="62" count="4" type="stmt"/>
|
|
341
|
-
<line num="63" count="4" type="stmt"/>
|
|
342
|
-
<line num="64" count="4" type="stmt"/>
|
|
343
|
-
<line num="65" count="4" type="stmt"/>
|
|
344
|
-
<line num="66" count="4" type="stmt"/>
|
|
345
|
-
<line num="67" count="4" type="stmt"/>
|
|
346
|
-
<line num="68" count="4" type="stmt"/>
|
|
347
|
-
<line num="69" count="4" type="stmt"/>
|
|
348
|
-
<line num="70" count="4" type="stmt"/>
|
|
349
|
-
<line num="71" count="4" type="stmt"/>
|
|
350
|
-
<line num="72" count="4" type="stmt"/>
|
|
351
|
-
<line num="73" count="4" type="stmt"/>
|
|
352
|
-
<line num="74" count="4" type="stmt"/>
|
|
353
|
-
<line num="75" count="4" type="stmt"/>
|
|
354
|
-
<line num="76" count="4" type="stmt"/>
|
|
355
|
-
<line num="77" count="4" type="stmt"/>
|
|
356
|
-
<line num="78" count="4" type="stmt"/>
|
|
357
|
-
<line num="79" count="4" type="stmt"/>
|
|
358
|
-
<line num="80" count="4" type="stmt"/>
|
|
359
|
-
<line num="81" count="4" type="stmt"/>
|
|
360
|
-
<line num="82" count="4" type="stmt"/>
|
|
361
|
-
<line num="83" count="4" type="stmt"/>
|
|
362
|
-
<line num="84" count="4" type="stmt"/>
|
|
363
|
-
<line num="85" count="4" type="stmt"/>
|
|
364
|
-
<line num="86" count="4" type="stmt"/>
|
|
365
|
-
<line num="87" count="4" type="stmt"/>
|
|
366
|
-
<line num="88" count="4" type="stmt"/>
|
|
367
|
-
<line num="89" count="4" type="stmt"/>
|
|
368
|
-
<line num="90" count="4" type="stmt"/>
|
|
369
|
-
<line num="91" count="4" type="stmt"/>
|
|
370
|
-
<line num="92" count="4" type="stmt"/>
|
|
371
|
-
<line num="93" count="4" type="stmt"/>
|
|
372
|
-
<line num="94" count="4" type="cond" truecount="0" falsecount="1"/>
|
|
373
|
-
<line num="95" count="4" type="stmt"/>
|
|
374
|
-
<line num="96" count="4" type="stmt"/>
|
|
375
|
-
<line num="97" count="4" type="stmt"/>
|
|
376
|
-
<line num="98" count="4" type="stmt"/>
|
|
377
|
-
<line num="99" count="4" type="stmt"/>
|
|
378
|
-
<line num="100" count="4" type="stmt"/>
|
|
379
|
-
<line num="101" count="4" type="stmt"/>
|
|
380
|
-
<line num="102" count="4" type="stmt"/>
|
|
381
|
-
<line num="103" count="4" type="stmt"/>
|
|
382
|
-
<line num="104" count="4" type="stmt"/>
|
|
383
|
-
<line num="105" count="4" type="stmt"/>
|
|
384
|
-
<line num="106" count="4" type="stmt"/>
|
|
385
|
-
<line num="107" count="4" type="stmt"/>
|
|
386
|
-
<line num="108" count="4" type="stmt"/>
|
|
387
|
-
<line num="109" count="4" type="stmt"/>
|
|
388
|
-
<line num="110" count="4" type="stmt"/>
|
|
389
|
-
<line num="111" count="4" type="stmt"/>
|
|
390
|
-
<line num="112" count="4" type="stmt"/>
|
|
391
|
-
<line num="113" count="4" type="stmt"/>
|
|
392
|
-
<line num="114" count="4" type="stmt"/>
|
|
393
|
-
<line num="115" count="4" type="stmt"/>
|
|
394
|
-
<line num="116" count="4" type="stmt"/>
|
|
395
|
-
<line num="117" count="4" type="stmt"/>
|
|
396
|
-
<line num="118" count="4" type="stmt"/>
|
|
397
|
-
<line num="119" count="4" type="stmt"/>
|
|
398
|
-
<line num="120" count="4" type="stmt"/>
|
|
399
|
-
<line num="121" count="4" type="stmt"/>
|
|
400
|
-
<line num="122" count="4" type="stmt"/>
|
|
401
|
-
<line num="123" count="4" type="stmt"/>
|
|
402
|
-
<line num="124" count="4" type="stmt"/>
|
|
403
|
-
<line num="125" count="4" type="stmt"/>
|
|
404
|
-
<line num="126" count="4" type="stmt"/>
|
|
405
|
-
<line num="127" count="4" type="stmt"/>
|
|
406
|
-
<line num="128" count="4" type="stmt"/>
|
|
407
|
-
<line num="129" count="4" type="stmt"/>
|
|
408
|
-
<line num="130" count="4" type="stmt"/>
|
|
409
|
-
<line num="131" count="4" type="stmt"/>
|
|
410
|
-
<line num="132" count="4" type="stmt"/>
|
|
411
|
-
<line num="133" count="4" type="stmt"/>
|
|
412
|
-
<line num="134" count="4" type="stmt"/>
|
|
413
|
-
<line num="135" count="4" type="stmt"/>
|
|
414
|
-
<line num="136" count="4" type="stmt"/>
|
|
415
|
-
<line num="137" count="4" type="stmt"/>
|
|
416
|
-
<line num="138" count="4" type="stmt"/>
|
|
417
|
-
<line num="139" count="4" type="stmt"/>
|
|
418
|
-
<line num="140" count="4" type="stmt"/>
|
|
419
|
-
<line num="141" count="4" type="stmt"/>
|
|
420
|
-
<line num="142" count="4" type="stmt"/>
|
|
421
|
-
<line num="143" count="4" type="stmt"/>
|
|
422
|
-
<line num="144" count="4" type="stmt"/>
|
|
423
|
-
<line num="145" count="4" type="stmt"/>
|
|
424
|
-
<line num="146" count="4" type="stmt"/>
|
|
425
|
-
<line num="147" count="4" type="stmt"/>
|
|
426
|
-
<line num="148" count="4" type="stmt"/>
|
|
427
|
-
<line num="149" count="4" type="stmt"/>
|
|
428
|
-
<line num="150" count="4" type="stmt"/>
|
|
429
|
-
<line num="151" count="4" type="stmt"/>
|
|
430
|
-
<line num="152" count="4" type="stmt"/>
|
|
431
|
-
<line num="153" count="4" type="stmt"/>
|
|
432
|
-
<line num="154" count="4" type="stmt"/>
|
|
433
|
-
<line num="155" count="4" type="stmt"/>
|
|
434
|
-
<line num="156" count="4" type="stmt"/>
|
|
435
|
-
<line num="157" count="4" type="stmt"/>
|
|
436
|
-
<line num="158" count="4" type="stmt"/>
|
|
437
|
-
<line num="159" count="4" type="stmt"/>
|
|
438
|
-
<line num="160" count="4" type="stmt"/>
|
|
439
|
-
<line num="161" count="4" type="stmt"/>
|
|
440
|
-
<line num="162" count="4" type="stmt"/>
|
|
441
|
-
<line num="163" count="4" type="stmt"/>
|
|
442
|
-
<line num="164" count="4" type="stmt"/>
|
|
443
|
-
<line num="165" count="4" type="stmt"/>
|
|
444
|
-
<line num="166" count="4" type="stmt"/>
|
|
445
|
-
<line num="167" count="4" type="stmt"/>
|
|
446
|
-
<line num="168" count="4" type="stmt"/>
|
|
447
|
-
<line num="169" count="4" type="stmt"/>
|
|
448
|
-
<line num="170" count="4" type="stmt"/>
|
|
449
|
-
<line num="171" count="4" type="stmt"/>
|
|
450
|
-
<line num="172" count="4" type="stmt"/>
|
|
451
|
-
<line num="173" count="4" type="stmt"/>
|
|
452
|
-
<line num="174" count="4" type="stmt"/>
|
|
453
|
-
<line num="175" count="4" type="stmt"/>
|
|
454
|
-
<line num="176" count="4" type="stmt"/>
|
|
455
|
-
<line num="177" count="1" type="stmt"/>
|
|
456
|
-
</file>
|
|
457
|
-
<file name="getListItemHeight.ts" path="/home/mlaursen/code/react-md/packages/core/src/list/getListItemHeight.ts">
|
|
458
|
-
<metrics statements="71" coveredstatements="71" conditionals="21" coveredconditionals="21" methods="1" coveredmethods="1"/>
|
|
459
|
-
<line num="1" count="1" type="stmt"/>
|
|
460
|
-
<line num="2" count="1" type="stmt"/>
|
|
461
|
-
<line num="3" count="1" type="stmt"/>
|
|
462
|
-
<line num="4" count="1" type="stmt"/>
|
|
463
|
-
<line num="5" count="1" type="stmt"/>
|
|
464
|
-
<line num="6" count="1" type="stmt"/>
|
|
465
|
-
<line num="7" count="1" type="stmt"/>
|
|
466
|
-
<line num="8" count="1" type="stmt"/>
|
|
467
|
-
<line num="9" count="1" type="stmt"/>
|
|
468
|
-
<line num="10" count="1" type="stmt"/>
|
|
469
|
-
<line num="11" count="1" type="stmt"/>
|
|
470
|
-
<line num="12" count="1" type="stmt"/>
|
|
471
|
-
<line num="13" count="1" type="stmt"/>
|
|
472
|
-
<line num="14" count="1" type="stmt"/>
|
|
473
|
-
<line num="15" count="1" type="stmt"/>
|
|
474
|
-
<line num="16" count="1" type="stmt"/>
|
|
475
|
-
<line num="17" count="1" type="stmt"/>
|
|
476
|
-
<line num="18" count="1" type="stmt"/>
|
|
477
|
-
<line num="19" count="1" type="stmt"/>
|
|
478
|
-
<line num="20" count="1" type="stmt"/>
|
|
479
|
-
<line num="21" count="1" type="stmt"/>
|
|
480
|
-
<line num="22" count="1" type="stmt"/>
|
|
481
|
-
<line num="23" count="1" type="stmt"/>
|
|
482
|
-
<line num="24" count="1" type="stmt"/>
|
|
483
|
-
<line num="25" count="1" type="stmt"/>
|
|
484
|
-
<line num="26" count="1" type="stmt"/>
|
|
485
|
-
<line num="27" count="1" type="stmt"/>
|
|
486
|
-
<line num="28" count="1" type="stmt"/>
|
|
487
|
-
<line num="29" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
488
|
-
<line num="30" count="353" type="stmt"/>
|
|
489
|
-
<line num="31" count="353" type="stmt"/>
|
|
490
|
-
<line num="32" count="353" type="stmt"/>
|
|
491
|
-
<line num="33" count="353" type="stmt"/>
|
|
492
|
-
<line num="34" count="353" type="stmt"/>
|
|
493
|
-
<line num="35" count="353" type="stmt"/>
|
|
494
|
-
<line num="36" count="353" type="stmt"/>
|
|
495
|
-
<line num="37" count="353" type="stmt"/>
|
|
496
|
-
<line num="38" count="353" type="stmt"/>
|
|
497
|
-
<line num="39" count="353" type="stmt"/>
|
|
498
|
-
<line num="40" count="353" type="stmt"/>
|
|
499
|
-
<line num="41" count="353" type="cond" truecount="1" falsecount="0"/>
|
|
500
|
-
<line num="42" count="9" type="stmt"/>
|
|
501
|
-
<line num="43" count="9" type="cond" truecount="1" falsecount="0"/>
|
|
502
|
-
<line num="44" count="344" type="stmt"/>
|
|
503
|
-
<line num="45" count="344" type="stmt"/>
|
|
504
|
-
<line num="46" count="353" type="cond" truecount="2" falsecount="0"/>
|
|
505
|
-
<line num="47" count="314" type="cond" truecount="1" falsecount="0"/>
|
|
506
|
-
<line num="48" count="353" type="stmt"/>
|
|
507
|
-
<line num="49" count="353" type="cond" truecount="2" falsecount="0"/>
|
|
508
|
-
<line num="50" count="342" type="cond" truecount="1" falsecount="0"/>
|
|
509
|
-
<line num="51" count="353" type="stmt"/>
|
|
510
|
-
<line num="52" count="353" type="cond" truecount="1" falsecount="0"/>
|
|
511
|
-
<line num="53" count="38" type="cond" truecount="2" falsecount="0"/>
|
|
512
|
-
<line num="54" count="338" type="cond" truecount="1" falsecount="0"/>
|
|
513
|
-
<line num="55" count="175" type="cond" truecount="1" falsecount="0"/>
|
|
514
|
-
<line num="56" count="353" type="stmt"/>
|
|
515
|
-
<line num="57" count="353" type="stmt"/>
|
|
516
|
-
<line num="58" count="353" type="cond" truecount="2" falsecount="0"/>
|
|
517
|
-
<line num="59" count="19" type="stmt"/>
|
|
518
|
-
<line num="60" count="19" type="cond" truecount="1" falsecount="0"/>
|
|
519
|
-
<line num="61" count="325" type="stmt"/>
|
|
520
|
-
<line num="62" count="353" type="cond" truecount="1" falsecount="0"/>
|
|
521
|
-
<line num="63" count="4" type="stmt"/>
|
|
522
|
-
<line num="64" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
523
|
-
<line num="65" count="321" type="stmt"/>
|
|
524
|
-
<line num="66" count="353" type="cond" truecount="1" falsecount="0"/>
|
|
525
|
-
<line num="67" count="193" type="stmt"/>
|
|
526
|
-
<line num="68" count="193" type="cond" truecount="1" falsecount="0"/>
|
|
527
|
-
<line num="69" count="128" type="stmt"/>
|
|
528
|
-
<line num="70" count="128" type="stmt"/>
|
|
529
|
-
<line num="71" count="128" type="stmt"/>
|
|
360
|
+
<line num="270" count="1" type="stmt"/>
|
|
361
|
+
<line num="271" count="1" type="stmt"/>
|
|
362
|
+
<line num="272" count="1" type="stmt"/>
|
|
363
|
+
<line num="273" count="1" type="stmt"/>
|
|
364
|
+
<line num="274" count="1" type="stmt"/>
|
|
365
|
+
<line num="275" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
366
|
+
<line num="276" count="210" type="stmt"/>
|
|
367
|
+
<line num="277" count="210" type="stmt"/>
|
|
368
|
+
<line num="278" count="210" type="stmt"/>
|
|
369
|
+
<line num="279" count="210" type="stmt"/>
|
|
370
|
+
<line num="280" count="210" type="stmt"/>
|
|
371
|
+
<line num="281" count="210" type="stmt"/>
|
|
372
|
+
<line num="282" count="210" type="stmt"/>
|
|
373
|
+
<line num="283" count="210" type="stmt"/>
|
|
374
|
+
<line num="284" count="210" type="stmt"/>
|
|
375
|
+
<line num="285" count="210" type="stmt"/>
|
|
376
|
+
<line num="286" count="210" type="stmt"/>
|
|
377
|
+
<line num="287" count="210" type="stmt"/>
|
|
378
|
+
<line num="288" count="210" type="stmt"/>
|
|
379
|
+
<line num="289" count="210" type="stmt"/>
|
|
380
|
+
<line num="290" count="210" type="stmt"/>
|
|
381
|
+
<line num="291" count="210" type="stmt"/>
|
|
382
|
+
<line num="292" count="210" type="stmt"/>
|
|
383
|
+
<line num="293" count="210" type="stmt"/>
|
|
384
|
+
<line num="294" count="210" type="stmt"/>
|
|
385
|
+
<line num="295" count="210" type="stmt"/>
|
|
386
|
+
<line num="296" count="210" type="stmt"/>
|
|
387
|
+
<line num="297" count="210" type="stmt"/>
|
|
388
|
+
<line num="298" count="210" type="stmt"/>
|
|
389
|
+
<line num="299" count="210" type="stmt"/>
|
|
390
|
+
<line num="300" count="210" type="stmt"/>
|
|
391
|
+
<line num="301" count="210" type="stmt"/>
|
|
392
|
+
<line num="302" count="210" type="stmt"/>
|
|
393
|
+
<line num="303" count="210" type="stmt"/>
|
|
394
|
+
<line num="304" count="210" type="stmt"/>
|
|
395
|
+
<line num="305" count="210" type="stmt"/>
|
|
396
|
+
<line num="306" count="210" type="stmt"/>
|
|
397
|
+
<line num="307" count="210" type="stmt"/>
|
|
398
|
+
<line num="308" count="210" type="stmt"/>
|
|
399
|
+
<line num="309" count="210" type="stmt"/>
|
|
400
|
+
<line num="310" count="210" type="stmt"/>
|
|
401
|
+
<line num="311" count="210" type="stmt"/>
|
|
402
|
+
<line num="312" count="210" type="stmt"/>
|
|
403
|
+
<line num="313" count="210" type="stmt"/>
|
|
404
|
+
<line num="314" count="1" type="stmt"/>
|
|
530
405
|
</file>
|
|
531
406
|
</project>
|
|
532
407
|
</coverage>
|