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

DomCR / ACadSharp / 29143042407

11 Jul 2026 06:34AM UTC coverage: 2.912% (-73.0%) from 75.918%
29143042407

push

github

web-flow
Merge pull request #1146 from ilCosmico/acds-read-payload-anchor

Read the AcDs payload area offset from the data segment header

264 of 12999 branches covered (2.03%)

Branch coverage included in aggregate %.

0 of 30 new or added lines in 1 file covered. (0.0%)

31243 existing lines in 465 files now uncovered.

1337 of 41984 relevant lines covered (3.18%)

5.38 hits per line

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

0.0
/src/ACadSharp/Objects/MTextAttributeObjectContextData.cs
1
using ACadSharp.Attributes;
2
using ACadSharp.Entities;
3
using CSMath;
4

5
namespace ACadSharp.Objects;
6

7
[DxfName(DxfFileToken.MTextAttributeObjectContextData)]
8
[DxfSubClass(DxfSubclassMarker.AnnotScaleObjectContextData)]
9
public class MTextAttributeObjectContextData : AnnotScaleObjectContextData
10
{
11
        [DxfCodeValue(11, 21, 31)]
UNCOV
12
        public XYZ AlignmentPoint { get; set; } = XYZ.AxisX;
×
13

14
        [DxfCodeValue(70)]
UNCOV
15
        public AttachmentPointType AttachmentPoint { get; set; } = AttachmentPointType.TopLeft;
×
16

17
        [DxfCodeValue(10, 20, 30)]
UNCOV
18
        public XYZ InsertPoint { get; set; } = XYZ.Zero;
×
19

20
        /// <inheritdoc/>
21
        public override string ObjectName => DxfFileToken.MTextAttributeObjectContextData;
×
22

23
        [DxfCodeValue(DxfReferenceType.IsAngle, 50)]
UNCOV
24
        public double Rotation { get; set; }
×
25

26
        [DxfCodeValue(290)]
UNCOV
27
        public bool Value290 { get; set; }
×
28
}
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