< Summary

Class:MUNity.Models.Resolution.ResaCommentSign
Assembly:MUNity.Schema
File(s):C:\Users\aeuke\source\repos\PeerConradi\munity\src\MUNitySchema\Models\Resolution\ResaCommentSign.cs
Covered lines:0
Uncovered lines:2
Coverable lines:2
Total lines:13
Line coverage:0% (0 of 2)
Covered branches:0
Total branches:0
Covered methods:0
Total methods:2
Method coverage:0% (0 of 2)

Metrics

MethodBranch coverage Cyclomatic complexity Line coverage
get_ResaCommentSignId()100%10%
get_Name()100%10%

File(s)

C:\Users\aeuke\source\repos\PeerConradi\munity\src\MUNitySchema\Models\Resolution\ResaCommentSign.cs

#LineLine coverage
 1using System;
 2using System.Collections.Generic;
 3using System.Text;
 4
 5namespace MUNity.Models.Resolution
 6{
 7    public class ResaCommentSign
 8    {
 09        public int ResaCommentSignId { get; set; }
 10
 011        public string Name { get; set; }
 12    }
 13}

Methods/Properties

get_ResaCommentSignId()
get_Name()