| Class: | MUNity.BlazorServer.Shared.MobileGameLayout |
|---|---|
| Assembly: | MUNity.BlazorServer |
| File(s): | C:\Users\aeuke\source\repos\PeerConradi\munity\src\MUNity.BlazorServer\Shared\MobileGameLayout.razor |
| Covered lines: | 0 |
| Uncovered lines: | 1 |
| Coverable lines: | 1 |
| Total lines: | 7 |
| Line coverage: | 0% (0 of 1) |
| Covered branches: | 0 |
| Total branches: | 0 |
| Covered methods: | 0 |
| Total methods: | 1 |
| Method coverage: | 0% (0 of 1) |
| Method | Branch coverage | Cyclomatic complexity | Line coverage |
|---|---|---|---|
| BuildRenderTree(...) | 100% | 1 | 0% |
| # | Line | Line coverage | ||
|---|---|---|---|---|
1 | @inherits LayoutComponentBase | |||
2 | | |||
| 0 | 3 | @Body | ||
4 | | |||
5 | @code { | |||
6 | | |||
7 | } |