Determines whether or not the profiler records information that can be used for coverage analysis. The default is FALSE.
Data type: LOGICAL
Access: Readable/Writable
Applies to: PROFILER system handle
If set to TRUE, the profiler records statement and internal procedure information for each external
.p procedure that is executed. If set to FALSE, then this level of information is not collected. Combined with the timing data that tells which statements were executed, can be used to perform ABL application code coverage analysis. For example, collecting coverage information could show that during testing only 30 percent of the code was executed.
Note: The profiler records the information for coverage analysis only the first time an external
.p procedure is executed. If the PROFILER:COVERAGE attribute is FALSE, then the first time a procedure is executed the coverage analysis information is not registered, even if it is set to TRUE at a later time.