• 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/Games/Pikmin1/Pikmin1/src/api/ModModelFileBundle.cs
1
using System.Collections.Generic;
2

3
using fin.io;
4
using fin.model.io;
5
using fin.util.enumerables;
6

7
namespace pikmin1.api {
8
  public sealed class ModModelFileBundle : IModelFileBundle {
UNCOV
9
    public IReadOnlyTreeFile MainFile => this.ModFile;
×
10
    public IEnumerable<IReadOnlyGenericFile> Files
UNCOV
11
      => this.ModFile.Yield().ConcatIfNonnull(this.AnmFile);
×
12

UNCOV
13
    public required IReadOnlyTreeFile ModFile { get; init; }
×
UNCOV
14
    public required IReadOnlyTreeFile? AnmFile { get; init; }
×
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