Java code coverage tools: Difference between revisions

Content deleted Content added
m Cleanup and typo fixing, added Empty section (1) tag, typo(s) fixed: 2012-2017 → 2012–2017
Resolved {{Empty section}} problem by removing the redundant "See also" heading
Line 221:
* The runtime overhead of added instrumentation is small (5–20%) and the bytecode instrumentor itself is very fast (mostly limited by file I/O speed). Memory overhead is a few hundred bytes per Java class.
* EMMA is 100% pure Java, has no external library dependencies, and works in any Java 2 JVM (even 1.2.x).
 
== See also ==
 
{{Empty section|date=February 2020}}
 
== References ==