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

ParadoxGameConverters / Fronter.NET / 14576094589

21 Apr 2025 03:24PM UTC coverage: 18.281% (+0.02%) from 18.257%
14576094589

push

github

web-flow
Modernize code and remove unused using directives (#863)

73 of 656 branches covered (11.13%)

Branch coverage included in aggregate %.

17 of 34 new or added lines in 6 files covered. (50.0%)

548 of 2741 relevant lines covered (19.99%)

9.34 hits per line

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

83.33
/Fronter.NET/Models/Configuration/RequiredPath.cs
1
using Fronter.ViewModels;
2
using ReactiveUI;
3

4
namespace Fronter.Models.Configuration;
5

6
public class RequiredPath : ViewModelBase {
7
        public bool Mandatory { get; protected set; } = false;
62✔
8
        public virtual bool Outputtable { get; protected set; } = false;
37✔
9
        public string Name { get; protected set; } = string.Empty;
695✔
10

11
        public string DisplayName {
12
                get;
2✔
13
                protected set => this.RaiseAndSetIfChanged(ref field, value);
30✔
14
        } = string.Empty;
30✔
15

16
        public string? Tooltip { get; protected set; }
32✔
17

18
        public string SearchPathType { get; protected set; } = string.Empty;
62✔
19
        public string SearchPath { get; protected set; } = string.Empty;
50✔
20

21
        public virtual string Value {
NEW
22
                get;
×
NEW
23
                set => this.RaiseAndSetIfChanged(ref field, value);
×
24
        } = string.Empty;
30✔
25
}
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