[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.
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.
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.
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 clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window.
Web browsers do not support MATLAB commands.
Seleccione un país/idioma
Seleccione un país/idioma para obtener contenido traducido, si está disponible, y ver eventos y ofertas de productos y servicios locales. Según su ubicación geográfica, recomendamos que seleccione: .
También puede seleccionar uno de estos países/idiomas:
Cómo obtener el mejor rendimiento
Seleccione China (en idioma chino o inglés) para obtener el mejor rendimiento. Los sitios web de otros países no están optimizados para ser accedidos desde su ubicación geográfica.