< Summary

Information
Class: Pomodoro.Web.Components.CustomPageTitle
Assembly: Pomodoro.Web
File(s): /home/runner/work/Pomodoro/Pomodoro/src/Pomodoro.Web/Components/CustomPageTitle.razor
Line coverage
100%
Covered lines: 2
Uncovered lines: 0
Coverable lines: 2
Total lines: 8
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
get_Value()100%11100%

File(s)

/home/runner/work/Pomodoro/Pomodoro/src/Pomodoro.Web/Components/CustomPageTitle.razor

#LineLine coverage
 1@using Pomodoro.Web
 2
 13<PageTitle>@Value</PageTitle>
 4
 5@code {
 6    [Parameter]
 587    public string Value { get; set; } = string.Empty;
 8}

Methods/Properties

get_Value()