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