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

lduchosal / ipnetwork / 822
94%

Build:
DEFAULT BRANCH: master
Ran 17 Aug 2025 01:42PM UTC
Jobs 1
Files 44
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

17 Aug 2025 01:37PM UTC coverage: 93.698% (+0.5%) from 93.223%
822

push

appveyor

web-flow
Feat: parserange (#364)

IP Range to CIDR Converter
A C# utility for converting IP address ranges into optimal CIDR blocks, supporting both IPv4 and IPv6 addresses.
Methods
ParseRange(string range)
Parses an IP range string and returns the optimal CIDR blocks. Throws exceptions on invalid input.
Parameters:

range (string): IP range in format "startIP-endIP" (e.g., "192.168.1.45-192.168.1.65")

Returns: IEnumerable<IPNetwork2> - Collection of optimal CIDR blocks
Throws: ArgumentException, FormatException for invalid input
TryParseRange(string range, out IEnumerable<IPNetwork2> result)
Attempts to parse an IP range string. Returns success/failure without throwing exceptions.
Parameters:

range (string): IP range in format "startIP-endIP"
result (out): Collection of CIDR blocks if successful, null if failed

Returns: bool - True if parsing succeeded, false otherwise

* Feat: parserange
* Chore: Test units
* Chore: upgrade version
* Chore: documentation
* Fix: sonarqube issues
* Fix: formatting
* Fix: 100% coverage

1918 of 2047 relevant lines covered (93.7%)

684512.65 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
2
98.47
1.35% /src/System.Net.IPNetwork/IPNetwork2InternalParse.cs
Jobs
ID Job ID Ran Files Coverage
1 822.1 17 Aug 2025 01:42PM UTC 44
93.7
Source Files on build 822
  • Tree
  • List 44
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • e4829c18 on github
  • Prev Build on master (#808)
  • Next Build on master (#823)
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