[status, cvdo, filenames, newmodel]
= sldvgencov(block, options, showUI, startCov)
analyzes the block by using the
sldvoptions object options. The
software returns a handle to the newmodel, which contains a
copy of the block subsystem.
Analyze the coverage data and collect the missing coverage
data.
Analyze the Cruise Control model and simulate a version of that model by
using data from test cases from the previous analysis. Compare the model
coverage data and collect the coverage missing from the
sldvdemo_cruise_control_mod model analysis:
opts = sldvoptions;
% Generate test cases
opts.Mode = 'TestGeneration';
% Specify MCDC coverage
opts.ModelCoverageObjectives = 'MCDC';
% Don't create harness model
opts.SaveHarnessModel = 'off';
% or report
opts.SaveReport = 'off';
openExample('sldv/ExtendTestCasesForModifiedModelExample',...'supportingFile', 'sldvdemo_cruise_control');
[ status, files ] = sldvrun('sldvdemo_cruise_control', opts);
open_system 'sldvdemo_cruise_control_mod';
[ outData, startCov ] = sldvruntest('sldvdemo_cruise_control_mod',...
files.DataFile, [], true);
cvhtml('Coverage with the original test suite', startCov);
[ status, covData, files ] = sldvgencov('sldvdemo_cruise_control_mod',...
opts, false, startCov);
cvdata object containing coverage data for new
tests.
filenames — Analysis results file names structure
A structure whose fields list the file names resulting from the
analysis.
DataFile
MAT-file with the raw input data.
HarnessModel
Simulink harness model.
Report
HTML report of the results.
ExtractedModel
Simulink model extracted from the
subsystem.
BlockReplacementModel
Simulink model obtained after block
replacements.
status — Status of model coverage data logical
Logical value that indicates if the analysis collected model
coverage.
true for analysis collected model coverage
data.
false if analysis does not collect model coverage
data.
newmodel — Handle to new model double
If the API is invoked with block, then the software
returns the handle to the new model in newmodel which
contains a copy of the atomic subsystem block.
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.