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

DomCR / ACadSharp / 16048157422

03 Jul 2025 10:35AM UTC coverage: 75.101% (-0.2%) from 75.329%
16048157422

push

github

web-flow
Merge pull request #665 from nanoLogika/20250509_mme_#626_11-support-dynamic-block-flip-actions

20250509 mme #626 11 support dynamic block flip actions

5842 of 8555 branches covered (68.29%)

Branch coverage included in aggregate %.

15 of 147 new or added lines in 18 files covered. (10.2%)

2 existing lines in 1 file now uncovered.

23241 of 30170 relevant lines covered (77.03%)

81720.02 hits per line

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

0.0
/src/ACadSharp/Objects/Evaluations/BlockGripLocationComponent.cs
1
using System;
2
using System.Collections.Generic;
3
using System.Linq;
4
using System.Text;
5
using System.Threading.Tasks;
6

7
using ACadSharp.Attributes;
8

9

10
namespace ACadSharp.Objects.Evaluations {
11

12
        // No properties
13

14
        [DxfSubClass(DxfSubclassMarker.BlockGripLocationComponent)]
15
        internal class BlockGripLocationComponent : BlockGripExpression {
16

17
                // /// <inheritdoc/>
18
                // public override string ObjectName => DxfFileToken.??;
19

20
                /// <inheritdoc/>
NEW
21
                public override string SubclassMarker => DxfSubclassMarker.BlockGripLocationComponent;
×
22
        }
23
}
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