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

DomCR / ACadSharp / 29143042407

11 Jul 2026 06:34AM UTC coverage: 2.912% (-73.0%) from 75.918%
29143042407

push

github

web-flow
Merge pull request #1146 from ilCosmico/acds-read-payload-anchor

Read the AcDs payload area offset from the data segment header

264 of 12999 branches covered (2.03%)

Branch coverage included in aggregate %.

0 of 30 new or added lines in 1 file covered. (0.0%)

31243 existing lines in 465 files now uncovered.

1337 of 41984 relevant lines covered (3.18%)

5.38 hits per line

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

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

3

4
namespace ACadSharp.Objects;
5

6
[DxfSubClass(DxfSubclassMarker.ObjectContextData)]
7
public abstract class ObjectContextData : NonGraphicalObject
8
{
9
        /// <inheritdoc/>
10
        public override string SubclassMarker => DxfSubclassMarker.ObjectContextData;
×
11

12
        /// <summary>
13
        /// Gets or sets the version number of the entity definition.
14
        /// </summary>
15
        [DxfCodeValue(70)]
UNCOV
16
        public short Version { get; set; } = 3;
×
17

18
        //B        -        Has file to extension dictionary (default value is true).
19
        //[DxfCodeValue()]
UNCOV
20
        public bool HasFileToExtensionDictionary { get; set; } = true;
×
21

22
        /// <summary>
23
        /// Gets or sets a value indicating whether this instance uses the default setting.
24
        /// </summary>
25
        [DxfCodeValue(290)]
UNCOV
26
        public bool Default { get; set; } = false;
×
27
}
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