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

DomCR / ACadSharp / 24788175147

22 Apr 2026 03:50PM UTC coverage: 76.838% (-0.3%) from 77.123%
24788175147

Pull #1040

github

web-flow
Merge c1b0f7e98 into 4c8e56074
Pull Request #1040: TableEntity dwg support

8463 of 11965 branches covered (70.73%)

Branch coverage included in aggregate %.

120 of 292 new or added lines in 10 files covered. (41.1%)

7 existing lines in 2 files now uncovered.

30474 of 38709 relevant lines covered (78.73%)

152669.62 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

33.33
/src/ACadSharp/Entities/TableEntity.BreakData.cs
1
using CSMath;
2
using System.Collections.Generic;
3

4
namespace ACadSharp.Entities;
5

6
public partial class TableEntity
7
{
8
        public class TableBreakData
9
        {
NEW
10
                public double BreakSpacing { get; set; }
×
11

12
                public BreakOptionFlags Flags { get; set; } = BreakOptionFlags.None;
691✔
13

NEW
14
                public BreakFlowDirection FlowDirection { get; set; }
×
15

16
                public List<BreakHeight> Heights { get; set; } = new List<BreakHeight>();
691✔
17

18
                public struct BreakHeight
19
                {
NEW
20
                        public double Height { get; set; }
×
21

NEW
22
                        public XYZ Position { get; set; }
×
23
                }
24
        }
25
}
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