Main Content

Force block reduction off

Analyze coverage for every supported block in model

Model Configuration Pane: Coverage

Description

The Force block reduction off parameter specifies whether to analyze coverage for every supported block in the model. If you select this parameter, the coverage analysis overrides the value of the Block reduction Simulink® parameter. For more information, see Simulink Optimizations and Model Coverage.

Dependencies

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

Settings

on (default) | off
on

Analyze coverage for every supported block in the model. If you select this parameter, coverage analysis ignores the value of the Block reduction parameter.

off

Do not analyze coverage for blocks that are optimized out of the simulation because of block reduction. For example, coverage does not analyze a block ignored by dead code elimination.

Programmatic Use

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

Version History

Introduced in R2009a