• 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

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