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

SamboyCoding / Cpp2IL / 24971814523

27 Apr 2026 01:07AM UTC coverage: 35.136% (-0.2%) from 35.366%
24971814523

Pull #542

github

web-flow
Merge 32624b1f2 into ed90670ff
Pull Request #542: Remove static mutable state from LibCpp2IL 2: Electric Boogaloo

1871 of 6663 branches covered (28.08%)

Branch coverage included in aggregate %.

303 of 568 new or added lines in 66 files covered. (53.35%)

12 existing lines in 11 files now uncovered.

4387 of 11148 relevant lines covered (39.35%)

268964.17 hits per line

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

0.0
/Cpp2IL.Core/Exceptions/UnsupportedInstructionSetException.cs
1
using System;
2

3
namespace Cpp2IL.Core.Exceptions;
4

NEW
5
public class UnsupportedInstructionSetException(string? instructionSetId = null) : Exception
×
6
{
NEW
7
    public override string Message => $"This action is not supported on the {instructionSetId ?? "unknown"} instruction set yet. If running the CLI, try adding the --skip-analysis argument.";
×
8
}
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