• 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

83.33
/src/ACadSharp/Objects/Evaluations/BlockScaleAction.cs
1
using ACadSharp.Attributes;
2

3
namespace ACadSharp.Objects.Evaluations;
4

5
[DxfName(DxfFileToken.ObjectBlockScaleAction)]
6
[DxfSubClass(DxfSubclassMarker.BlockScaleAction)]
7
public class BlockScaleAction : BlockActionBasePt
8
{
9
        /// <inheritdoc/>
10
        public override string ObjectName => DxfFileToken.ObjectBlockScaleAction;
1,151✔
11

12
        public EvalConnection ScaleConnection { get; set; } = new EvalConnection();
896✔
13

14
        public byte ScaleType { get; set; }
144✔
15

16
        /// <inheritdoc/>
NEW
17
        public override string SubclassMarker => DxfSubclassMarker.BlockScaleAction;
×
18

19
        public EvalConnection XScaleConnection { get; set; } = new EvalConnection();
896✔
20

21
        public EvalConnection YScaleConnection { get; set; } = new EvalConnection();
896✔
22
}
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