resetCodeCoverage

resetCodeCoverage();

The resetCodeCoverage method of the JadeProfiler class clears code coverage statistics of JADE methods executed during testing. (Code coverage statistics are also cleared when the reportCodeCoverage method outputs the statistics to file or you output them to the Code Coverage Results Browser by calling the viewCodeCoverage method, or the application terminates.)

For details about reporting or viewing code coverage statistics, see the reportCodeCoverage method or viewCodeCoverage method, respectively. See also the startCodeCoverage and stopCodeCoverage methods.