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

DomCR / ACadSharp / 13894093259

17 Mar 2025 07:43AM UTC coverage: 76.199% (-0.02%) from 76.22%
13894093259

Pull #583

github

web-flow
Merge ab29f3c7f into 5d7d96527
Pull Request #583: Dwg DxfClasses writer fix

5487 of 7905 branches covered (69.41%)

Branch coverage included in aggregate %.

5 of 15 new or added lines in 4 files covered. (33.33%)

5 existing lines in 2 files now uncovered.

21652 of 27711 relevant lines covered (78.14%)

75629.02 hits per line

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

50.0
/src/ACadSharp/Exceptions/CadNotSupportedException.cs
1
using System;
2

3
namespace ACadSharp.Exceptions
4
{
5
        [Serializable]
6
        public class CadNotSupportedException : NotSupportedException
7
        {
NEW
8
                public CadNotSupportedException() : base($"File version not recognized") { }
×
9

10
                public CadNotSupportedException(ACadVersion version) : base($"File version not supported: {version}") { }
21✔
11
        }
12
}
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