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

DomCR / ACadSharp / 12612533277

04 Jan 2025 05:51PM UTC coverage: 75.623% (+0.6%) from 75.001%
12612533277

push

github

web-flow
Merge pull request #486 from DomCR/dynamic-blocks

Dynamic blocks

5196 of 7588 branches covered (68.48%)

Branch coverage included in aggregate %.

276 of 360 new or added lines in 21 files covered. (76.67%)

3 existing lines in 1 file now uncovered.

20797 of 26784 relevant lines covered (77.65%)

36308.12 hits per line

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

66.67
/src/ACadSharp/Objects/Evaluations/BlockElement.cs
1
using ACadSharp.Attributes;
2

3
namespace ACadSharp.Objects.Evaluations
4
{
5
        [DxfSubClass(DxfSubclassMarker.BlockElement)]
6
        public abstract class BlockElement : EvaluationExpression
7
        {
8
                /// <inheritdoc/>
NEW
9
                public override string SubclassMarker => DxfSubclassMarker.BlockElement;
×
10

11
                /// <summary>
12
                /// Block element name.
13
                /// </summary>
14
                [DxfCodeValue(300)]
15
                public string ElementName { get; set; }
1✔
16

17
                [DxfCodeValue(1071)]
18
                internal int Value1071 { get; set; }
1✔
19
        }
20
}
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