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

DomCR / ACadSharp / 18814871545

26 Oct 2025 07:36AM UTC coverage: 78.074% (+0.2%) from 77.923%
18814871545

Pull #831

github

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

7323 of 10163 branches covered (72.06%)

Branch coverage included in aggregate %.

717 of 843 new or added lines in 16 files covered. (85.05%)

13 existing lines in 4 files now uncovered.

27305 of 34190 relevant lines covered (79.86%)

107186.93 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