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

DomCR / ACadSharp / 20972584561

13 Jan 2026 09:05PM UTC coverage: 76.954% (+0.06%) from 76.896%
20972584561

Pull #949

github

web-flow
Merge 944cf1dfb into 024480147
Pull Request #949: issue-948 dynamic properties

7968 of 11209 branches covered (71.09%)

Branch coverage included in aggregate %.

137 of 148 new or added lines in 10 files covered. (92.57%)

15 existing lines in 4 files now uncovered.

28972 of 36794 relevant lines covered (78.74%)

148849.84 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