< Summary

Information
Class: KT.Modules.Report.Core.Domain.Attachment
Assembly: KT.Modules.Report
File(s): G:\NetProjects\KeepTrack\src\Modules\KT.Modules.Report\Core\Domain\Attachment.cs
Line coverage
0%
Covered lines: 0
Uncovered lines: 3
Coverable lines: 3
Total lines: 11
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_Id()100%210%
get_ReportId()100%210%
get_Url()100%210%

File(s)

G:\NetProjects\KeepTrack\src\Modules\KT.Modules.Report\Core\Domain\Attachment.cs

#LineLine coverage
 1namespace KT.Modules.Report.Core.Domain
 2{
 3
 4    internal class Attachment
 5    {
 06        public string Id { get; set; }
 07        public string ReportId { get; set; }
 08        public string Url { get; set; }
 9
 10    }
 11}

Methods/Properties

get_Id()
get_ReportId()
get_Url()