The jcoverage eclipse plugin is now available for eclipse 3.1 - featuring our fast byte code instrumentation and a new eclipse based code coverage editor and viewer - all integrated with eclipse.
The jcoverage eclipse plugin features a summary view to display core information about your project  coverage summary view - The number of lines of source code for your project
- The percentage of those lines that have been executed by your tests
- The percentage of branches which have been executed
- The number of methods
- A cyclomatic complexity indicator (low, moderate, high or very high).
 enhanced eclipse java editor The jcoverage eclipse plugin enhances the standard eclipse java editor to indicate which source lines have not been executed by your tests. This improves the feedback loop enabling developers to concentrate their efforts writing tests to exercise those source lines that have not yet been executed by their tests. |