Next: , Up: Code Coverage and Profiling   [Contents][Index]


6.2.1 Code Coverage of Ada Programs with gcov

gcov is a test coverage program: it analyzes the execution of a given program on selected tests, to help you determine the portions of the program that are still untested.

gcov is part of the GCC suite, and is described in detail in the GCC User’s Guide. You can refer to this documentation for a more complete description.

This chapter provides a quick startup guide, and details some GNAT-specific features.