Contains the name of the Visual FoxPro application that creates the Debugger coverage and profiler output.
Syntax
_COVERAGE = cProgramName
Arguments
cProgramName
Specifies a coverage output application. If your coverage output application is in a directory other than the current Visual FoxPro default directory, include a path with the application name.
You can also specify a coverage output application in your Visual FoxPro configuration file by including a line using this syntax:
_COVERAGE = cProgramName
Remarks
By default, _COVERAGE contains Coverage.app, installed in your Visual FoxPro directory. You can specify a different name for the coverage output application.