Description: Atlassian Clover is a code coverage tool for Java applications. It integrates with build tools like Maven and Gradle to show statement, branch, and method coverage. Clover helps developers write better unit tests and enforce code quality policies.
Type: software
Description: Cobertura is an open source Java code coverage tool that calculates the percentage of code accessed by tests. It shows which parts of the codebase are lacking test coverage to help developers improve test quality. Cobertura integrates with build tools like Maven and Ant.
Type: software
Pricing: Open Source