< Summary

Information
Class: ReportingServices.Shared.Models.ProductionReport.ReactorOutsByDay
Assembly: ReportingServices.Shared
File(s): C:\Users\wathen\source\repos\ReportingServices\ReportingServices.Shared\Models\ProductionReport\ReactorOutsByDay.cs
Line coverage
0%
Covered lines: 0
Uncovered lines: 2
Coverable lines: 2
Total lines: 8
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_StartDate()100%10%
get_TotalWafers()100%10%

File(s)

C:\Users\wathen\source\repos\ReportingServices\ReportingServices.Shared\Models\ProductionReport\ReactorOutsByDay.cs

#LineLine coverage
 1namespace ReportingServices.Shared.Models.ProductionReport
 2{
 3    public class ReactorOutsByDay
 4    {
 05        public string StartDate { get; set; }
 06        public int TotalWafers { get; set; }
 7    }
 8}

Methods/Properties

get_StartDate()
get_TotalWafers()