SASUnit Examples
Version 1.5.0
|
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.
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.
i_macroName | name of the macro for which test coverage is assessed |
i_macroLocation | path of the folder containing the source code file of the macro |
i_mCoverageName | name of the coverage analysis text file |
i_mCoverageLocation | path of the folder containing the coverage analysis text file generated with the mcoverage option |
o_outputFile | name of the resulting html file |
o_outputPath | path of the folder in which the result html file is generated |
o_resVarName | optional name of macroVariable in wich coverage percentage result is written |
o_html | Test report in HTML-format? |
Definition in file _reporttcghtml.sas.