STOP_COVERAGE is used to disable coverage statistics, and the results will be aggregated into the data statistics table.
Note
This subprogram is supported from V4.4.1.
Syntax
DBMS_PLSQL_CODE_COVERAGE.STOP_COVERAGE;
Examples
Disable coverage statistics:
call DBMS_PLSQL_CODE_COVERAGE.stop_coverage();
