Name
cov_load — Load test coverage data from file.
Synopsis
cov_load
(
|
in
fname
varchar
) ; |
Description
This function accepts one argument with name of file containing test coverage data. The expected format of the file is described in the Branch Coverage section. The loaded file is merged with the data already collected by Virtuoso. More than one file can be loaded. The ultimate report will be the union of all files.
Parameters
fname
Name of coverage file to load.
Return Types
None.