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

DomCR / ACadSharp / 12544237206

30 Dec 2024 08:54AM UTC coverage: 75.108% (-0.3%) from 75.369%
12544237206

Pull #517

github

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

5139 of 7542 branches covered (68.14%)

Branch coverage included in aggregate %.

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

20 existing lines in 4 files now uncovered.

20491 of 26582 relevant lines covered (77.09%)

36427.46 hits per line

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

0.0
/src/ACadSharp/XData/ExtendedDataDirection.cs
1
using CSMath;
2

3
namespace ACadSharp.XData
4
{
5
        public class ExtendedDataDirection : ExtendedDataRecord<XYZ>
6
        {
NEW
7
                public ExtendedDataDirection(XYZ direction) : base(DxfCode.ExtendedDataWorldXDir, direction) { }
×
8
        }
9
}
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