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

DomCR / ACadSharp / 30620456288

31 Jul 2026 09:34AM UTC coverage: 76.801% (+1.0%) from 75.789%
30620456288

Pull #1151

github

web-flow
Merge 0ffbbdb89 into 25e85fe17
Pull Request #1151: Dynamic parameters

9806 of 13766 branches covered (71.23%)

Branch coverage included in aggregate %.

2995 of 3452 new or added lines in 70 files covered. (86.76%)

74 existing lines in 12 files now uncovered.

34910 of 44457 relevant lines covered (78.53%)

142256.06 hits per line

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

66.67
/src/ACadSharp/Objects/Evaluations/BlockGripLocationComponent.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 BlockGripLocationComponent : EvaluationExpression
15
{
16
        /// <summary>
17
        /// Gets or sets the connection of the block grip location component.
18
        /// </summary>
19
        public EvalConnection Connection { get; set; } = new EvalConnection();
4,586✔
20

21
        /// <inheritdoc/>
22
        public override string ObjectName => DxfFileToken.ObjectBlockGripLocationComponent;
11,150✔
23

24
        /// <inheritdoc/>
NEW
25
        public override string SubclassMarker => DxfSubclassMarker.BlockGripExpression;
×
26
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc