• 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/SentinelTypeAnalysisContext.cs
1
using LibCpp2IL.BinaryStructures;
2

3
namespace Cpp2IL.Core.Model.Contexts;
4

NEW
5
public sealed class SentinelTypeAnalysisContext(AssemblyAnalysisContext referencedFrom) : ReferencedTypeAnalysisContext(referencedFrom)
×
6
{
NEW
7
    public override Il2CppTypeEnum Type => Il2CppTypeEnum.IL2CPP_TYPE_SENTINEL;
×
NEW
8
    public override string DefaultName => "<<SENTINEL>>";
×
NEW
9
    public override bool IsValueType => false;
×
10
}
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