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

DomCR / ACadSharp / 25248972458

02 May 2026 09:32AM UTC coverage: 76.776% (-0.3%) from 77.1%
25248972458

Pull #1040

github

web-flow
Merge ad601da98 into a531bc13d
Pull Request #1040: TableEntity dwg support

8526 of 12075 branches covered (70.61%)

Branch coverage included in aggregate %.

900 of 1507 new or added lines in 29 files covered. (59.72%)

38 existing lines in 5 files now uncovered.

30731 of 39057 relevant lines covered (78.68%)

151411.99 hits per line

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

91.67
/src/ACadSharp/Objects/TableStyle.CellBorder.cs
1
using ACadSharp.Attributes;
2

3
namespace ACadSharp.Objects;
4

5
public partial class TableStyle
6
{
7
        public class CellBorder
8
        {
9
                public bool ApplyBorder { get; set; } = false;
260,674✔
10

11
                //[DxfCodeValue(62)]
12
                //64-69
13
                public Color Color { get; set; }
30,664✔
14

15
                [DxfCodeValue(40)]
16
                public double DoubleLineSpacing { get; set; }
18,538✔
17

18
                [DxfCodeValue(95)]
NEW
19
                public CellEdgeFlags EdgeFlags { get; }
×
20

21
                //284-289
22
                [DxfCodeValue(284)]
23
                public bool IsInvisible { get; set; } = false;
281,516✔
24

25
                //274-279
26
                [DxfCodeValue(274)]
27
                public LineWeightType LineWeight { get; set; }
30,664✔
28

29
                [DxfCodeValue(90)]
30
                public BorderPropertyFlags PropertyOverrideFlags { get; set; }
18,538✔
31

32
                [DxfCodeValue(91)]
33
                public BorderType Type { get; set; }
18,538✔
34

35
                public CellBorder(CellEdgeFlags edgeFlags)
253,912✔
36
                {
253,912✔
37
                        this.EdgeFlags = edgeFlags;
253,912✔
38
                }
253,912✔
39
        }
40
}
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