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

DomCR / ACadSharp / 16379028536

18 Jul 2025 07:45PM UTC coverage: 74.905% (-0.1%) from 75.043%
16379028536

Pull #715

github

web-flow
Merge 9090edde3 into 402a39408
Pull Request #715: Issue 712 pdfunderlay writer

5876 of 8627 branches covered (68.11%)

Branch coverage included in aggregate %.

118 of 209 new or added lines in 14 files covered. (56.46%)

14 existing lines in 3 files now uncovered.

23420 of 30484 relevant lines covered (76.83%)

80920.98 hits per line

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

88.89
/src/ACadSharp/Objects/RasterVariables.cs
1
using ACadSharp.Attributes;
2

3
namespace ACadSharp.Objects
4
{
5
        /// <summary>
6
        /// Represents a <see cref="RasterVariables"/> object.
7
        /// </summary>
8
        /// <remarks>
9
        /// Object name <see cref="DxfFileToken.ObjectRasterVariables"/> <br/>
10
        /// Dxf class name <see cref="DxfSubclassMarker.RasterVariables"/>
11
        /// </remarks>
12
        [DxfName(DxfFileToken.ObjectRasterVariables)]
13
        [DxfSubClass(DxfSubclassMarker.RasterVariables)]
14
        public class RasterVariables : NonGraphicalObject
15
        {
16
                /// <inheritdoc/>
17
                public override string ObjectName => DxfFileToken.ObjectRasterVariables;
238✔
18

19
                /// <inheritdoc/>
NEW
20
                public override string SubclassMarker => DxfSubclassMarker.RasterVariables;
×
21

22
                public short Units { get; internal set; }
134✔
23
                public short DisplayQuality { get; internal set; }
134✔
24
                public short DisplayFrame { get; internal set; }
134✔
25
                public int ClassVersion { get; internal set; }
134✔
26

27
                /// <inheritdoc/>
28
                public RasterVariables() : base()
134✔
29
                {
134✔
30
                }
134✔
31
        }
32
}
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