• 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/XData/ExtendedDataReference.cs
1
namespace ACadSharp.XData
2
{
3
        public abstract class ExtendedDataReference<T> : ExtendedDataRecord<ulong>, IExtendedDataHandleReference
4
                where T : CadObject
5
        {
UNCOV
6
                protected ExtendedDataReference(DxfCode code, ulong handle) : base(code, handle) { }
×
7

8
                /// <summary>
9
                /// Resolve the reference of for an specific <see cref="CadDocument"/>.
10
                /// </summary>
11
                /// <param name="document"></param>
12
                /// <returns></returns>
13
                public T ResolveReference(CadDocument document)
UNCOV
14
                {
×
UNCOV
15
                        return document.GetCadObject<T>(this.Value);
×
UNCOV
16
                }
×
17

18
                /// <inheritdoc/>
19
                CadObject IExtendedDataHandleReference.ResolveReference(CadDocument document)
UNCOV
20
                {
×
UNCOV
21
                        return this.ResolveReference(document);
×
UNCOV
22
                }
×
23
        }
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