< Summary

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

File(s)

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

#LineLine coverage
 1@inherits TimerDisplayBase
 2
 3<div class="timer-display @GetTimerClass()">
 4    <div class="timer-time">
 3745        @FormatTime(CurrentRemainingTime)
 6    </div>
 7    <div class="timer-type">
 3748        @GetSessionTypeLabel()
 9    </div>
 10</div>