• 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/BlockGripExpression.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
        //BLOCKGRIPLOCATIONCOMPONENT
13
        //  AcDbEvalExpr
14
        //  AcDbBlockGripExpr
15
        //                91        BL        2
16
        //                300        S        UpdatedX
17

18
        [DxfSubClass(DxfSubclassMarker.BlockGripExpression)]
19
        public abstract class BlockGripExpression : EvaluationExpression {
20

21
                /// <inheritdoc/>
22
                ///        public override string ObjectName => DxfFileToken.ObjectBlockFlipAction;
23

24
                /// <inheritdoc/>
NEW
25
                public override string SubclassMarker => DxfSubclassMarker.BlockGripExpression;
×
26

27

28
                //                91        BL        2
29
                //                300        S        UpdatedX
30
        }
31
}
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