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

loresoft / FluentCommand / 23278216331

19 Mar 2026 03:19AM UTC coverage: 57.398% (+0.7%) from 56.658%
23278216331

push

github

pwelter34
Enable nullable and improve source generators

1403 of 3069 branches covered (45.72%)

Branch coverage included in aggregate %.

527 of 907 new or added lines in 58 files covered. (58.1%)

22 existing lines in 10 files now uncovered.

4288 of 6846 relevant lines covered (62.64%)

330.58 hits per line

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

94.74
/src/FluentCommand.Generators/Models/EntityProperty.cs
1
namespace FluentCommand.Generators.Models;
2

3
public record EntityProperty(
15✔
4
    string PropertyName,
131✔
5
    string ColumnName,
27✔
6
    string PropertyType,
35✔
NEW
7
    string? ParameterName = null,
×
8
    string? ConverterName = null,
5✔
9
    bool IsKey = false,
10✔
10
    bool IsNotMapped = false,
25✔
11
    bool IsDatabaseGenerated = false,
10✔
12
    bool IsConcurrencyCheck = false,
10✔
13
    string? ForeignKey = null,
10✔
14
    bool IsRequired = false,
10✔
15
    bool HasGetter = true,
20✔
16
    bool HasSetter = true,
20✔
17
    string? DisplayName = null,
10✔
18
    string? DataFormatString = null,
10✔
19
    string? ColumnType = null,
11✔
20
    int? ColumnOrder = null
10✔
21
);
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