Main Content
getCoverageResults
Class: sltest.testmanager.ResultSet
Namespace: sltest.testmanager
Get coverage results
Syntax
covResult = getCoverageResults(result)
covResult = getCoverageResults(result,model)
Description
gets
the coverage results that belong to the result set object.covResult
= getCoverageResults(result
)
gets
the coverage results that belong to the result set object and
the specified model.covResult
= getCoverageResults(result
,model
)
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2016a
See Also
sltest.testmanager.CoverageSettings
| cvdata
(Simulink Coverage)