< Summary

Information
Class: Syki.Shared.ExamGradeOut
Assembly: Shared
File(s): /home/runner/work/syki/syki/Shared/Features/Teacher/GetTeacherClass/ExamGradeOut.cs
Tag: 22_11348620282
Line coverage
100%
Covered lines: 5
Uncovered lines: 0
Coverable lines: 5
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_Id()100%11100%
get_ClassId()100%11100%
get_StudentId()100%11100%
get_ExamType()100%11100%
get_Note()100%11100%

File(s)

/home/runner/work/syki/syki/Shared/Features/Teacher/GetTeacherClass/ExamGradeOut.cs

#LineLine coverage
 1namespace Syki.Shared;
 2
 3public class ExamGradeOut
 4{
 4115    public Guid Id { get; set; }
 3696    public Guid ClassId { get; set; }
 3727    public Guid StudentId { get; set; }
 4328    public ExamType ExamType { get; set; }
 4179    public decimal Note { get; set; }
 10}