SASUnit Examples  Version 1.5.0
_reporttcghtml.sas File Reference

Processes the output of the MCOVERAGE and MCOVERAGELOC system options available in SAS 9.3 in order to assess test coverage.
A html representation of a given macro source code file is generated, showing which lines of code were executed during tests. More...

Go to the source code of this file.

Detailed Description

Processes the output of the MCOVERAGE and MCOVERAGELOC system options available in SAS 9.3 in order to assess test coverage.
A html representation of a given macro source code file is generated, showing which lines of code were executed during tests.

Version
$Revision: 369 $
Author
$Author: klandwich $
Date
$Date: 2014-12-30 12:22:59 +0100 (Di, 30 Dez 2014) $
See Also
For further information please refer to SASUnit User's Guide
$HeadURL: https://svn.code.sf.net/p/sasunit/code/trunk/saspgm/sasunit/_reporttcghtml.sas $
Parameters
i_macroNamename of the macro for which test coverage is assessed
i_macroLocationpath of the folder containing the source code file of the macro
i_mCoverageNamename of the coverage analysis text file
i_mCoverageLocationpath of the folder containing the coverage analysis text file generated with the mcoverage option
o_outputFilename of the resulting html file
o_outputPathpath of the folder in which the result html file is generated
o_resVarNameoptional name of macroVariable in wich coverage percentage result is written
o_htmlTest report in HTML-format?

Definition in file _reporttcghtml.sas.