< Summary

Information
Class: ReportingServices.Shared.ViewModels.ProductionReport.SLLTool
Assembly: ReportingServices.Shared
File(s): C:\Users\wathen\source\repos\ReportingServices\ReportingServices.Shared\ViewModels\ProductionReport\SLLTool.cs
Line coverage
0%
Covered lines: 0
Uncovered lines: 3
Coverable lines: 3
Total lines: 9
Line coverage: 0%
Branch coverage
N/A
Covered branches: 0
Total branches: 0
Branch coverage: N/A
Method coverage

Method coverage is only available for sponsors.

Upgrade to PRO version

Metrics

MethodBranch coverage Cyclomatic complexity Line coverage
get_Date()100%10%
get_ASM()100%10%
get_HTR()100%10%

File(s)

C:\Users\wathen\source\repos\ReportingServices\ReportingServices.Shared\ViewModels\ProductionReport\SLLTool.cs

#LineLine coverage
 1namespace ReportingServices.Shared.ViewModels.ProductionReport
 2{
 3    public class SLLTool
 4    {
 05        public DateTime Date { get; set; }
 06        public int ASM { get; set; }
 07        public int HTR { get; set; }
 8    }
 9}

Methods/Properties

get_Date()
get_ASM()
get_HTR()