polyspace-test -dccc
R2026b(System Command) Generate Data Coupling and Control Coupling (DCCC) coverage data from static and dynamic results (requires Polyspace Code Prover)
Since R2026b
Syntax
Description
The system command polyspace-test -dccc combines Polyspace®
Code Prover™ static analysis results with Polyspace
Test™ per-test coverage data to produce a data coupling and control coupling coverage
report.
polyspace-test -dccc
generates data coupling and control coupling (DCCC) coverage data by combining Polyspace
Code Prover static analysis results with Polyspace
Test per-test coverage data. The analysis identifies cross-component interactions
in your code, determines whether your tests cover them, and produces a
-code-prover-results-file <codeProverResults> -pstest-results-file <testResults> [-component-definition <componentFile>] [options].dccc file.
You can optionally provide a component definition file
<componentFile> that specifies which source files belong to which
software component. If you do not provide this file, the polyspace-test
command automatically assigns a separate component to each source file.
The command also accepts additional options that control the output format and location.
To learn about how Polyspace defines components, data coupling, and control coupling, see Calculate Coverage of Data Couplings and Control Couplings (DCCC) in C/C++ Code.
polyspace-test -dccc
generates DCCC coverage data and produces a -options-file <optionsFile>.dccc file using the
options specified in <optionsFile>.
Examples
Input Arguments
Version History
Introduced in R2026b
