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

DomCR / ACadSharp / 12866213630

20 Jan 2025 10:40AM UTC coverage: 75.984% (+0.07%) from 75.915%
12866213630

push

github

web-flow
Merge pull request #537 from DomCR/issue-534_XData-link-cadDocument

Issue 534 XData link cad document

5275 of 7666 branches covered (68.81%)

Branch coverage included in aggregate %.

53 of 57 new or added lines in 5 files covered. (92.98%)

21065 of 26999 relevant lines covered (78.02%)

39171.97 hits per line

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

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

5
namespace ACadSharp.XData
6
{
7
        public class ExtendedData
8
        {
9
                public List<ExtendedDataRecord> Records { get; } = new();
47,197✔
10

11
                public ExtendedData()
22,714✔
12
                {
22,714✔
13
                }
22,714✔
14

15
                public ExtendedData(IEnumerable<ExtendedDataRecord> records) : this()
22,713✔
16
                {
22,713✔
17
                        this.Records.AddRange(records);
22,713✔
18
                }
22,713✔
19

20
                public void AddControlStrings()
NEW
21
                {
×
NEW
22
                        throw new NotImplementedException();
×
23
                }
24
        }
25
}
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

© 2025 Coveralls, Inc