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

SamboyCoding / Cpp2IL / 30178263727

25 Jul 2026 10:48PM UTC coverage: 36.302% (-0.8%) from 37.144%
30178263727

push

github

SamboyCoding
Decompiler: Recover static fields, throw helpers, and rgctx, fix bool flags, fix this param in IL, fix float handling somewhat

2890 of 9069 branches covered (31.87%)

Branch coverage included in aggregate %.

28 of 319 new or added lines in 17 files covered. (8.78%)

10 existing lines in 6 files now uncovered.

5291 of 13467 relevant lines covered (39.29%)

164158.62 hits per line

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

0.0
/Cpp2IL.Core/Model/Contexts/StaticFieldStorageTypeAnalysisContext.cs
1
using LibCpp2IL.BinaryStructures;
2

3
namespace Cpp2IL.Core.Model.Contexts;
4

5
/// <summary>
6
/// Synthetic type for a value holding <c>Il2CppClass::static_fields</c>)
7
/// </summary>
8
public class StaticFieldStorageTypeAnalysisContext(TypeAnalysisContext ownerType, AssemblyAnalysisContext referencedFrom)
NEW
9
    : ReferencedTypeAnalysisContext(referencedFrom)
×
10
{
11
    /// <summary>The type whose static fields live in this storage block.</summary>
NEW
12
    public TypeAnalysisContext OwnerType { get; } = ownerType;
×
13

NEW
14
    public override Il2CppTypeEnum Type => Il2CppTypeEnum.IL2CPP_TYPE_I;
×
15

NEW
16
    public override string DefaultName => $"Il2CppStaticFields<{OwnerType.FullName}>";
×
17

NEW
18
    public override string DefaultNamespace => "";
×
19

NEW
20
    public override bool IsValueType => false;
×
21
}
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