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

DomCR / ACadSharp / 18815746545

26 Oct 2025 09:03AM UTC coverage: 78.067% (+0.1%) from 77.923%
18815746545

Pull #831

github

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

7324 of 10163 branches covered (72.07%)

Branch coverage included in aggregate %.

733 of 863 new or added lines in 17 files covered. (84.94%)

15 existing lines in 4 files now uncovered.

27305 of 34195 relevant lines covered (79.85%)

107176.01 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