Java code coverage tools: Difference between revisions

Content deleted Content added
m mark file suffixes
#suggestededit-add 1.0
Tags: Mobile edit Mobile app edit Android app edit
Line 1:
{{Short description|Two types of 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 ==