• 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

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,382✔
12

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

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

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

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

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

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

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

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

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

40
                        [DxfCodeValue(93)]
41
                        public int ValueUnitType { get; set; }
22,382✔
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

© 2025 Coveralls, Inc