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

lduchosal / ipnetwork / 822 / 1
94%
master: 94%

Build:
DEFAULT BRANCH: master
Ran 17 Aug 2025 01:42PM UTC
Files 44
Run time 1s
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.1

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

Source Files on job 822.1
  • Tree
  • List 44
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 822
  • e4829c18 on github
  • Prev Job for on master (#808.1)
  • Next Job for on master (#823.1)
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