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

SamboyCoding / Cpp2IL / 19646943404

24 Nov 2025 07:38PM UTC coverage: 30.3% (-4.0%) from 34.31%
19646943404

Pull #481

github

web-flow
Merge 07574344a into e66a74bb3
Pull Request #481: Decompiler

1806 of 7575 branches covered (23.84%)

Branch coverage included in aggregate %.

100 of 1854 new or added lines in 29 files covered. (5.39%)

41 existing lines in 6 files now uncovered.

4084 of 11864 relevant lines covered (34.42%)

165379.78 hits per line

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

25.0
/Cpp2IL.Core/ISIL/StackOffset.cs
1
namespace Cpp2IL.Core.ISIL;
2

3
public struct StackOffset(int offset)
4
{
5
    public int Offset = offset;
20✔
6

NEW
7
    public override string ToString() => $"stack[{(Offset < 0 ? ("-" + (-Offset).ToString("X")) : Offset.ToString("X"))}]";
×
8
}
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