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

SamboyCoding / Cpp2IL / 14016638949

23 Mar 2025 07:11AM UTC coverage: 27.127%. Remained the same
14016638949

Pull #427

github

web-flow
Merge 53d7b369d into 4409a1bb4
Pull Request #427: Process addresses in the Mach-O export trie as ULEB128 instead of LEB128

1270 of 6490 branches covered (19.57%)

Branch coverage included in aggregate %.

0 of 15 new or added lines in 3 files covered. (0.0%)

2 existing lines in 2 files now uncovered.

3379 of 10648 relevant lines covered (31.73%)

122354.89 hits per line

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

0.0
/LibCpp2IL/MachO/MachOExportEntry.cs
1
namespace LibCpp2IL.MachO;
2

NEW
3
public class MachOExportEntry(string name, ulong address, ulong flags, ulong other, string? importName)
×
4
{
5
    public string Name = name;
×
NEW
6
    public ulong Address = address;
×
NEW
7
    public ulong Flags = flags;
×
NEW
8
    public ulong Other = other;
×
UNCOV
9
    public string? ImportName = importName;
×
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