KCML_Coverage_EnumerateLibrary

Purpose

Enumerate the code coverage entries for a given library.

Definition

DEFSUB 'KCML_Coverage_EnumerateLibrary(sLibraryFile$, p AS SYM('KCML_Coverage_Prototype)) AS Void

Parameters

sLibraryFileThe name of the library file.
pSYM of a function of compatible with the prototype 'KCML_Coverage_Prototype

Description

Enumerate the code coverage entires for a given library file. This will call the callback function for every executable statement in the given library. The callback will be supplied with information on how many times this statement has been executed.

See also

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