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

DomCR / ACadSharp / 30339613344

28 Jul 2026 07:45AM UTC coverage: 75.811% (-0.1%) from 75.927%
30339613344

push

github

web-flow
Merge pull request #1154 from domeitzinger/prototype1b-dwg-reader

Implement full Prototype1b section parsing

9167 of 13083 branches covered (70.07%)

Branch coverage included in aggregate %.

549 of 707 new or added lines in 31 files covered. (77.65%)

2 existing lines in 2 files now uncovered.

32923 of 42437 relevant lines covered (77.58%)

152242.63 hits per line

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

66.67
/src/ACadSharp/Prototype1b/DataValue.cs
1
namespace ACadSharp.Prototype1b
2
{
3
        public class DataValue
4
    {
5
        public uint DataSize { get; set; }
1,083✔
6
        public byte[] Data { get; set; }
361✔
NEW
7
        public DataBlobReference BlobReference { get; set; }
×
8
    }
9
}
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