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

DomCR / ACadSharp.Pdf / 14305897173

07 Apr 2025 09:38AM UTC coverage: 2.035% (-73.9%) from 75.959%
14305897173

push

github

DomCR
version 0.1.0-beta

125 of 8279 branches covered (1.51%)

Branch coverage included in aggregate %.

648 of 29704 relevant lines covered (2.18%)

4.64 hits per line

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

0.0
/src/ACadSharp.Pdf/Core/PdfObjectReference.cs
1
namespace ACadSharp.Pdf.Core
2
{
3
        public class PdfObjectReference : PdfItem
4
        {
5
                public PdfObject Value { get; set; }
×
6

7
                public PdfObjectReference(PdfObject value)
×
8
                {
×
9
                        this.Value = value;
×
10
                }
×
11

12
                public override string GetPdfForm(PdfConfiguration configuration)
13
                {
×
14
                        return $"{this.Value.Id} 0 R";
×
15
                }
×
16
        }
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

© 2025 Coveralls, Inc