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

SamboyCoding / Cpp2IL / 15014383252

14 May 2025 07:03AM UTC coverage: 34.711% (-0.1%) from 34.826%
15014383252

Pull #452

github

web-flow
Merge ad62ba652 into e93c0fecc
Pull Request #452: Expand type system to support more types

1813 of 6508 branches covered (27.86%)

Branch coverage included in aggregate %.

22 of 92 new or added lines in 11 files covered. (23.91%)

4 existing lines in 3 files now uncovered.

4158 of 10694 relevant lines covered (38.88%)

160537.6 hits per line

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

0.0
/Cpp2IL.Core/Model/Contexts/PinnedTypeAnalysisContext.cs
1
using Cpp2IL.Core.Utils;
2
using LibCpp2IL.BinaryStructures;
3

4
namespace Cpp2IL.Core.Model.Contexts;
5

6
public class PinnedTypeAnalysisContext(TypeAnalysisContext elementType, AssemblyAnalysisContext referencedFrom)
NEW
7
    : WrappedTypeAnalysisContext(elementType, referencedFrom)
×
8
{
9
    public PinnedTypeAnalysisContext(Il2CppType rawType, AssemblyAnalysisContext referencedFrom)
NEW
10
        : this(referencedFrom.ResolveIl2CppType(rawType.GetEncapsulatedType()), referencedFrom)
×
11
    {
NEW
12
    }
×
13

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

NEW
16
    public override string DefaultName => ElementType.Name;
×
17

NEW
18
    public sealed override bool IsValueType => false;
×
19
}
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