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

samsmithnz / SatisfactoryTree / 17597809527

09 Sep 2025 10:56PM UTC coverage: 89.152% (+36.3%) from 52.88%
17597809527

Pull #284

github

web-flow
Merge 0266f5cbc into e771c4f78
Pull Request #284: Reworking logic to handle imports and exports

280 of 326 branches covered (85.89%)

Branch coverage included in aggregate %.

887 of 983 new or added lines in 26 files covered. (90.23%)

887 of 983 relevant lines covered (90.23%)

728.21 hits per line

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

0.0
/src/SatisfactoryTree.Logic/Models/Factory.cs
1
namespace SatisfactoryTree.Logic.Models
2
{
3
    public class Factory
4
    {
NEW
5
        public List<Part> Imports { get; set; }
×
NEW
6
        public List<Part> Surplus { get; set; }
×
NEW
7
        public List<Part> PartGoals { get; set; }
×
NEW
8
        public List<Part> Parts { get; set; }
×
9

NEW
10
        public Factory()
×
NEW
11
        {
×
NEW
12
            Imports = new();
×
NEW
13
            Surplus = new();
×
NEW
14
            PartGoals = new();
×
NEW
15
            Parts = new();
×
NEW
16
        }
×
17
    }
18
}
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