Main Content

Manage Coverage Data

Access, manage, and aggregate coverage results

You can use金宝app®Coverage™to access, manage, and aggregate coverage results. You can also assess testing completeness by aggregating coverage data from multiple test runs.

Objects

cvdata Access金宝appCoveragedata in theMATLABworkspace
cv.cvdatagroup Collection ofcvdataobjects

Functions

expand all

cvload Load coverage tests and stored results into memory
cvsave Save coverage settings and results to file
cvresults Returns active coverage data, clears and loads active coverage data from a file
executioninfo Retrieve execution coverage information fromcvdataobject
conditioninfo Retrieve condition coverage information fromcvdataobject
decisioninfo Retrieve decision coverage information fromcvdataobject
mcdcinfo Retrieve modified condition/decision coverage information fromcvdataobject
getCoverageInfo Retrieve coverage information for金宝appDesign Verifierblocks fromcvdataobject
complexityinfo Retrieve cyclomatic complexity coverage information fromcvdataobject
overflowsaturationinfo Retrieve saturation on integer overflow coverage fromcvdataobject
relationalboundaryinfo Retrieve relational boundary coverage fromcvdataobject
sigrangeinfo Retrieve signal range coverage information fromcvdataobject
sigsizeinfo Retrieve signal size coverage information fromcvdataobject
tableinfo Retrieve lookup table coverage information fromcvdataobject
extract Extract subsystem coverage data from system-level coverage data

Topics