Skip to content

Commit 63863a6

Browse files
committed
feat(button): merge
2 parents 15151ee + 804b0fe commit 63863a6

File tree

3 files changed

+866
-0
lines changed

3 files changed

+866
-0
lines changed
Lines changed: 388 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,388 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<coverage line-rate="0.8332999999999999" branch-rate="0.7272" version="1.9" timestamp="1748009390" lines-covered="55" lines-valid="66" branches-covered="8" branches-valid="11">
3+
<sources>
4+
<source>C:\dev\repos\TELBlazor\TELBlazor.Components\</source>
5+
</sources>
6+
<packages>
7+
<package name="TELBlazor.Components" line-rate="0.8332999999999999" branch-rate="0.7272" complexity="48">
8+
<classes>
9+
<class name="TELBlazor.Components.Components.BaseComponents.TELButton" filename="Components\BaseComponents\TELButton.razor" line-rate="1" branch-rate="1" complexity="19">
10+
<methods>
11+
<method name="BuildRenderTree" signature="(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder)" line-rate="1" branch-rate="1" complexity="2">
12+
<lines>
13+
<line number="5" hits="40" branch="True" condition-coverage="100% (2/2)">
14+
<conditions>
15+
<condition number="9" type="jump" coverage="100%" />
16+
</conditions>
17+
</line>
18+
<line number="6" hits="4" branch="False" />
19+
<line number="17" hits="4" branch="False" />
20+
<line number="19" hits="36" branch="False" />
21+
<line number="43" hits="36" branch="False" />
22+
</lines>
23+
</method>
24+
<method name="get_IsSubmitButtonForEditForm" signature="()" line-rate="1" branch-rate="1" complexity="1">
25+
<lines>
26+
<line number="56" hits="78" branch="False" />
27+
</lines>
28+
</method>
29+
<method name="get_FormData" signature="()" line-rate="1" branch-rate="1" complexity="1">
30+
<lines>
31+
<line number="57" hits="110" branch="False" />
32+
</lines>
33+
</method>
34+
<method name="get_NoJSActionUrl" signature="()" line-rate="1" branch-rate="1" complexity="1">
35+
<lines>
36+
<line number="58" hits="56" branch="False" />
37+
</lines>
38+
</method>
39+
<method name="get_OnClick" signature="()" line-rate="1" branch-rate="1" complexity="1">
40+
<lines>
41+
<line number="59" hits="52" branch="False" />
42+
</lines>
43+
</method>
44+
<method name="get_PreventDoubleClick" signature="()" line-rate="1" branch-rate="1" complexity="1">
45+
<lines>
46+
<line number="60" hits="114" branch="False" />
47+
</lines>
48+
</method>
49+
<method name="get_ButtonText" signature="()" line-rate="1" branch-rate="1" complexity="1">
50+
<lines>
51+
<line number="65" hits="80" branch="False" />
52+
</lines>
53+
</method>
54+
<method name="get_ButtonStyle" signature="()" line-rate="1" branch-rate="1" complexity="1">
55+
<lines>
56+
<line number="66" hits="78" branch="False" />
57+
</lines>
58+
</method>
59+
<method name="get_AdditionalCssClasses" signature="()" line-rate="1" branch-rate="1" complexity="1">
60+
<lines>
61+
<line number="67" hits="62" branch="False" />
62+
</lines>
63+
</method>
64+
<method name="get_ToolTipTitle" signature="()" line-rate="1" branch-rate="1" complexity="1">
65+
<lines>
66+
<line number="68" hits="60" branch="False" />
67+
</lines>
68+
</method>
69+
<method name="get_AriaLabel" signature="()" line-rate="1" branch-rate="1" complexity="1">
70+
<lines>
71+
<line number="74" hits="60" branch="False" />
72+
</lines>
73+
</method>
74+
<method name="get_AssistiveText" signature="()" line-rate="1" branch-rate="1" complexity="1">
75+
<lines>
76+
<line number="75" hits="60" branch="False" />
77+
</lines>
78+
</method>
79+
<method name="get_TabIndex" signature="()" line-rate="1" branch-rate="1" complexity="1">
80+
<lines>
81+
<line number="76" hits="78" branch="False" />
82+
</lines>
83+
</method>
84+
<method name="get_AriaRole" signature="()" line-rate="1" branch-rate="1" complexity="1">
85+
<lines>
86+
<line number="78" hits="18" branch="False" />
87+
</lines>
88+
</method>
89+
<method name="get_AriaDescribedBy" signature="()" line-rate="1" branch-rate="1" complexity="1">
90+
<lines>
91+
<line number="79" hits="18" branch="False" />
92+
</lines>
93+
</method>
94+
<method name="&lt;BuildRenderTree&gt;b__0_1" signature="(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder)" line-rate="1" branch-rate="1" complexity="2">
95+
<lines>
96+
<line number="28" hits="316" branch="True" condition-coverage="100% (2/2)">
97+
<conditions>
98+
<condition number="134" type="jump" coverage="100%" />
99+
</conditions>
100+
</line>
101+
<line number="29" hits="104" branch="False" />
102+
<line number="31" hits="104" branch="False" />
103+
</lines>
104+
</method>
105+
<method name=".ctor" signature="()" line-rate="1" branch-rate="1" complexity="1">
106+
<lines>
107+
<line number="86" hits="18" branch="False" />
108+
<line number="87" hits="18" branch="False" />
109+
</lines>
110+
</method>
111+
</methods>
112+
<lines>
113+
<line number="5" hits="40" branch="True" condition-coverage="100% (2/2)">
114+
<conditions>
115+
<condition number="9" type="jump" coverage="100%" />
116+
</conditions>
117+
</line>
118+
<line number="6" hits="4" branch="False" />
119+
<line number="17" hits="4" branch="False" />
120+
<line number="19" hits="36" branch="False" />
121+
<line number="43" hits="36" branch="False" />
122+
<line number="56" hits="78" branch="False" />
123+
<line number="57" hits="110" branch="False" />
124+
<line number="58" hits="56" branch="False" />
125+
<line number="59" hits="52" branch="False" />
126+
<line number="60" hits="114" branch="False" />
127+
<line number="65" hits="80" branch="False" />
128+
<line number="66" hits="78" branch="False" />
129+
<line number="67" hits="62" branch="False" />
130+
<line number="68" hits="60" branch="False" />
131+
<line number="74" hits="60" branch="False" />
132+
<line number="75" hits="60" branch="False" />
133+
<line number="76" hits="78" branch="False" />
134+
<line number="78" hits="18" branch="False" />
135+
<line number="79" hits="18" branch="False" />
136+
<line number="28" hits="316" branch="True" condition-coverage="100% (2/2)">
137+
<conditions>
138+
<condition number="134" type="jump" coverage="100%" />
139+
</conditions>
140+
</line>
141+
<line number="29" hits="104" branch="False" />
142+
<line number="31" hits="104" branch="False" />
143+
<line number="86" hits="18" branch="False" />
144+
<line number="87" hits="18" branch="False" />
145+
</lines>
146+
</class>
147+
<class name="TELBlazor.Components.Components.BaseComponents.TELButtonSubComponent" filename="Components\BaseComponents\TELButtonSubComponent.razor" line-rate="1" branch-rate="1" complexity="13">
148+
<methods>
149+
<method name="BuildRenderTree" signature="(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder)" line-rate="1" branch-rate="1" complexity="2">
150+
<lines>
151+
<line number="12" hits="18" branch="True" condition-coverage="100% (2/2)">
152+
<conditions>
153+
<condition number="202" type="jump" coverage="100%" />
154+
</conditions>
155+
</line>
156+
<line number="13" hits="18" branch="False" />
157+
<line number="15" hits="18" branch="False" />
158+
</lines>
159+
</method>
160+
<method name="get_AriaDescribedBy" signature="()" line-rate="1" branch-rate="1" complexity="1">
161+
<lines>
162+
<line number="24" hits="36" branch="False" />
163+
</lines>
164+
</method>
165+
<method name="OnInitialized" signature="()" line-rate="1" branch-rate="1" complexity="1">
166+
<lines>
167+
<line number="27" hits="18" branch="False" />
168+
<line number="28" hits="18" branch="False" />
169+
<line number="29" hits="18" branch="False" />
170+
</lines>
171+
</method>
172+
<method name="get_ButtonStyle" signature="()" line-rate="1" branch-rate="1" complexity="1">
173+
<lines>
174+
<line number="35" hits="54" branch="False" />
175+
</lines>
176+
</method>
177+
<method name="get_ButtonText" signature="()" line-rate="1" branch-rate="1" complexity="1">
178+
<lines>
179+
<line number="38" hits="36" branch="False" />
180+
</lines>
181+
</method>
182+
<method name="get_AdditionalCssClasses" signature="()" line-rate="1" branch-rate="1" complexity="1">
183+
<lines>
184+
<line number="40" hits="54" branch="False" />
185+
</lines>
186+
</method>
187+
<method name="get_PreventDoubleClick" signature="()" line-rate="1" branch-rate="1" complexity="1">
188+
<lines>
189+
<line number="43" hits="36" branch="False" />
190+
</lines>
191+
</method>
192+
<method name="get_AriaRole" signature="()" line-rate="1" branch-rate="1" complexity="1">
193+
<lines>
194+
<line number="49" hits="36" branch="False" />
195+
</lines>
196+
</method>
197+
<method name="get_AriaLabel" signature="()" line-rate="1" branch-rate="1" complexity="1">
198+
<lines>
199+
<line number="52" hits="36" branch="False" />
200+
</lines>
201+
</method>
202+
<method name="get_AssistiveText" signature="()" line-rate="1" branch-rate="1" complexity="1">
203+
<lines>
204+
<line number="55" hits="54" branch="False" />
205+
</lines>
206+
</method>
207+
<method name="get_TabIndex" signature="()" line-rate="1" branch-rate="1" complexity="1">
208+
<lines>
209+
<line number="59" hits="54" branch="False" />
210+
</lines>
211+
</method>
212+
<method name="get_ToolTipTitle" signature="()" line-rate="1" branch-rate="1" complexity="1">
213+
<lines>
214+
<line number="62" hits="36" branch="False" />
215+
</lines>
216+
</method>
217+
</methods>
218+
<lines>
219+
<line number="12" hits="18" branch="True" condition-coverage="100% (2/2)">
220+
<conditions>
221+
<condition number="202" type="jump" coverage="100%" />
222+
</conditions>
223+
</line>
224+
<line number="13" hits="18" branch="False" />
225+
<line number="15" hits="18" branch="False" />
226+
<line number="24" hits="36" branch="False" />
227+
<line number="27" hits="18" branch="False" />
228+
<line number="28" hits="18" branch="False" />
229+
<line number="29" hits="18" branch="False" />
230+
<line number="35" hits="54" branch="False" />
231+
<line number="38" hits="36" branch="False" />
232+
<line number="40" hits="54" branch="False" />
233+
<line number="43" hits="36" branch="False" />
234+
<line number="49" hits="36" branch="False" />
235+
<line number="52" hits="36" branch="False" />
236+
<line number="55" hits="54" branch="False" />
237+
<line number="59" hits="54" branch="False" />
238+
<line number="62" hits="36" branch="False" />
239+
</lines>
240+
</class>
241+
<class name="TELBlazor.Components.TELBlazorPackageVersion.VersionInfo" filename="TELBlazorPackageVersion\VersionInfo.cs" line-rate="0" branch-rate="1" complexity="1">
242+
<methods>
243+
<method name=".cctor" signature="()" line-rate="0" branch-rate="1" complexity="1">
244+
<lines>
245+
<line number="1" hits="0" branch="False" />
246+
<line number="2" hits="0" branch="False" />
247+
</lines>
248+
</method>
249+
</methods>
250+
<lines>
251+
<line number="1" hits="0" branch="False" />
252+
<line number="2" hits="0" branch="False" />
253+
</lines>
254+
</class>
255+
<class name="TELBlazor.Components.Core.TELComponentBase" filename="Core\TELComponentBase.cs" line-rate="1" branch-rate="1" complexity="5">
256+
<methods>
257+
<method name="get_TELBlazorBaseComponentConfiguration" signature="()" line-rate="1" branch-rate="1" complexity="1">
258+
<lines>
259+
<line number="15" hits="108" branch="False" />
260+
</lines>
261+
</method>
262+
<method name="get_Logger" signature="()" line-rate="1" branch-rate="1" complexity="1">
263+
<lines>
264+
<line number="18" hits="90" branch="False" />
265+
</lines>
266+
</method>
267+
<method name="get_JSEnabled" signature="()" line-rate="1" branch-rate="1" complexity="1">
268+
<lines>
269+
<line number="20" hits="18" branch="False" />
270+
</lines>
271+
</method>
272+
<method name="get_HostType" signature="()" line-rate="1" branch-rate="1" complexity="1">
273+
<lines>
274+
<line number="21" hits="18" branch="False" />
275+
</lines>
276+
</method>
277+
<method name="OnInitialized" signature="()" line-rate="1" branch-rate="1" complexity="1">
278+
<lines>
279+
<line number="23" hits="18" branch="False" />
280+
<line number="24" hits="18" branch="False" />
281+
<line number="25" hits="18" branch="False" />
282+
<line number="26" hits="18" branch="False" />
283+
</lines>
284+
</method>
285+
</methods>
286+
<lines>
287+
<line number="15" hits="108" branch="False" />
288+
<line number="18" hits="90" branch="False" />
289+
<line number="20" hits="18" branch="False" />
290+
<line number="21" hits="18" branch="False" />
291+
<line number="23" hits="18" branch="False" />
292+
<line number="24" hits="18" branch="False" />
293+
<line number="25" hits="18" branch="False" />
294+
<line number="26" hits="18" branch="False" />
295+
</lines>
296+
</class>
297+
<class name="TELBlazor.Components.Core.Models.Logging.LocalStorageLogLevel" filename="Core\Models\Logging\LocalStorageLogLevel.cs" line-rate="0" branch-rate="1" complexity="2">
298+
<methods>
299+
<method name="get_Level" signature="()" line-rate="0" branch-rate="1" complexity="1">
300+
<lines>
301+
<line number="11" hits="0" branch="False" />
302+
</lines>
303+
</method>
304+
<method name="get_Expires" signature="()" line-rate="0" branch-rate="1" complexity="1">
305+
<lines>
306+
<line number="12" hits="0" branch="False" />
307+
</lines>
308+
</method>
309+
</methods>
310+
<lines>
311+
<line number="11" hits="0" branch="False" />
312+
<line number="12" hits="0" branch="False" />
313+
</lines>
314+
</class>
315+
<class name="TELBlazor.Components.Core.Extensions.TELButtonStyleExtensions" filename="Core\Extensions\TELButtonStyleExtensions.cs" line-rate="0.7" branch-rate="0.4" complexity="5">
316+
<methods>
317+
<method name="ToCssClass" signature="(TELBlazor.Components.Core.Enums.TELButtonStyle)" line-rate="0.7" branch-rate="0.4" complexity="5">
318+
<lines>
319+
<line number="15" hits="22" branch="False" />
320+
<line number="16" hits="22" branch="True" condition-coverage="40% (2/5)">
321+
<conditions>
322+
<condition number="6" type="switch" coverage="40%" />
323+
</conditions>
324+
</line>
325+
<line number="17" hits="22" branch="False" />
326+
<line number="18" hits="20" branch="False" />
327+
<line number="19" hits="0" branch="False" />
328+
<line number="20" hits="0" branch="False" />
329+
<line number="21" hits="2" branch="False" />
330+
<line number="22" hits="0" branch="False" />
331+
<line number="23" hits="22" branch="False" />
332+
<line number="24" hits="22" branch="False" />
333+
</lines>
334+
</method>
335+
</methods>
336+
<lines>
337+
<line number="15" hits="22" branch="False" />
338+
<line number="16" hits="22" branch="True" condition-coverage="40% (2/5)">
339+
<conditions>
340+
<condition number="6" type="switch" coverage="40%" />
341+
</conditions>
342+
</line>
343+
<line number="17" hits="22" branch="False" />
344+
<line number="18" hits="20" branch="False" />
345+
<line number="19" hits="0" branch="False" />
346+
<line number="20" hits="0" branch="False" />
347+
<line number="21" hits="2" branch="False" />
348+
<line number="22" hits="0" branch="False" />
349+
<line number="23" hits="22" branch="False" />
350+
<line number="24" hits="22" branch="False" />
351+
</lines>
352+
</class>
353+
<class name="TELBlazor.Components.Core.DI.DI" filename="Core\DI\DI.cs" line-rate="0" branch-rate="1" complexity="1">
354+
<methods>
355+
<method name="AddTELBlazorComponentServices" signature="(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Boolean,TELBlazor.Components.Core.Configuration.ITELBlazorBaseComponentConfiguration)" line-rate="0" branch-rate="1" complexity="1">
356+
<lines>
357+
<line number="21" hits="0" branch="False" />
358+
<line number="22" hits="0" branch="False" />
359+
</lines>
360+
</method>
361+
</methods>
362+
<lines>
363+
<line number="21" hits="0" branch="False" />
364+
<line number="22" hits="0" branch="False" />
365+
</lines>
366+
</class>
367+
<class name="TELBlazor.Components.Core.Configuration.TELBlazorBaseComponentConfiguration" filename="Core\Configuration\TELBlazorBaseComponentConfiguration.cs" line-rate="0" branch-rate="1" complexity="2">
368+
<methods>
369+
<method name="get_JSEnabled" signature="()" line-rate="0" branch-rate="1" complexity="1">
370+
<lines>
371+
<line number="14" hits="0" branch="False" />
372+
</lines>
373+
</method>
374+
<method name="get_HostType" signature="()" line-rate="0" branch-rate="1" complexity="1">
375+
<lines>
376+
<line number="17" hits="0" branch="False" />
377+
</lines>
378+
</method>
379+
</methods>
380+
<lines>
381+
<line number="14" hits="0" branch="False" />
382+
<line number="17" hits="0" branch="False" />
383+
</lines>
384+
</class>
385+
</classes>
386+
</package>
387+
</packages>
388+
</coverage>

0 commit comments

Comments
 (0)