< Summary

Information
Class: Amusoft.DotnetNew.Tests.Scaffolding.FileContent
Assembly: Amusoft.DotnetNew.Tests
File(s): /home/runner/work/Amusoft.DotnetNew.Tests/Amusoft.DotnetNew.Tests/src/Amusoft.DotnetNew.Tests/Scaffolding/FileContent.cs
Tag: 127_14865883074
Line coverage
100%
Covered lines: 4
Uncovered lines: 0
Coverable lines: 4
Total lines: 11
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%
get_RelativePath()100%11100%
get_Content()100%11100%

File(s)

/home/runner/work/Amusoft.DotnetNew.Tests/Amusoft.DotnetNew.Tests/src/Amusoft.DotnetNew.Tests/Scaffolding/FileContent.cs

#LineLine coverage
 1namespace Amusoft.DotnetNew.Tests.Scaffolding;
 2
 3/// <summary>
 4///
 5/// </summary>
 6/// <param name="RelativePath"></param>
 7/// <param name="Content"></param>
 58public record class FileContent(
 59  string RelativePath,
 510  string Content
 511);