COUNT records the following information at program execution time:
The execution count for each statement written in a source program sequentially, along with the percentage of this execution count to the total execution count for all the statements.
The execution count by verb, along with the percentage of this execution count vs. the total execution count for all the statements.
COUNT lets you check all the routes the program has followed during execution.