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

DomCR / ACadSharp / 20814849836

08 Jan 2026 11:11AM UTC coverage: 77.141% (+0.09%) from 77.05%
20814849836

Pull #936

github

web-flow
Merge bd2f27d38 into 7f1bd3a9b
Pull Request #936: Table style dwg implementation

7887 of 11083 branches covered (71.16%)

Branch coverage included in aggregate %.

218 of 239 new or added lines in 11 files covered. (91.21%)

2 existing lines in 2 files now uncovered.

28744 of 36403 relevant lines covered (78.96%)

149874.68 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; }
19,790✔
12

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

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

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

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

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

28
                        [DxfCodeValue(144)]
29
                        public double Scale { get; set; }
14,286✔
30

31
                        [DxfCodeValue(140)]
32
                        public double TextHeight { get; set; }
16,692✔
33

34
                        //[DxfCodeValue(DxfReferenceType.Handle, 340)]
35
                        [DxfCodeValue(DxfReferenceType.Name, 7)]
UNCOV
36
                        public TextStyle TextStyle { get; set; }
×
37

38
                        [DxfCodeValue(92)]
39
                        public int ValueDataType { get; set; }
14,343✔
40

41
                        [DxfCodeValue(300)]
42
                        public string ValueFormatString { get; set; }
14,343✔
43

44
                        [DxfCodeValue(93)]
45
                        public int ValueUnitType { get; set; }
19,847✔
46
                }
47
        }
48
}
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