Oracle® Solaris Studio 12.4: Code Analyzer User's Guide

Exit Print View

Updated: October 2014
 
 

Code Coverage Checking

Code coverage provides information on which areas of your code are exercised in testing and which are not, enabling you to improve your test suites to test more of your code. Code Analyzer uses data collected by uncover to determine which functions in your program are uncovered and the percentage of coverage that will be added to the total coverage for the application if a test covering the relevant function is added.

For information about collecting code coverage data, see Collecting Code Coverage Data.