stopCodeCoverage

stopCodeCoverage();

The stopCodeCoverage method of the JadeProfiler class stops recording code coverage statistics of JADE methods executed during testing started by the startCodeCoverage method.

Code coverage data is still maintained for methods in the cache. Statistics are not gathered for new methods loaded into the cache. The startCodeCoverage method restarts the recording of statistics.

These code coverage statistics are accumulated until you output them to a file by calling the reportCodeCoverage method, you output them to the Code Coverage Results Browser by calling the viewCodeCoverage method, you clear them by calling the resetCodeCoverage method, or the application terminates.