Related articles |
---|
Test Coverage Analyzer for Java and C, Program analysis tools for C nvsreenu@yahoo.com (2003-04-15) |
From: | nvsreenu@yahoo.com (N V Sreenivasa Rao) |
Newsgroups: | comp.compilers,comp.lang.java.programmer |
Date: | 15 Apr 2003 00:21:01 -0400 |
Organization: | http://groups.google.com/ |
Keywords: | Java, tools |
Posted-Date: | 15 Apr 2003 00:21:01 EDT |
Hello,
Test Coverage Analyzer for Java, C along with source code are
available in
http://www.cse.iitk.ac.in/users/jalote/download/index.html
The coverage analyzer for Java in the above site can do
statement coverage, branch coverage analysis, method coverage, class
coverage and time spent in testing. At the end of each run of
instrumented code the coverage report for union of all the previous
runs is given. Coverage reporting format can be changed without
recompiling source code.
Regards,
N V Sreenivasa Rao
Return to the
comp.compilers page.
Search the
comp.compilers archives again.