Running code coverage for AIX and Linux applications
Running code coverage provides insight into how well your
test cases are exercising your compiled language applications by reporting
results showing the percentage of lines in your code run by a test
case as well as line by line coverage details.