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

DomCR / ACadSharp / 22056180537

16 Feb 2026 08:56AM UTC coverage: 77.283% (-0.3%) from 77.593%
22056180537

Pull #978

github

web-flow
Merge a338464f1 into ae77202b7
Pull Request #978: issue-976 context data

8169 of 11454 branches covered (71.32%)

Branch coverage included in aggregate %.

87 of 256 new or added lines in 16 files covered. (33.98%)

13 existing lines in 5 files now uncovered.

29543 of 37343 relevant lines covered (79.11%)

150779.69 hits per line

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

71.43
/src/ACadSharp/IO/Templates/CadAnnotScaleObjectContextDataTemplate.cs
1
using ACadSharp.Objects;
2

3
namespace ACadSharp.IO.Templates;
4

5
internal class CadAnnotScaleObjectContextDataTemplate : CadNonGraphicalObjectTemplate
6
{
7
        public ulong? ScaleHandle { get; internal set; }
5,055✔
8

9
        public CadAnnotScaleObjectContextDataTemplate(AnnotScaleObjectContextData cadObject)
10
                                : base(cadObject)
5,055✔
11
        {
5,055✔
12
        }
5,055✔
13

14
        protected override void build(CadDocumentBuilder builder)
15
        {
5,055✔
16
                base.build(builder);
5,055✔
17

18
                AnnotScaleObjectContextData contextData = (AnnotScaleObjectContextData)this.CadObject;
5,055✔
19
                if (builder.TryGetCadObject(this.ScaleHandle, out Scale scale))
5,055!
UNCOV
20
                {
×
NEW
21
                        contextData.Scale = scale;
×
UNCOV
22
                }
×
23
        }
5,055✔
24
}
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