Collector Command Cancels the collection of test coverage data at specified program locations. Format CANCEL COVERAGE [nodespec [,nodespec...]]
1 – Parameters
nodespec Specifies a node specification to be canceled. This node specification must have been established with a previous SET COVERAGE command. See HELP Nodespec for information about node specifications.
2 – Description
The CANCEL COVERAGE Collector command cancels the collection of test coverage data at the program locations specified by the node specification or by the /ALL qualifier. Any node specifications you cancel must have been established by previous SET COVERAGE commands. If you first establish test coverage measurement at a program location with SET COVERAGE and then cancel it with CANCEL COVERAGE, no data is gathered at that location when the GO command is entered.
3 – Qualifiers
3.1 /ALL
Specifies that all test coverage breakpoints established with earlier SET COVERAGE commands be canceled. If you specify the /ALL qualifier, omit the node specifications.
4 – Examples
PCAC> CANCEL COVERAGE/ALL This command cancels all previously established test coverage breakpoints. PCAC> CANCEL COVERAGE PROGRAM BY CODEPATH This command cancels the test coverage breakpoints on all codepaths in the user program.