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

DomCR / ACadSharp / 21010648765

14 Jan 2026 09:33PM UTC coverage: 77.031% (+0.09%) from 76.943%
21010648765

push

github

web-flow
Merge pull request #949 from DomCR/issue-948_dynamic-blocks-refactor

issue-948 dynamic properties

8019 of 11259 branches covered (71.22%)

Branch coverage included in aggregate %.

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

19 existing lines in 6 files now uncovered.

29076 of 36897 relevant lines covered (78.8%)

149030.45 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