< Summary

Information
Class: Server.Data.Entities.User
Assembly: Server
File(s): /home/runner/work/NGql/NGql/src/Server/Data/Entities/User.cs
Line coverage
100%
Covered lines: 1
Uncovered lines: 0
Coverable lines: 1
Total lines: 6
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_Name()100%11100%

File(s)

/home/runner/work/NGql/NGql/src/Server/Data/Entities/User.cs

#LineLine coverage
 1namespace Server.Data.Entities;
 2
 3public class User
 4{
 8105    public string Name { get; set; } = null!;
 6}

Methods/Properties

get_Name()