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

DomCR / ACadSharp / 20999409385

14 Jan 2026 03:20PM UTC coverage: 77.043% (+0.1%) from 76.896%
20999409385

Pull #949

github

web-flow
Merge 880fa27b3 into 024480147
Pull Request #949: issue-948 dynamic properties

8018 of 11257 branches covered (71.23%)

Branch coverage included in aggregate %.

301 of 324 new or added lines in 21 files covered. (92.9%)

18 existing lines in 6 files now uncovered.

29078 of 36893 relevant lines covered (78.82%)

148502.12 hits per line

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

60.0
/src/ACadSharp/Objects/TableContent.cs
1
using ACadSharp.Attributes;
2

3
namespace ACadSharp.Objects
4
{
5
        /// <summary>
6
        /// Represents a <see cref="TableContent"/> object.
7
        /// </summary>
8
        /// <remarks>
9
        /// Object name <see cref="DxfFileToken.ObjectTableContent"/> <br/>
10
        /// Dxf class name <see cref="DxfSubclassMarker.TableContent"/>
11
        /// </remarks>
12
        [DxfName(DxfFileToken.ObjectTableContent)]
13
        [DxfSubClass(DxfSubclassMarker.TableContent)]
14
        public class TableContent : FormattedTableData
15
        {
16
                /// <inheritdoc/>
17
                public override ObjectType ObjectType { get { return ObjectType.UNLISTED; } }
×
18

19
                /// <inheritdoc/>
20
                public override string ObjectName => DxfFileToken.ObjectTableContent;
64✔
21

22
                /// <inheritdoc/>
UNCOV
23
                public override string SubclassMarker => DxfSubclassMarker.TableContent;
×
24

25
                [DxfCodeValue(DxfReferenceType.Handle, 340)]
26
                public TableStyle Style { get; set; } = new();
998✔
27

28
                public TableStyle StyleOverride { get; set; }
76✔
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