getCoverageResultsTable
R2026bDescription
Note
The redesigned Simulink® Test Manager is a tech preview in R2026b. The primary purpose of the tech preview is to provide early access to the most common testing workflows. For more information about supported workflows, see Overview of the Redesigned Simulink Test Manager (Tech Preview).
To enable the feature, click the New Test Manager button in the
existing Test Manager or use the sltest.stmv2.open function at
the command line.
Use the getCoverageResultsTable function to extract coverage data from a test
result object, such as sltest.stmv2.results.TestFileResult or
sltest.stmv2.results.TestCaseResult. The
getCoverageResultsTable function is the same as using the table function on
the coverage result object created by the getCoverageResult
function.
Examples
Input Arguments
Output Arguments
Alternative Functionality
Functions
getCoverageResultsTable creates the same results as using the table function on
the object created by the getCoverageResult
function.
Version History
Introduced in R2026b