Specify Coverage Options

Before starting a coverage analysis, you specify several coverage recording options. On the Apps tab, select Coverage Analyzer.

Coverage Pane

On the Coverage pane in the Configuration Parameters dialog box, set the options for the coverage calculated during simulation.

Enable coverage analysis

Gather specified coverage results during simulation and report the coverage. When you select Enable coverage analysis, these sections become available:

Scope of analysis

Specifies the systems for which the software gathers and reports coverage data. The options are:

You must select Enable coverage analysis to specify the scope of analysis.

Entire System

By default, generates coverage data for the entire system. The coverage results include the top-level and all supported subsystems and model references.

Referenced Models

Coverage analysis records the coverages for the referenced models that you select. By default, generates coverage data for all referenced models where the simulation mode of the Model block is set to Normal, Software-in-the-loop (SIL), or Processor-in-the-loop (PIL).

To specify the referenced models for which the Simulink® Coverage™ software records coverage data:

  1. In the Configuration Parameters dialog box, on the Coverage pane, select Enable coverage analysis.

  2. Click Select Models.

  3. In the Select Models for Coverage Analysis dialog box, select the referenced models for which you want to record coverage. You can also select the top-level model.

    The icon next to the model name indicates the simulation mode for that referenced model. You can select only referenced models whose simulation mode is set to Normal, SIL, or PIL.

    If you have multiple Model blocks that reference the same model and whose simulation modes are the same, selecting the check box for that model selects the check boxes for all instances of that model with the same simulation mode.

  4. To close the Select Models for Coverage Analysis dialog box and return to the Configuration Parameters dialog box, click OK.

Subsystem

Coverage analysis records coverage during simulation for the subsystem that you select. By default, generates coverage data for the entire model. To restrict coverage reporting to a particular subsystem:

  1. In the Configuration Parameters dialog box, on the Coverage pane, select Enable coverage analysis.

  2. Click Select Subsystem.

  3. In the Subsystem Selection dialog box, select the subsystem for which you want to enable coverage reporting and click OK.

Include in analysis

The Include in analysis section contains two options:

  • MATLAB files enables coverage for any external functions called by MATLAB® functions in your model. You can define MATLAB functions in MATLAB Function blocks or in Stateflow® charts.

    To select the Coverage for MATLAB files option, you must select Enable coverage analysis.

  • C/C++ S-functions enables coverage for C/C++ S-Function blocks in your model. Coverage metrics are reported for the S-Function blocks and the C/C++ code in those blocks. For more information, see Generate Coverage Report for S-Function.

    You must select Enable coverage analysis to select the Coverage for S-Functions option.

Coverage metrics

Select the structural coverage level and other types of test case coverage analysis that you want the tool to perform (see Types of Model Coverage). The Simulink Coverage software gathers and reports those types of coverage for the subsystems, models, and referenced models that you specify.

The structural coverage levels are listed in order of strictness of test case coverage analysis:

Coverage metrics also includes Other metrics:

You must select Enable coverage analysis to select the coverage metrics.

Results Pane

On the Coverage > Results pane in the Configuration Parameters dialog box, select the destination for coverage results. You must select Enable coverage analysis on the Coverage pane to set the Coverage > Results pane options.

Show Results Explorer

After simulation, shows the results explorer.

Display coverage results using model coloring

After simulation, colors model objects according to their level of coverage. Objects highlighted in light green receive full coverage during testing. Objects highlighted in light red receive incomplete coverage. See View Coverage Results in a Model.

Note

If you use the toolbar buttons to simulate a model with coverage enabled, this setting is not honored and the model coloring for coverage results always appears after each simulation. You can click Highlight model with coverage results in the Results Explorer to enable or disable model coverage highlighting. You can access the Results Explorer from the Simulink Coverage contextual tabs, which appear when you open the Coverage Analyzer app, under Model Verification, Validation, and Test. For more information, see Accessing Coverage Data from the Results Explorer.

Generate report automatically after analysis

Specifies whether to open a generated HTML coverage report in a MATLAB browser window at the end of model simulation.

Save last run in workspace variable

Saves the results of the last simulation run in a cvdata object in the workspace. Specify the workspace variable name in cvdata object name.

cvdata object name

Name of the workspace variable where the results of the last simulation run are saved. You must select Save last run in workspace variable to specify the cvdata object name.

Increment variable name with each simulation (var1, var2, ...)

Appends numerals to the workspace variable names for each new result so that earlier results are not overwritten. You must select Save last run in workspace variable to enable this option.

Autosave data file name

Name of file to which coverage data results are saved. The default name is $ModelName$_cvdata. $ModelName$ is the name of the model.

Output directory

The folder where the coverage data is saved. The default location is slcov_output/$ModelName$ in the current folder. $ModelName$ is the name of the model.

Related Topics