Code coverage tools provide insight into how well your
test cases are exercising your compiled language applications by reporting
results showing the percentage of lines in your code that have been
run by a test case as well as line by line coverage details.
About this task
You can run code coverage for any compiled language 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.