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

DomCR / ACadSharp / 12538206107

29 Dec 2024 07:40PM UTC coverage: 75.138% (-0.2%) from 75.369%
12538206107

Pull #517

github

web-flow
Merge 0eb0d69a3 into d2df0c87e
Pull Request #517: Issue 503 dwg xdata

5140 of 7542 branches covered (68.15%)

Branch coverage included in aggregate %.

114 of 227 new or added lines in 25 files covered. (50.22%)

11 existing lines in 3 files now uncovered.

20500 of 26582 relevant lines covered (77.12%)

36426.0 hits per line

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

0.0
/src/ACadSharp/XData/ExtendedDataDistance.cs
1
namespace ACadSharp.XData
2
{
3
        public class ExtendedDataDistance : ExtendedDataRecord<double>
4
        {
NEW
5
                public ExtendedDataDistance(double value) : base(DxfCode.ExtendedDataDist, value) { }
×
6
        }
7
}
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