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

DomCR / ACadSharp / 20691372116

04 Jan 2026 10:13AM UTC coverage: 77.034% (-0.006%) from 77.04%
20691372116

Pull #934

github

web-flow
Merge ae4238417 into 5f0f7722c
Pull Request #934: issue 891 default entries

7799 of 10983 branches covered (71.01%)

Branch coverage included in aggregate %.

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

10 existing lines in 2 files now uncovered.

28541 of 36191 relevant lines covered (78.86%)

150699.06 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