Determining code coverage

Code coverage tools provide insight into how well your test cases are exercising your applications.

Code coverage shows the number of lines executed compared to the total number of executable lines in the application.

You can run code coverage for any application you can debug. You can generate code coverage reports that you can view in the workbench or save the results to your file system for future analysis.