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

DomCR / ACadSharp / 32813935961

25 Aug 2026 05:43AM UTC coverage: 2.716% (-73.5%) from 76.225%
32813935961

push

github

web-flow
Merge pull request #1203 from DomCR/Issue-278_student-version-AC1032

Issue 278 student version ac1032

264 of 13840 branches covered (1.91%)

Branch coverage included in aggregate %.

0 of 136 new or added lines in 3 files covered. (0.0%)

33654 existing lines in 519 files now uncovered.

1337 of 45105 relevant lines covered (2.96%)

5.01 hits per line

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

0.0
/src/ACadSharp/XData/ExtendedDataControlString.cs
1
namespace ACadSharp.XData
2
{
3
        public class ExtendedDataControlString : ExtendedDataRecord
4
        {
UNCOV
5
                public static ExtendedDataControlString Open { get { return new ExtendedDataControlString(false); } }
×
6

UNCOV
7
                public static ExtendedDataControlString Close { get { return new ExtendedDataControlString(true); } }
×
8

UNCOV
9
                public bool IsClosing { get; set; }
×
10

UNCOV
11
                public char Value { get { return IsClosing ? '}' : '{'; } }
×
12

UNCOV
13
                public ExtendedDataControlString(bool isClosing) : base(DxfCode.ExtendedDataControlString, isClosing ? '}' : '{')
×
UNCOV
14
                {
×
UNCOV
15
                        this.IsClosing = isClosing;
×
UNCOV
16
                }
×
17
        }
18
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc