• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

loresoft / FluentCommand / 23280340529

19 Mar 2026 04:46AM UTC coverage: 57.402%. Remained the same
23280340529

push

github

pwelter34
nullability tests

1405 of 3071 branches covered (45.75%)

Branch coverage included in aggregate %.

41 of 83 new or added lines in 17 files covered. (49.4%)

4291 of 6852 relevant lines covered (62.62%)

330.75 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/test/FluentCommand.Entities/UserRole.cs
1
using System.ComponentModel.DataAnnotations.Schema;
2

3
namespace FluentCommand.Entities;
4

5
[Table(nameof(UserRole))]
6
public class UserRole
7
{
8
    public Guid UserId { get; set; }
×
9
    public Guid RoleId { get; set; }
×
10

11
    [NotMapped]
NEW
12
    public virtual User? User { get; set; }
×
13
    [NotMapped]
NEW
14
    public virtual Role? Role { get; set; }
×
15
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc