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

DomCR / ACadSharp / 19269943512

11 Nov 2025 03:11PM UTC coverage: 78.156% (+0.2%) from 78.002%
19269943512

push

github

web-flow
Merge pull request #831 from DomCR/table-entity-refactor

Table entity refactor

7383 of 10235 branches covered (72.13%)

Branch coverage included in aggregate %.

731 of 859 new or added lines in 16 files covered. (85.1%)

14 existing lines in 4 files now uncovered.

27606 of 34533 relevant lines covered (79.94%)

98649.31 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

© 2025 Coveralls, Inc