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

DomCR / ACadSharp / 13854643523

14 Mar 2025 10:26AM UTC coverage: 76.181% (-0.04%) from 76.22%
13854643523

Pull #582

github

web-flow
Merge 47f3cfe1b into 5d7d96527
Pull Request #582: Dwg DxfClasses reader fix

5485 of 7905 branches covered (69.39%)

Branch coverage included in aggregate %.

4 of 5 new or added lines in 3 files covered. (80.0%)

33 existing lines in 3 files now uncovered.

21646 of 27709 relevant lines covered (78.12%)

75634.22 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 recognised") { }
×
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