Coverlipse

Coverlipse

Coverlipse is an open-source code coverage tool for Eclipse that provides statement, branch, and MC/DC coverage metrics. It integrates with JUnit and plugs into the Eclipse IDE to display coverage information in the code editor.
Coverlipse screenshot

Coverlipse: Open-Source Code Coverage Tool for Eclipse

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.

What is Coverlipse?

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:

  • Statement, branch, and MC/DC coverage metrics
  • Integrated with JUnit test framework
  • Coverage highlighting in Eclipse code editor
  • Missing coverage warnings and quick fixes
  • Coverage trends and statistics code
  • Export coverage reports to XML and HTML

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.

Coverlipse Features

Features

  1. Integrates with JUnit for unit testing
  2. Provides statement, branch and MC/DC coverage metrics
  3. Displays coverage information directly in Eclipse code editor
  4. Open source and free to use

Pricing

  • Open Source

Pros

Easy to set up and use

Good integration with Eclipse IDE

Helpful for improving test coverage

Free and open source

Cons

Limited to Java code tested via JUnit

May require some configuration

Not as full-featured as some paid solutions

Reviews & Ratings

Login to Review
No reviews yet

Be the first to share your experience with Coverlipse!

Login to Review

The Best Coverlipse Alternatives

Top Development and Code Coverage and other similar apps like Coverlipse


Cobertura icon

Cobertura

Cobertura is an open source code coverage tool for Java programs. It calculates the percentage of code that is executed or accessed by automated tests and generates detailed reports highlighting code that lacks adequate test coverage. This helps developers understand which parts of the codebase may need additional testing.Some key...
Cobertura image
EclEmma icon

EclEmma

EclEmma is a free, open source Java code coverage tool for Eclipse. It is used by developers to measure and report on code coverage in Java projects within the Eclipse IDE.EclEmma shows which lines of code have been executed during runtime. It visually highlights covered and uncovered code using different...
EclEmma image
Atlassian Clover icon

Atlassian Clover

Atlassian Clover is a code coverage tool designed specifically for Java applications. It integrates tightly with build tools like Maven and Gradle to provide statement, branch, and method coverage metrics right within the developer's workflow.A key benefit of Clover is that it enables developers to easily visualize code coverage data...
Atlassian Clover image
ECobertura icon

ECobertura

ECobertura is an open source code coverage tool for Java applications. It calculates the percentage of code that is executed or accessed by tests, providing important metrics on how thoroughly automated tests exercise an application's codebase.Some key features of ECobertura include:Integrates with build tools like Ant and Maven to calculate...
OpenClover icon

OpenClover

OpenClover is an open-source code coverage tool for Java applications. It is used to measure how much of the code in a Java program is executed or tested when running automated tests. This helps developers understand which parts of the application code may not be sufficiently tested.When running tests with...
OpenClover image
CodeCover icon

CodeCover

CodeCover is an open source automated software testing tool used for measuring code coverage of C, C++, Java and C# programs. It generates detailed code coverage reports to quantitatively analyze how much of the source code is executed and tested by a test suite.Some key features of CodeCover include:Detailed reporting...