< Summary

Information
Class: MRA.Infrastructure.Settings.Options.MRALoggerSettings
Assembly: MRA.Infrastructure
File(s): D:\a\MiguelRomerART\MiguelRomerART\MRA.Infrastructure\Settings\Sections\MRALoggerSettings.cs
Line coverage
100%
Covered lines: 4
Uncovered lines: 0
Coverable lines: 4
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
get_Location()100%11100%
get_FilePrefix()100%11100%
get_DateNameFormat()100%11100%
get_DateFormat()100%11100%

File(s)

D:\a\MiguelRomerART\MiguelRomerART\MRA.Infrastructure\Settings\Sections\MRALoggerSettings.cs

#LineLine coverage
 1
 2namespace MRA.Infrastructure.Settings.Options;
 3
 4public class MRALoggerSettings
 5{
 16    public string Location { get; set; }
 17    public string FilePrefix { get; set; }
 18    public string DateNameFormat { get; set; }
 29    public string DateFormat { get; set; }
 10}