• 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/BlockAlignmentParameter.cs
1
using ACadSharp.Attributes;
2

3
namespace ACadSharp.Objects.Evaluations;
4

5
/// <summary>
6
/// Represents a BLOCKALIGNMENTPARAMETER object, used in AutoCAD to control the
7
/// alignment in a dynamic block.
8
/// </summary>
9
/// <remarks>
10
/// Object name <see cref="DxfFileToken.ObjectBlockAlignmentParameter"/> <br/>
11
/// Dxf class name <see cref="DxfSubclassMarker.BlockAlignmentParameter"/>
12
/// </remarks>
13

14
[DxfName(DxfFileToken.ObjectBlockAlignmentParameter)]
15
[DxfSubClass(DxfSubclassMarker.BlockAlignmentParameter)]
16
public class BlockAlignmentParameter : Block2PtParameter
17
{
18
        /// <inheritdoc/>
19
        public override string ObjectName => DxfFileToken.ObjectBlockAlignmentParameter;
120✔
20

21
        /// <inheritdoc/>
NEW
22
        public override string SubclassMarker => DxfSubclassMarker.BlockAlignmentParameter;
×
23

24
        /// <summary>
25
        /// Gets or sets the perpendicular flag.
26
        /// </summary>
27
        [DxfCodeValue(280)]
28
        public bool IsPerpendicular { get; internal set; }
9✔
29
}
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