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

DomCR / ACadSharp / 21668989262

04 Feb 2026 11:04AM UTC coverage: 77.413% (+0.2%) from 77.238%
21668989262

push

github

web-flow
Merge pull request #963 from DomCR/issue-962_dynamic-parameter-rotation-translation

issue-962

8111 of 11339 branches covered (71.53%)

Branch coverage included in aggregate %.

273 of 301 new or added lines in 16 files covered. (90.7%)

11 existing lines in 2 files now uncovered.

29385 of 37097 relevant lines covered (79.21%)

148585.46 hits per line

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

66.67
/src/ACadSharp/Objects/Evaluations/BlockRotationAction.cs
1
using ACadSharp.Attributes;
2

3
namespace ACadSharp.Objects.Evaluations;
4

5
[DxfName(DxfFileToken.ObjectBlockRotateAction)]
6
[DxfSubClass(DxfSubclassMarker.BlockRotationAction)]
7
public class BlockRotationAction : BlockActionBasePt
8
{
9
        /// <inheritdoc/>
NEW
10
        public override string SubclassMarker => DxfSubclassMarker.BlockRotationAction;
×
11

12
        [DxfCodeValue(303)]
13
        public string Value303 { get; set; }
2✔
14

15
        [DxfCodeValue(94)]
16
        public int Value94 { get; set; }
2✔
17
}
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