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

DomCR / ACadSharp / 18720978914

22 Oct 2025 03:14PM UTC coverage: 78.032% (+0.1%) from 77.923%
18720978914

Pull #831

github

web-flow
Merge 02b990326 into f84cb1d2a
Pull Request #831: Table entity refactor

7252 of 10085 branches covered (71.91%)

Branch coverage included in aggregate %.

600 of 710 new or added lines in 15 files covered. (84.51%)

10 existing lines in 4 files now uncovered.

27196 of 34061 relevant lines covered (79.84%)

107601.57 hits per line

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

90.91
/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
                        public Color Color { get; set; }
22,828✔
11

12
                        [DxfCodeValue(40)]
13
                        public double DoubleLineSpacing { get; set; }
19,228✔
14

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

18
                        [DxfCodeValue(93)]
19
                        public bool IsInvisible { get; set; }
19,228✔
20

21
                        [DxfCodeValue(92)]
22
                        public LineWeightType LineWeight { get; set; }
22,828✔
23

24
                        [DxfCodeValue(90)]
25
                        public TableBorderPropertyFlags PropertyOverrideFlags { get; set; }
19,228✔
26

27
                        [DxfCodeValue(91)]
28
                        public BorderType Type { get; set; }
19,228✔
29

30
                        public CellBorder(CellEdgeFlags edgeFlags)
133,344✔
31
                        {
133,344✔
32
                                this.EdgeFlags = edgeFlags;
133,344✔
33
                        }
133,344✔
34
                }
35
        }
36
}
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