< Summary

Class:MUNity.BlazorServer.Shared.MainLayoutNoPadding
Assembly:MUNity.BlazorServer
File(s):C:\Users\aeuke\source\repos\PeerConradi\munity\src\MUNity.BlazorServer\Shared\MainLayoutNoPadding.razor
Covered lines:0
Uncovered lines:1
Coverable lines:1
Total lines:14
Line coverage:0% (0 of 1)
Covered branches:0
Total branches:0
Covered methods:0
Total methods:1
Method coverage:0% (0 of 1)

Metrics

MethodBranch coverage Cyclomatic complexity Line coverage
BuildRenderTree(...)100%10%

File(s)

C:\Users\aeuke\source\repos\PeerConradi\munity\src\MUNity.BlazorServer\Shared\MainLayoutNoPadding.razor

#LineLine coverage
 1@inherits LayoutComponentBase
 2@*@((mainViewService.ShowSidebar) ? "page-sidebar-toggled" : null)*@
 3<div id="app" class="app app-header-fixed app-sidebar-fixed app-content-full-height">
 4    <MUNity.BlazorServer.Shared.Header.HeaderComponent />
 5    <MUNity.BlazorServer.Shared.Sidebar.SidebarComponent />
 6    <div id="content" class="app-content p-0">
 07        @Body
 8    </div>
 9</div>
 10
 11<RadzenDialog />
 12<RadzenNotification />
 13<RadzenContextMenu />
 14<RadzenTooltip />

Methods/Properties

BuildRenderTree(...)