User`s guide
19 Results Review
19-2
Types of Coverage Reports
In the Coverage Settings dialog box, on the Report tab, if you select the Generate
HTML report option, the Simulink Verification and Validation software creates one or
more model coverage reports after a simulation.
Report Type Description HTML Report File Name
“Top-Level Model Coverage Report”
on page 19-12
Provides coverage
information for all model
elements, including the
model itself.
model_name_cov.html
“Model Summary Report” on page
19-3
Provides links to coverage
results for referenced models
and external MATLAB files
in the model hierarchy.
Created when the top-level
model includes Model blocks
or calls one or more external
files.
model_name
_summary_cov.html
“Model Reference Coverage Report”
on page 19-4
Created for each referenced
model in the model hierarchy;
has the same format as the
model coverage report.
reference_model_name
_cov.html
“External MATLAB File Coverage
Report” on page 19-5
Provides detailed coverage
information about any
external MATLAB file that
the model calls. There is one
report for each external file
called from the model.
MATLAB_file_name_cov.html
“Subsystem Coverage Report” on
page 19-9
Model coverage report
includes only coverage results
for the subsystem, if you
select one.
model_name_cov.html;
model_name is the name of
the top-level model
“Code Coverage Report” on page
19-11
Provides coverage
information for C/C++ code in
S-Function blocks.
model_name_block_name_instance_n_cov.html