Variable: edebug-test-coverage

edebug-test-coverage is a customizable variable defined in edebug.el.gz.

Value

nil

Documentation

If non-nil, Edebug tests coverage of all expressions debugged.

This is done by comparing the result of each expression with the previous result. Coverage is considered OK if two different results are found.

Use edebug-display-freq-count to display the frequency count and coverage information for a definition.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/edebug.el.gz
(defcustom edebug-test-coverage nil
  "If non-nil, Edebug tests coverage of all expressions debugged.
This is done by comparing the result of each expression with the
previous result.  Coverage is considered OK if two different
results are found.

Use `edebug-display-freq-count' to display the frequency count and
coverage information for a definition."
  :type 'boolean)