The STOP_COVERAGE procedure is used to stop collecting coverage statistics and aggregate the results into the data statistics table.
Note
This subprogram is supported starting from V4.4.1.
Syntax
DBMS_PLSQL_CODE_COVERAGE.STOP_COVERAGE;
Examples
Stop collecting coverage statistics:
call DBMS_PLSQL_CODE_COVERAGE.stop_coverage();