Java code coverage tools: Difference between revisions

Content deleted Content added
Cobertura: + predecessor information
Line 103:
}}
 
Cobertura is an [[open-source software|open-source]] tool for measuring code coverage. It does so by instrumenting the byte code. It was the predecessor to JaCoCo.
 
{{Clear}}