Main Content
getCoverageResults
Class: sltest.testmanager.TestFileResult
Namespace: sltest.testmanager
Get coverage results
Syntax
covResult = getCoverageResults(result)
covResult = getCoverageResults(result,model)
Description
gets
the coverage results that belong to the test file results object.covResult
= getCoverageResults(result
)
gets
the coverage results that belong to the test file results 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)