• 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/Libraries/Level5/Level5/src/api/XcModelFileBundle.cs
1
using fin.io;
2
using fin.model.io;
3
using fin.util.enumerables;
4

5

6
namespace level5.api;
7

8
public sealed class XcModelFileBundle : IModelFileBundle {
9
  public string? HumanReadableName { get; set; }
×
10

11
  public IReadOnlyTreeFile MainFile
12
    => this.ModelDirectory.AssertGetParent()
×
UNCOV
13
           .AssertGetExistingFile($"{this.ModelDirectory.Name}.xc");
×
14

15
  public IEnumerable<IReadOnlyGenericFile> Files
16
    => this.MainFile.Yield()
×
17
           .Concat(this.ModelDirectory.GetExistingFiles())
×
18
           .ConcatIfNonnull(
×
19
               this.AnimationDirectories?.SelectMany(
×
UNCOV
20
                   d => d.GetExistingFiles()));
×
21

22
  public IReadOnlyTreeDirectory ModelDirectory { get; set; }
×
UNCOV
23
  public IList<IReadOnlyTreeDirectory>? AnimationDirectories { get; set; }
×
24
}
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