< Summary - Syki

Information
Class: Syki.Back.Shared.BatchTypeCountOut
Assembly: Back
File(s): /home/runner/work/syki/syki/Back/Shared/Features/Adm/GetBatchesSummary/BatchTypeCountOut.cs
Tag: 56_26538939494
Line coverage
0%
Covered lines: 0
Uncovered lines: 2
Coverable lines: 2
Total lines: 9
Line coverage: 0%
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_Type()100%210%
get_Total()100%210%

File(s)

/home/runner/work/syki/syki/Back/Shared/Features/Adm/GetBatchesSummary/BatchTypeCountOut.cs

#LineLine coverage
 1using Syki.Back.Domain.Enums;
 2
 3namespace Syki.Back.Shared;
 4
 5public class BatchTypeCountOut
 6{
 07    public CommandBatchType Type { get; set; }
 08    public int Total { get; set; }
 9}

Methods/Properties

get_Type()
get_Total()