startCodeCoverage

startCodeCoverage();

The startCodeCoverage method of the JadeProfiler class starts recording code coverage statistics of JADE methods executed during testing.

To stop the recording of code coverage statistics, call the stopCodeCoverage method.

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