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

DomCR / ACadSharp / 18709888830

22 Oct 2025 08:18AM UTC coverage: 78.038% (+0.1%) from 77.923%
18709888830

Pull #831

github

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

7165 of 9974 branches covered (71.84%)

Branch coverage included in aggregate %.

409 of 472 new or added lines in 13 files covered. (86.65%)

7 existing lines in 4 files now uncovered.

27036 of 33852 relevant lines covered (79.87%)

108431.63 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
namespace ACadSharp.Entities
2
{
3
        public partial class TableEntity
4
        {
5
                public class CellBorder
6
                {
7
                        public Color Color { get; set; }
8,844✔
8

9
                        public double DoubleLineSpacing { get; set; }
5,244✔
10

UNCOV
11
                        public CellEdgeFlags EdgeFlags { get; }
×
12

13
                        public bool IsInvisible { get; set; }
5,244✔
14

15
                        public LineWeightType LineWeight { get; set; }
8,844✔
16

17
                        public TableBorderPropertyFlags PropertyOverrideFlags { get; set; }
5,244✔
18

19
                        public BorderType Type { get; set; }
5,244✔
20

21
                        public CellBorder(CellEdgeFlags edgeFlags)
90,176✔
22
                        {
90,176✔
23
                                this.EdgeFlags = edgeFlags;
90,176✔
24
                        }
90,176✔
25
                }
26
        }
27
}
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