< Summary

Information
Class: Nabs.Ui.Forms.Header
Assembly: Nabs.Ui
File(s): /home/runner/work/Nabs/Nabs/src/Nabs.Ui/Forms/Header.razor
Tag: 90_14636759620
Line coverage
100%
Covered lines: 1
Uncovered lines: 0
Coverable lines: 1
Total lines: 12
Line coverage: 100%
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
.ctor()100%11100%

File(s)

/home/runner/work/Nabs/Nabs/src/Nabs.Ui/Forms/Header.razor

#LineLine coverage
 1@using System.ComponentModel
 2
 3<CascadingValue Value="_context">
 4    @ChildContent
 5</CascadingValue>
 6
 7@code {
 8    [Parameter]
 9    public RenderFragment? ChildContent { get; set; }
 10
 111    private DynamicFormContext _context = new();
 12}

Methods/Properties

.ctor()