Documentation Examples Functions Model Settings Videos Answers mcdcinfo Retrieve modified condition/decision coverage information from cvdata object collapse all in pageSyntax covInfo = mcdcinfo(cvdo,modelObject) covInfo = mcdcinfo(cvdo, modelObject, simMode) covInfo = mcdcinfo(cvdo,modelObject,...
[covInfo,description] = mcdcinfo(cvdo,modelObject)returns MCDC results and text descriptions of each condition/decision inmodelObject. example Examples collapse all Retrieve MCDC Coverage Information Collect MCDC coverage for theslvnvdemo_cv_small_controllermodel and determine the percentage of MCDC cov...
[covInfo,description] = mcdcinfo(cvdo,modelObject)returns MCDC results and text descriptions of each condition/decision inmodelObject. Examples collapse all Retrieve MCDC Coverage Information Collect MCDC coverage for theslvnvdemo_cv_small_controllermodel and determine the percentage of MCDC coverage co...
This MATLAB function returns modified condition decision coverage (MCDC) results from the cvdata object cvdo for the model component specified by modelObject.