Tools for testing program code coverage
gcov command is a tool for testing the code coverage of a program.
gcov(options)(parameters)
-h: Display help information;
-v: Display version information;
-a: Output execution counts of all basic blocks;
-n: and create an output file.
V language file: C language source code file.