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

DomCR / ACadSharp / 13894104452

17 Mar 2025 07:44AM UTC coverage: 76.179% (-0.04%) from 76.22%
13894104452

push

github

web-flow
Merge pull request #582 from DomCR/issue-580_dxfclasses-dwgreader-fix

Dwg DxfClasses reader fix

5486 of 7905 branches covered (69.4%)

Branch coverage included in aggregate %.

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

8 existing lines in 2 files now uncovered.

21646 of 27711 relevant lines covered (78.11%)

75628.85 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