Sorting Data in the Coverage Browser

Related Topics

In the Coverage Browser window, click a column heading to sort by the column or to change the sort order to ascending or descending. By default, the data is sorted by coverage item in ascending order. PureCoverage sorts data hierarchically. For example, in the Module View tab, PureCoverage first sorts the module level in the coverage browser tree and then sorts the directory, file, and function levels in the tree.

For example, if you want to find which files in your program have the least coverage you can first sort Functions Missed in descending order.

images\cbsort1.gif

PureCoverage displays the module with the least coverage first: pwalk.exe. Expand this module and its directory. PureCoverage maintains the current sort order and displays the files with the least coverage first: pdebug.c and pview.c.

images\cbsort2.gif

Notes:

§                  If you expand another section in the tree, PureCoverage applies the current sort order.

§                  PureCoverage does not sort across branches in the Coverage Browser window.

§                  If you want to sort coverage data based on all functions use the Function List window.

(C) Copyright IBM Corporation 1993, 2010.