Class: matlab.unittest.plugins.CodeCoveragePlugin
Package: matlab.unittest.plugins
Construct CodeCoveragePlugin
for folders
matlab.unittest.plugins.CodeCoveragePlugin.forFolder(
creates a plugin that produces a code coverage report for one or more folders. The
plugin reports on the source code inside folder
)folder
.
matlab.unittest.plugins.CodeCoveragePlugin.forFolder(
produces a code coverage report with additional options specified by one or more
folder
,Name,Value
)Name,Value
pair arguments. For example,
matlab.unittest.plugins.CodeCoveragePlugin.forFolder(pwd,'IncludingSubfolders',true)
produces a code coverage report for source code in the current folder and its
subfolders.
matlab.unittest.plugins.CodeCoveragePlugin.forFile
| matlab.unittest.plugins.CodeCoveragePlugin.forPackage