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] EMMA works by wrapping each line of code and each condition with a flag, which is set when that line is executed.[2]
Alternatives
EMMA-based tools
- Intellij Idea Plugin — Includes code coverage support from its own and an EMMA plugin
- NetBeans Code Coverage Plugin — Visualizes code coverage by coloring sources in the NetBeans IDE
- Sonar EMMA plugin — Enables usage of EMMA analyses within the code quality management platform Sonar
- Eclipse EMMA plugin
- Google CodePro AnalytiX
External links
References
- ^ EMMA code coverage files on SourceForge.net
- ^ [http://books.google.com/books?id=L7d0LNpSrRwC&pg=PA289&dq=EMMA+%28code+coverage+tool%29&hl=en&ei=_pXATYmrJqrv0gHoroirBQ&sa=X&oi=book_result&ct=result&resnum=8&ved=0CG0Q6AEwBw#v=onepage&q&f=false Expert Spring MVC and Web Flow By Seth Ladd, Darren Davison, Steven Devijver, Colin Yates, p. 289]