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

DomCR / ACadSharp / 12550157427

30 Dec 2024 06:03PM UTC coverage: 75.001% (-0.4%) from 75.393%
12550157427

push

github

web-flow
Merge pull request #517 from DomCR/issue-503_dwg-xdata

Issue 503 dwg xdata

5140 of 7558 branches covered (68.01%)

Branch coverage included in aggregate %.

114 of 256 new or added lines in 25 files covered. (44.53%)

27 existing lines in 4 files now uncovered.

20487 of 26611 relevant lines covered (76.99%)

36386.36 hits per line

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

90.0
/src/ACadSharp/XData/ExtendedData.cs
1
using ACadSharp.Tables;
2
using System.Collections.Generic;
3

4
namespace ACadSharp.XData
5
{
6
        public class ExtendedData
7
        {
NEW
8
                public AppId AppId { get; }
×
9

10
                public List<ExtendedDataRecord> Records { get; } = new List<ExtendedDataRecord>();
41,146✔
11

12
                public ExtendedData(AppId app)
20,573✔
13
                {
20,573✔
14
                        this.AppId = app;
20,573✔
15
                }
20,573✔
16

17
                public ExtendedData(AppId app, IEnumerable<ExtendedDataRecord> records) : this(app)
20,573✔
18
                {
20,573✔
19
                        this.Records.AddRange(records);
20,573✔
20
                }
20,573✔
21
        }
22
}
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