Main Content

Additional data to include in coverage report

Additional coverage data to include in report

Model Configuration Pane: Coverage

Description

The Additional data to include in coverage report parameter specifies additional cvdata objects to include in the coverage report.

Note

The Additional data to include in coverage report parameter is not recommended. To create cumulative coverage reports, combine cvdata objects using the + operator and then use cvhtml. To create a coverage report that includes multiple cvdata objects, use cvhtml with more than one cvdata object input. For more information, see Perform Operations on Coverage Data.

Simulink® Coverage™ creates a cvdata object in the MATLAB® workspace when you select the Enable coverage analysis and Save last run in workspace variable parameters and simulate the model. You set the variable name by using the cvdata object name parameter. You can also create a cvdata object programmatically using sim. For more information, see Analyze Coverage Programmatically.

Dependencies

To enable this parameter, select the Enable coverage analysis parameter.

Settings

'' (default) | cvdata object

Enter the name of a cvdata object.

Programmatic Use

Parameter: CovCompData
Type: character vector | string
Default: ''

Version History

Introduced before R2006a