EMMA (code coverage tool)
Appearance
EMMA is an open source toolkit for measuring and reporting Java code coverage. EMMA is distributed under the terms of Common Public License v1.0.
EMMA is not currently under active development; the last stable release took place in mid-2005.[1]
Alternatives
- Atlassian Clover — a commercial alternative
- Cobertura — an open-source alternative
EMMA-based tools
- Intellij Idea Pluggin Includes a code coverage from it´s own and an EMMA pluggin.
- NetBeans Code Coverage Plugin — Visualizes code coverage by coloring sources in the NetBeans IDE
- Sonar EMMA plugin: enables usage EMMA analyses within the code quality management platform Sonar
- Eclipse EMMA plugin