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

samsmithnz / SatisfactoryTree / 17753282581

16 Sep 2025 03:12AM UTC coverage: 87.342% (+0.1%) from 87.212%
17753282581

Pull #293

github

web-flow
Merge 9e90e84bd into a0fd16b21
Pull Request #293: Badges

315 of 372 branches covered (84.68%)

Branch coverage included in aggregate %.

53 of 57 new or added lines in 2 files covered. (92.98%)

1 existing line in 1 file now uncovered.

996 of 1129 relevant lines covered (88.22%)

1754.04 hits per line

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

0.0
/src/SatisfactoryTree.Logic/Models/Plan.cs
1
using SatisfactoryTree.Logic.Extraction;
2

3
namespace SatisfactoryTree.Logic.Models
4
{
5
    public class Plan
6
    {
7
        public List<Part> Parts { get; set; } = new();
×
8
        public List<Recipe> Recipes { get; set; } = new();
×
9
        public List<Building> Buildings { get; set; } = new();
×
UNCOV
10
        public List<Factory> Factories { get; set; } = new();
×
11

12
    }   
13

14
}
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