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

loresoft / FluentCommand / 23280088634

19 Mar 2026 04:39AM UTC coverage: 57.402% (+0.004%) from 57.398%
23280088634

push

github

pwelter34
Include MemberTypeName to support nullable types

1405 of 3071 branches covered (45.75%)

Branch coverage included in aggregate %.

5 of 8 new or added lines in 4 files covered. (62.5%)

1 existing line in 1 file now uncovered.

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

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

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