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

SamboyCoding / Cpp2IL / 30749432829

02 Aug 2026 01:12PM UTC coverage: 36.382% (+0.2%) from 36.169%
30749432829

push

github

SamboyCoding
Decompiler: Stop having operands be raw `object`-typed

2857 of 8963 branches covered (31.88%)

Branch coverage included in aggregate %.

78 of 217 new or added lines in 31 files covered. (35.94%)

7 existing lines in 3 files now uncovered.

5293 of 13438 relevant lines covered (39.39%)

164513.36 hits per line

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

0.0
/Cpp2IL.Core/ISIL/FieldReference.cs
1
using Cpp2IL.Core.Model.Contexts;
2

3
namespace Cpp2IL.Core.ISIL;
4

NEW
5
public class FieldReference(FieldAnalysisContext field, LocalVariable local, int offset) : IOperand
×
6
{
7
    public FieldAnalysisContext Field = field;
×
8
    public LocalVariable Local = local;
×
9
    public int Offset = offset;
×
10

11
    public override string ToString() => $"{Local.Name}.{Field.Name} ({Field.FieldType.FullName})";
×
12
}
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