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

DomCR / ACadSharp / 24894444075

24 Apr 2026 02:21PM UTC coverage: 76.677% (-0.4%) from 77.074%
24894444075

Pull #1040

github

web-flow
Merge d3b336a23 into d573f1f62
Pull Request #1040: TableEntity dwg support

8478 of 12009 branches covered (70.6%)

Branch coverage included in aggregate %.

629 of 1219 new or added lines in 20 files covered. (51.6%)

42 existing lines in 4 files now uncovered.

30514 of 38843 relevant lines covered (78.56%)

152154.19 hits per line

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

91.67
/src/ACadSharp/Entities/TableEntity.CellBorder.cs
1
using ACadSharp.Attributes;
2

3
namespace ACadSharp.Entities;
4

5
public partial class TableEntity
6
{
7
        public class CellBorder
8
        {
9
                //[DxfCodeValue(62)]
10
                //64-69
11
                public Color Color { get; set; }
27,784✔
12

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

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

19
                //284-289
20
                [DxfCodeValue(284)]
21
                public bool IsInvisible { get; set; } = false;
278,240✔
22

23
                //274-279
24
                [DxfCodeValue(274)]
25
                public LineWeightType LineWeight { get; set; }
27,784✔
26

27
                [DxfCodeValue(90)]
28
                public TableBorderPropertyFlags PropertyOverrideFlags { get; set; }
18,538✔
29

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

33
                public bool ApplyBorder { get; set; } = false;
260,278✔
34

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