• 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

50.0
/src/ACadSharp/Objects/Evaluations/BlockGripExpression.cs
1
using ACadSharp.Attributes;
2

3
namespace ACadSharp.Objects.Evaluations
4
{
5
        /// <summary>
6
        /// Represents a BLOCKGRIPLOCATIONCOMPONENT object.
7
        /// </summary>
8
        /// <remarks>
9
        /// Object name <see cref="DxfFileToken.ObjectBlockGripLocationComponent"/> <br/>
10
        /// Dxf class name <see cref="DxfSubclassMarker.BlockGripExpression"/>
11
        /// </remarks>
12
        [DxfName(DxfFileToken.ObjectBlockGripLocationComponent)]
13
        [DxfSubClass(DxfSubclassMarker.BlockGripExpression)]
14
        public class BlockGripExpression : EvaluationExpression
15
        {
16
                /// <inheritdoc/>
NEW
17
                public override string ObjectName => DxfFileToken.ObjectBlockGripLocationComponent;
×
18

19
                /// <inheritdoc/>
20
                public override string SubclassMarker => DxfSubclassMarker.BlockGripExpression;
×
21

22
                [DxfCodeValue(300)]
23
                public string Value300 { get; set; }
1,154✔
24

25
                [DxfCodeValue(91)]
26
                public int Value91 { get; set; }
1,154✔
27
        }
28
}
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