< Summary

Information
Class: KT.Modules.Security.Presentation.Dto.UserDto
Assembly: KT.Modules.Security
File(s): G:\NetProjects\KeepTrack\src\Modules\KT.Modules.Security\Presentation\Dto\UserDto.cs
Line coverage
100%
Covered lines: 2
Uncovered lines: 0
Coverable lines: 2
Total lines: 8
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_Username()100%11100%

File(s)

G:\NetProjects\KeepTrack\src\Modules\KT.Modules.Security\Presentation\Dto\UserDto.cs

#LineLine coverage
 1namespace KT.Modules.Security.Presentation.Dto
 2{
 3    public class UserDto
 4    {
 55        public string Id { get; set; } = string.Empty;
 56        public string Username { get; set; } = string.Empty;
 7    }
 8}

Methods/Properties

get_Id()
get_Username()