Code Coverage Report View

Display a summary of your code coverage session

Description:

The Code Coverage Report view provides a summary (in XML) of your session. The view lets you drill down into your project and see the coverage for individual files and functions:

Code Coverage Report view

To generate a report, simply right-click a coverage session and select Generate Report.

By default, the IDE displays reports in the Code Coverage Report view, but you can also have the IDE display reports in an external browser. Using an external browser lets you compare several reports simultaneously.

To toggle between viewing reports in the Code Coverage Report view and in an external browser:

  1. Open the Preferences dialog (Window-->Preferences).
  2. In the left pane, select General-->Web Browser.
  3. In the right pane, check/uncheck the Use external Web browser check box.
  4. Click OK.
To print a report: In the Code Coverage Report view's title bar, click the Print button (Icon: Print).

To save a report:

  1. Right-click in the Code Coverage Report view to display the context menu.
  2. Click Save As... to save the report.
You can also refresh the report: In the Code Coverage Report view's title bar, click the Refresh button (Icon: Refresh).