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

SamboyCoding / Cpp2IL / 17216182984

25 Aug 2025 05:35PM UTC coverage: 30.38% (-4.0%) from 34.352%
17216182984

Pull #481

github

web-flow
Merge b82763a24 into d5260685f
Pull Request #481: Decompiler

1804 of 7561 branches covered (23.86%)

Branch coverage included in aggregate %.

100 of 1839 new or added lines in 29 files covered. (5.44%)

41 existing lines in 6 files now uncovered.

4093 of 11850 relevant lines covered (34.54%)

165575.01 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)
×
6
{
NEW
7
    public FieldAnalysisContext Field = field;
×
NEW
8
    public LocalVariable Local = local;
×
NEW
9
    public int Offset = offset;
×
10

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