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

MeltyPlayer / MeltyTool / 22887246649

10 Mar 2026 04:33AM UTC coverage: 39.577% (-2.0%) from 41.566%
22887246649

push

github

MeltyPlayer
Fixed golden file comparison.

6725 of 18941 branches covered (35.5%)

Branch coverage included in aggregate %.

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

2094 existing lines in 92 files now uncovered.

28468 of 69981 relevant lines covered (40.68%)

58155.6 hits per line

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

0.0
/FinModelUtility/Utility%20of%20Time%20CSharp/api/OotModelFileBundle.cs
1
using fin.io;
2
using fin.model.io;
3

4
using UoT.memory;
5

6
namespace UoT.api {
7
  public sealed class OotModelFileBundle(
×
8
      IReadOnlyTreeFile ootRom,
×
9
      IReadOnlyTreeFile zObjectFile,
×
10
      IZFile zFile) : IModelFileBundle {
×
11
    public IReadOnlyTreeFile MainFile => zObjectFile;
×
12

UNCOV
13
    public IReadOnlyTreeFile OotRom => ootRom;
×
14
    public IZFile ZFile => zFile;
×
15
  }
16
}
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