ilGetTCovFiles
ilGetTCovFiles( ) =>l_tCovFiles/nil
Description
Returns the list of files processed when you run an application in test coverage mode using the command line option -ilTCov <fileList>.
Arguments
Value Returned
|
List of files processed during SKILL test coverage using the command line option |
|
Examples
If Virtuoso is run in test coverage mode with files file1.il and file2.ils by using the command line option -ilTCov <fileList>, you can use the ilGetTCovFiles function to retrieve the list of files.
virtuoso -ilTCov'file1.il file2.ils'ilGetTCovFiles()
=> ("file1.il file2.ils")
Related Topics
Return to top