• 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

0.0
/src/ACadSharp/Prototype1b/DataBlobReference.cs
1
using System.Collections.Generic;
2

3
namespace ACadSharp.Prototype1b
4
{
5
        public class DataBlobReference
6
    {
NEW
7
        public ulong TotalDataSize { get; set; }
×
NEW
8
        public uint PageCount { get; set; }
×
NEW
9
        public uint RecordSize { get; set; }    // DataBlobReference size
×
NEW
10
        public uint PageSize { get; set; }
×
NEW
11
        public uint LastPageSize { get; set; }
×
NEW
12
        public uint Unknown1 { get; set; }
×
NEW
13
        public uint Unknown2 { get; set; }
×
14

15
                /// Pointer (segment index, size) to blob01 segments containing the data
NEW
16
                public List<(uint, uint)> SegmentPointers { get; set; }
×
17
    }
18
}
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