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

samsmithnz / SatisfactoryTree / 17631712519

11 Sep 2025 01:58AM UTC coverage: 90.507% (+37.6%) from 52.88%
17631712519

push

github

web-flow
Merge pull request #284 from samsmithnz/ReworkingLogicToHandleImportsAndExports

Reworking logic to handle imports and exports

298 of 344 branches covered (86.63%)

Branch coverage included in aggregate %.

951 of 1036 new or added lines in 28 files covered. (91.8%)

951 of 1036 relevant lines covered (91.8%)

861.84 hits per line

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

0.0
/src/SatisfactoryTree.Logic/Extraction/RawPart.cs
1
namespace SatisfactoryTree.Logic.Extraction
2
{
NEW
3
    public class RawPart(string? className, string? displayName, string? description, int stackSize, string? pingColor, string? fluidColor, string? resourceSinkPoints)
×
4
    {
5
        //Common properties
NEW
6
        public string? ClassName { get; set; } = className;
×
NEW
7
        public string? DisplayName { get; set; } = displayName;
×
NEW
8
        public string? Description { get; set; } = description;
×
9

10
        //Item properties
NEW
11
        public int StackSize { get; set; } = stackSize;
×
NEW
12
        public string? PingColor { get; set; } = pingColor;
×
NEW
13
        public string? FluidColor { get; set; } = fluidColor;
×
NEW
14
        public string? ResourceSinkPoints { get; set; } = resourceSinkPoints;
×
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

© 2025 Coveralls, Inc