You have no doubt seen some funky status badges like the ones on the modules page. Some of these are available directly from the relevant service. However, some others are not and in order to plug the gap we have decided to provide these badges as a small service to the community.

How to use your badge

All badges are provided as SVG images. Simply add these images directly from the source into your HTML to make use of the service. A typical such image might look like this:

<img src="https://badges.perlconsultancy.com/cover/WebService-AbuseIPDB" />

which renders as

The top path segment can be replaced by the whichever service name you wish. Currently only cover is available which returns the total score from CPANCover. The second and final path segment is the name of the dist - be sure to use hyphens rather than double-colons in the name.

Try it now

Interactive version to follow.