Java code coverage tools: Difference between revisions

Content deleted Content added
m v2.05 - Repaired 1 link to disambiguation page - (You can help) - Maven / Fix errors for CW project (Title linked in text)
mNo edit summary
Line 1:
{{Short description|Java development tools}}
'''Java code coverage tools''' are of two types: first, tools that add statements to the [[Java (programming language)|Java]] [[source code]] and require its recompilation. Second, tools that instrument the [[bytecode]], either before or during execution. The goal is to find out which parts of the code are tested by registering the lines of [[code coverage|code executed]] when running a test.
 
== JCov ==