< Summary

Information
Class: EHonda.KicktippAi.Core.DocumentContext
Assembly: EHonda.KicktippAi.Core
File(s): /home/runner/work/KicktippAi/KicktippAi/src/Core/DocumentContext.cs
Line coverage
100%
Covered lines: 3
Uncovered lines: 0
Coverable lines: 3
Total lines: 5
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%
.ctor(...)100%210%
get_Name()100%11100%
set_Name(...)100%210%
get_Content()100%11100%
set_Content(...)100%210%

File(s)

/home/runner/work/KicktippAi/KicktippAi/src/Core/DocumentContext.cs

#LineLine coverage
 1namespace EHonda.KicktippAi.Core;
 2
 13public record DocumentContext(
 14    string Name,
 15    string Content);