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

lduchosal / ipnetwork / 581

02 Jun 2023 08:29AM UTC coverage: 94.615%. Remained the same
581

push

appveyor

web-flow
Merge pull request #271 from lduchosal/dependabot/nuget/Microsoft.CodeCoverage-17.6.1

Build(deps): Bump Microsoft.CodeCoverage from 17.6.0 to 17.6.1

1599 of 1690 relevant lines covered (94.62%)

1185099.52 hits per line

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

100.0
/src/ConsoleApplication/ProgramContext.cs
1
// <copyright file="ProgramContext.cs" company="IPNetwork">
2
// Copyright (c) IPNetwork. All rights reserved.
3
// </copyright>
4

5
namespace System.Net.ConsoleApplication
6
{
7
    public class ProgramContext
8
    {
9
        public bool IPNetwork { get; set; }
292✔
10

11
        public bool Network { get; set; }
292✔
12

13
        public bool Netmask { get; set; }
290✔
14

15
        public bool Cidr { get; set; }
290✔
16

17
        public bool Broadcast { get; set; }
290✔
18

19
        public bool FirstUsable { get; set; }
290✔
20

21
        public bool LastUsable { get; set; }
290✔
22

23
        public bool Usable { get; set; }
290✔
24

25
        public bool Total { get; set; }
288✔
26

27
        public CidrParseEnum CidrParse { get; set; } = CidrParseEnum.Value;
41✔
28

29
        public byte CidrParsed { get; set; } = 32;
41✔
30

31
        public IPNetwork ContainNetwork { get; set; }
3✔
32

33
        public IPNetwork OverlapNetwork { get; set; }
3✔
34

35
        public IPNetwork SubtractNetwork { get; set; }
1✔
36

37
        public ActionEnum Action { get; set; } = ActionEnum.PrintNetworks;
88✔
38

39
        public byte SubnetCidr { get; set; }
2✔
40

41
        public string[] NetworksString { get; set; }
22✔
42

43
        public IPNetwork[] Networks { get; set; }
42✔
44
    }
45
}
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