< Summary

Information
Class: Syki.Front.Components.Custom.SykiPageAlert
Assembly: Front
File(s): /home/runner/work/syki/syki/Front/Components/Custom/SykiPageAlert.razor
Tag: 22_11348620282
Line coverage
0%
Covered lines: 0
Uncovered lines: 1
Coverable lines: 1
Total lines: 11
Line coverage: 0%
Branch coverage
N/A
Covered branches: 0
Total branches: 0
Branch coverage: N/A
Method coverage

Feature is only available for sponsors

Upgrade to PRO version

Metrics

MethodBranch coverage Crap Score Cyclomatic complexity Line coverage
get_Text()100%210%

File(s)

/home/runner/work/syki/syki/Front/Components/Custom/SykiPageAlert.razor

#LineLine coverage
 1@namespace Syki.Front.Components.Custom
 2
 3<MudAlert Class="my-4 pl-6" NoIcon="true" Severity="Severity.Normal" Variant="Variant.Text" Elevation="1">
 4    <MudText>@Text</MudText>
 5</MudAlert>
 6
 7@code
 8{
 9    [Parameter]
 010    public string Text { get; set; }
 11}

Methods/Properties

get_Text()