The basic steps

To use PureCoverage interactively:

  1. Collect coverage data for your C/C++ program

  2. PureCoverage can also collect coverage data for Java applications running on a Solaris SPARC 32-bit Java virtual machine (JVM); for information, click
     

  3. View the coverage data

If you have not exercised your code sufficiently, or if you modify your code:

  1. Rerun your program, merging or comparing the new coverage data with the old.

What else can you do?