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

SamboyCoding / Cpp2IL / 16882046665

11 Aug 2025 01:50PM UTC coverage: 34.343% (-0.01%) from 34.353%
16882046665

Pull #476

github

web-flow
Merge 6a1b729c2 into 033d8ba5e
Pull Request #476: Fix bug in IsValueType

1789 of 6584 branches covered (27.17%)

Branch coverage included in aggregate %.

2 of 5 new or added lines in 1 file covered. (40.0%)

4196 of 10843 relevant lines covered (38.7%)

180666.47 hits per line

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

0.0
/Cpp2IL.Core/Cpp2IlRuntimeArgs.cs
1
using System.Collections.Generic;
2
using AssetRipper.Primitives;
3
using Cpp2IL.Core.Api;
4

5
namespace Cpp2IL.Core;
6

7
public class Cpp2IlRuntimeArgs
8
{
9
    //To determine easily if this struct is the default one or not.
10
    public bool Valid;
11

12
    //Core variables
13
    public UnityVersion UnityVersion;
14
    public string PathToAssembly = null!;
15
    public string PathToMetadata = null!;
16

17
    public string? WasmFrameworkJsFile;
18

19
    public List<Cpp2IlProcessingLayer> ProcessingLayersToRun = [];
×
20
    public readonly Dictionary<string, string> ProcessingLayerConfigurationOptions = new();
×
21

22
    public Cpp2IlOutputFormat? OutputFormat;
23
    public string OutputRootDirectory = null!;
24

25
    public bool LowMemoryMode;
26
}
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