< Summary

Information
Class: ProjectTemplate.Infrastructure.Data.Options.DataAuditingOptions
Assembly: ProjectTemplate.Infrastructure
File(s): /home/runner/work/NetCoreApplicationTemplate/NetCoreApplicationTemplate/src/ProjectTemplate.Infrastructure/Data/Options/DataAuditingOptions.cs
Line coverage
100%
Covered lines: 1
Uncovered lines: 0
Coverable lines: 1
Total lines: 7
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_Enabled()100%11100%

File(s)

/home/runner/work/NetCoreApplicationTemplate/NetCoreApplicationTemplate/src/ProjectTemplate.Infrastructure/Data/Options/DataAuditingOptions.cs

#LineLine coverage
 1
 2namespace ProjectTemplate.Infrastructure.Data.Options;
 3
 4public sealed class DataAuditingOptions
 5{
 13626    public bool Enabled { get; init; } = true;
 7}

Methods/Properties

get_Enabled()