KCML_Coverage_Start

Purpose

Start code coverage measuring

Definition

DEFSUB 'KCML_Coverage_Start(filename$) AS Void

Parameters

filenameName of file to be created

Description

Start code coverage measuring. Measuring stops with a matching 'KCML_Coverage_End. Note that coverage measurement currently only covers the foreground program. The report contains a src listing with the number of times an operator has been executed on that statement (this is much greater than the number of times the statement has been executed). CODE COVERAGE IS SUBJECT TO CHANGE

See also

Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.