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

DomCR / ACadSharp / 20695985904

04 Jan 2026 04:42PM UTC coverage: 77.05% (+0.01%) from 77.04%
20695985904

push

github

web-flow
Merge pull request #934 from DomCR/issue-891_CadDictionary-defaults

issue 891 default entries

7798 of 10981 branches covered (71.01%)

Branch coverage included in aggregate %.

58 of 58 new or added lines in 9 files covered. (100.0%)

1 existing line in 1 file now uncovered.

28542 of 36183 relevant lines covered (78.88%)

150732.28 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
        {
16
                public const string DefaultName = "Standard";
17

UNCOV
18
                public override string ObjectName => DxfFileToken.TableStyle;
×
19

20
                /// <inheritdoc/>
21
                public override ObjectType ObjectType => ObjectType.UNLISTED;
×
22

23
                /// <inheritdoc/>
24
                public override string SubclassMarker { get; } = DxfSubclassMarker.TableStyle;
1,075✔
25

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