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

DomCR / ACadSharp / 22042939112

15 Feb 2026 08:57PM UTC coverage: 77.205% (-0.3%) from 77.463%
22042939112

Pull #978

github

web-flow
Merge 157e6aebd into 4609c0caf
Pull Request #978: issue-976 context data

8157 of 11448 branches covered (71.25%)

Branch coverage included in aggregate %.

86 of 224 new or added lines in 14 files covered. (38.39%)

14 existing lines in 6 files now uncovered.

29510 of 37340 relevant lines covered (79.03%)

150787.88 hits per line

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

0.0
/src/ACadSharp/Objects/FieldList.cs
1
using ACadSharp.Attributes;
2

3
namespace ACadSharp.Objects;
4

5
/// <summary>
6
/// Represents a <see cref="FieldList"/> object.
7
/// </summary>
8
/// <remarks>
9
/// Object name <see cref="DxfFileToken.ObjectFieldList"/> <br/>
10
/// Dxf class name <see cref="DxfSubclassMarker.FieldList"/>
11
/// </remarks>
12
[DxfName(DxfFileToken.ObjectFieldList)]
13
[DxfSubClass(DxfSubclassMarker.FieldList)]
14
public class FieldList : NonGraphicalObject
15
{
16
        /// <inheritdoc/>
NEW
17
        public override ObjectType ObjectType { get { return ObjectType.UNLISTED; } }
×
18

19
        /// <inheritdoc/>
NEW
20
        public override string ObjectName => DxfFileToken.ObjectFieldList;
×
21

22
        /// <inheritdoc/>
NEW
23
        public override string SubclassMarker => DxfSubclassMarker.FieldList;
×
24
}
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