< Summary

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

File(s)

/home/runner/work/Amusoft.DotnetNew.Tests/Amusoft.DotnetNew.Tests/src/Amusoft.DotnetNew.Tests/Scopes/ProjectScope.cs

#LineLine coverage
 1using Amusoft.Toolkit.Threading;
 2
 3namespace Amusoft.DotnetNew.Tests.Scopes;
 4
 5internal class ProjectScope : AmbientScope<ProjectScope>
 6{
 109707  public string Path { get; }
 8
 9689  public ProjectScope(string path)
 10  {
 96811    Path = path;
 96812  }
 13}

Methods/Properties

get_Path()
.ctor(System.String)