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

DomCR / ACadSharp / 18879718620

28 Oct 2025 03:15PM UTC coverage: 77.917% (-0.006%) from 77.923%
18879718620

Pull #831

github

web-flow
Merge 8807dc3b2 into 99a35bfd7
Pull Request #831: Table entity refactor

7331 of 10181 branches covered (72.01%)

Branch coverage included in aggregate %.

732 of 860 new or added lines in 16 files covered. (85.12%)

400 existing lines in 6 files now uncovered.

27339 of 34315 relevant lines covered (79.67%)

99135.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