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 summary.
Generating a report
To generate a report, simply right-click a coverage session and select Generate Report.
By default, the IDE shows reports in the Code Coverage Report view, but you can also have the IDE show reports in an external browser. Using an external browser lets you compare several reports simultaneously.
Changing views
To toggle between viewing reports in the Code Coverage Report view and in an external browser:
Saving a report
To save a report:
Refreshing a report
To refresh a report:
Printing a report
To print a report:
Setting report options
By default, the report generated by the IDE doesn't include the code coverage information from other included files; however, you can choose to view this information, if desired.