Main Content

カバレッジ データの管理

カバレッジ結果にアクセスし、管理および集計する

Simulink®Coverage™ を使用して、カバレッジ結果にアクセスし、管理および集計できます。複数回テストを実行してカバレッジ データを集計し、テストの完全性も評価できます。

オブジェクト

cvdataMATLAB ワークスペースの Simulink Coverage データへのアクセス
cv.cvdatagroupcvdata オブジェクトの集合

関数

すべて展開する

cvloadカバレッジ テストと保存された結果のメモリへの読み込み
cvsaveカバレッジ設定と結果のファイルへの保存
cvresultsアクティブなカバレッジ データを返す、アクティブなカバレッジ データを消去する、ファイルからアクティブなカバレッジ データを読み込む
executioninfoRetrieve execution coverage information from cvdata object
conditioninfoRetrieve condition coverage information from cvdata object
decisioninfoRetrieve decision coverage information from cvdata object
mcdcinfoRetrieve modified condition/decision coverage information from cvdata object
getCoverageInfoRetrieve coverage information for Simulink Design Verifier blocks from cvdata object
complexityinfocvdata オブジェクトから循環的複雑度カバレッジ情報を取得する
overflowsaturationinfoRetrieve saturation on integer overflow coverage from cvdata object
relationalboundaryinfoRetrieve relational boundary coverage from cvdata object
sigrangeinfoRetrieve signal range coverage information from cvdata object
sigsizeinfoRetrieve signal size coverage information from cvdata object
tableinfoRetrieve lookup table coverage information from cvdata object
extractExtract subsystem coverage data from system-level coverage data (R2019b 以降)

モデル設定

すべて展開する

ワークスペース変数の最後の実行を保存Save results of most recent coverage analysis to MATLAB workspace
cvdata オブジェクト名Name of workspace variable that contains coverage results
各シミュレーションで変数名をインクリメントCreate new coverage data variable for each simulation
データ ファイル名の自動保存File name for coverage data file
出力ディレクトリPath for coverage output files
出力データを保存Save coverage data results to file
累積データ収集を有効にするCollect model coverage results from consecutive simulations
累積データをカバレッジ レポートに含めるDisplay coverage results from consecutive simulations in coverage report
累積カバレッジの結果をワークスペース変数に保存Save coverage data from consecutive simulations in a single variable
累積カバレッジ変数名Name of workspace variable that contains cumulative coverage results

トピック