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

DomCR / ACadSharp / 13855061684

14 Mar 2025 10:52AM UTC coverage: 76.165% (-0.06%) from 76.22%
13855061684

Pull #582

github

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

5484 of 7905 branches covered (69.37%)

Branch coverage included in aggregate %.

2 of 12 new or added lines in 3 files covered. (16.67%)

11 existing lines in 3 files now uncovered.

21643 of 27711 relevant lines covered (78.1%)

75630.25 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