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

DomCR / ACadSharp / 18721371977

22 Oct 2025 03:27PM UTC coverage: 78.088% (+0.2%) from 77.923%
18721371977

Pull #831

github

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

7267 of 10095 branches covered (71.99%)

Branch coverage included in aggregate %.

619 of 718 new or added lines in 15 files covered. (86.21%)

3 existing lines in 2 files now uncovered.

27220 of 34069 relevant lines covered (79.9%)

107569.4 hits per line

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

91.67
/src/ACadSharp/Entities/TableEntity.ContentFormat.cs
1
using ACadSharp.Attributes;
2
using ACadSharp.Tables;
3

4
namespace ACadSharp.Entities
5
{
6
        public partial class TableEntity
7
        {
8
                public class ContentFormat
9
                {
10
                        [DxfCodeValue(94)]
11
                        public int Alignment { get; set; }
22,078✔
12

13
                        [DxfCodeValue(62)]
14
                        public Color Color { get; set; }
22,078✔
15

16
                        [DxfCodeValue(170)]
17
                        public bool HasData { get; set; }
25,270✔
18

19
                        [DxfCodeValue(90)]
20
                        public int PropertyFlags { get; set; }
15,694✔
21

22
                        [DxfCodeValue(91)]
23
                        public TableCellStylePropertyFlags PropertyOverrideFlags { get; set; }
24,529✔
24

25
                        [DxfCodeValue(DxfReferenceType.IsAngle, 40)]
26
                        public double Rotation { get; set; }
15,694✔
27

28
                        [DxfCodeValue(140)]
29
                        public double Scale { get; set; }
15,694✔
30

31
                        [DxfCodeValue(144)]
32
                        public double TextHeight { get; set; }
15,694✔
33

34
                        [DxfCodeValue(92)]
35
                        public int ValueDataType { get; set; }
15,694✔
36

37
                        [DxfCodeValue(300)]
38
                        public string ValueFormatString { get; set; }
15,694✔
39

40
                        [DxfCodeValue(93)]
41
                        public int ValueUnitType { get; set; }
22,078✔
42

43
                        [DxfCodeValue(340)]
NEW
44
                        public TextStyle TextStyle { get; set; }
×
45
                }
46
        }
47
}
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