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

SamboyCoding / Cpp2IL / 29695731106

19 Jul 2026 04:52PM UTC coverage: 37.768% (-0.1%) from 37.872%
29695731106

push

github

SamboyCoding
Lib: v107 and v108 support. Fix v106.1 support.

2917 of 8660 branches covered (33.68%)

Branch coverage included in aggregate %.

85 of 196 new or added lines in 17 files covered. (43.37%)

14 existing lines in 4 files now uncovered.

5310 of 13123 relevant lines covered (40.46%)

176459.26 hits per line

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

0.0
/LibCpp2IL/Metadata/Il2CppGenericMethodSpecOnType.cs
1
using LibCpp2IL.BinaryStructures;
2

3
namespace LibCpp2IL.Metadata
4
{
5
    public class Il2CppGenericMethodSpecOnType : ReadableClass
6
    {
7
        public Il2CppVariableWidthIndex<Il2CppMethodDefinition> methodDefinitionIndex;
8
        public Il2CppVariableWidthIndex<Il2CppGenericInst> methodIndexIndex;
9

NEW
10
        public Il2CppMethodDefinition MethodDefinition => OwningContext.Metadata.GetMethodDefinitionFromIndex(methodDefinitionIndex);
×
NEW
11
        public Il2CppGenericInst GenericMethodInst => OwningContext.Binary.GetGenericInst(methodIndexIndex);
×
12

13
        public override void Read(ClassReadingBinaryReader reader)
14
        {
NEW
15
            methodDefinitionIndex = Il2CppVariableWidthIndex<Il2CppMethodDefinition>.Read(reader);
×
NEW
16
            methodIndexIndex = Il2CppVariableWidthIndex<Il2CppGenericInst>.Read(reader);
×
NEW
17
        }
×
18
    }
19
}
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