An open-source code coverage tool for Eclipse, providing statement, branch, and MC/DC coverage metrics integration with JUnit and display of coverage information in the Eclipse IDE.
Coverlipse is an open-source code coverage tool designed specifically for use with Eclipse and Java applications. It allows developers to measure and monitor code coverage of their JUnit tests to ensure thorough test suites.
Some key features of Coverlipse include:
By installing the Coverlipse plug-in in Eclipse, developers can easily visualize which parts of their code base are being exercised by tests. The editor highlights covered and uncovered code, making it simple to identify gaps. Developers can use Coverlipse to assess and improve their test suites and achieve increased code coverage over time.
As an open-source tool, Coverlipse is flexible and extensible to meet the needs of different teams and workflows. It can help ensure code quality and completeness through ongoing measurement of coverage as code evolves.
Here are some alternatives to Coverlipse:
Suggest an alternative ❐