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

samsmithnz / SatisfactoryTree / 12308445348

13 Dec 2024 02:27AM CUT coverage: 31.263% (-58.5%) from 89.75%
12308445348

Pull #179

github

web-flow
Merge 2735d11c5 into e87768050
Pull Request #179: Reworking recipes

366 of 541 branches covered (67.65%)

Branch coverage included in aggregate %.

782 of 916 new or added lines in 19 files covered. (85.37%)

2264 existing lines in 22 files now uncovered.

862 of 3387 relevant lines covered (25.45%)

2126.66 hits per line

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

0.0
/src/SatisfactoryTree/Models/NewTargetItem.cs
1
namespace SatisfactoryTree.Models
2
{
3
    public class NewTargetItem
4
    {
NEW
5
        public NewTargetItem(string? itemName, decimal itemQuantity)
×
NEW
6
        {
×
NEW
7
            ItemName = itemName;
×
NEW
8
            ItemQuantity = itemQuantity;
×
NEW
9
        }
×
10

NEW
11
        public string? ItemName { get; set; }
×
NEW
12
        public decimal ItemQuantity { get; set; }
×
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

© 2025 Coveralls, Inc