Main Content

Exclude inactive choices of variants

Exclude inactive choices of variants

Since R2022a

Model Configuration Pane: Coverage

Description

The Exclude inactive choices of variants parameter specifies whether to exclude inactive choices of Simulink® variants with startup activation time and inactive variant configurations in Stateflow® charts from coverage data results. For more information about coverage for variants, see Model Coverage for Variant Blocks.

You can also change the variant reporting behavior after your simulation completes by changing the value of the excludeInactiveVariants property in the cvdata object before creating the coverage report.

Settings

off (default) | on
off

Include the inactive choices of variants in the coverage report. This setting can result in a large percentage of unsatisfied coverage objectives.

on

Exclude inactive choices of variants from the coverage report.

Programmatic Use

Parameter: CovExcludeInactiveVariants
Type: character vector | string
Value: "on" | "off"
Default: "off"

Version History

Introduced in R2022a