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

thorstenalpers / CleanMyPosts / 15184035747

22 May 2025 10:18AM UTC coverage: 22.575% (-0.7%) from 23.225%
15184035747

push

github

thorstenalpers
Save the window location and restore it

86 of 366 branches covered (23.5%)

Branch coverage included in aggregate %.

0 of 36 new or added lines in 3 files covered. (0.0%)

1 existing line in 1 file now uncovered.

277 of 1242 relevant lines covered (22.3%)

0.61 hits per line

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

0.0
/src/UI/Models/WindowSettings.cs
1
using System.Windows;
2

3
namespace CleanMyPosts.UI.Models;
4

5
public class WindowSettings
6
{
NEW
7
    public double Top { get; set; } = 100;
×
NEW
8
    public double Left { get; set; } = 100;
×
NEW
9
    public double Width { get; set; } = 860;
×
NEW
10
    public double Height { get; set; } = 600;
×
NEW
11
    public WindowState WindowState { get; set; } = WindowState.Normal;
×
12
}
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