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

DomCR / ACadSharp / 20297070459

17 Dec 2025 08:53AM UTC coverage: 77.112% (-0.6%) from 77.723%
20297070459

push

github

web-flow
Merge pull request #921 from DomCR/read-table-R2007Pre

Read table r2007 pre

7690 of 10817 branches covered (71.09%)

Branch coverage included in aggregate %.

187 of 513 new or added lines in 9 files covered. (36.45%)

22 existing lines in 7 files now uncovered.

28309 of 35867 relevant lines covered (78.93%)

159788.76 hits per line

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

50.0
/src/ACadSharp/Objects/TableStyle.cs
1
using ACadSharp.Attributes;
2

3
namespace ACadSharp.Objects
4
{
5
        /// <summary>
6
        /// Represents a <see cref="TableStyle"/> object.
7
        /// </summary>
8
        /// <remarks>
9
        /// Object name <see cref="DxfFileToken.TableStyle"/> <br/>
10
        /// Dxf class name <see cref="DxfSubclassMarker.TableStyle"/>
11
        /// </remarks>
12
        [DxfName(DxfFileToken.TableStyle)]
13
        [DxfSubClass(DxfSubclassMarker.TableStyle)]
14
        public class TableStyle : NonGraphicalObject
15
        {
NEW
16
                public override string ObjectName => DxfFileToken.TableStyle;
×
17

18
                /// <inheritdoc/>
UNCOV
19
                public override ObjectType ObjectType => ObjectType.UNLISTED;
×
20

21
                /// <inheritdoc/>
22
                public override string SubclassMarker { get; } = DxfSubclassMarker.TableStyle;
1,207✔
23

24
                /// <summary>
25
                /// Gets or sets a value indicating whether the title should be suppressed.
26
                /// </summary>
27
                [DxfCodeValue(280)]
28
                public bool SuppressTitle { get; set; }
1✔
29
        }
30
}
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