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

SamboyCoding / Cpp2IL / 14963463455

12 May 2025 03:56AM UTC coverage: 34.824% (-0.002%) from 34.826%
14963463455

Pull #448

github

web-flow
Merge c2620cf67 into e93c0fecc
Pull Request #448: Fix attribute generator method analysis context return type

1808 of 6486 branches covered (27.88%)

Branch coverage included in aggregate %.

0 of 1 new or added line in 1 file covered. (0.0%)

1 existing line in 1 file now uncovered.

4158 of 10646 relevant lines covered (39.06%)

161261.42 hits per line

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

0.0
/Cpp2IL.Core/Model/Contexts/AttributeGeneratorMethodAnalysisContext.cs
1
namespace Cpp2IL.Core.Model.Contexts;
2

3
public class AttributeGeneratorMethodAnalysisContext : MethodAnalysisContext
4
{
5
    public override ulong UnderlyingPointer { get; }
×
6

7
    public override bool IsVoid => true;
×
8

9
    public readonly HasCustomAttributes AssociatedMember;
10

11
    public AttributeGeneratorMethodAnalysisContext(ulong pointer, ApplicationAnalysisContext context, HasCustomAttributes associatedMember) : base(context)
×
12
    {
13
        UnderlyingPointer = pointer;
×
14
        AssociatedMember = associatedMember;
×
NEW
15
        InjectedReturnType = AppContext.SystemTypes.SystemVoidType;
×
16
        rawMethodBody = AppContext.InstructionSet.GetRawBytesForMethod(this, true);
×
UNCOV
17
    }
×
18
}
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

© 2026 Coveralls, Inc