Variable: testcover-module-potentially-1value-functions
testcover-module-potentially-1value-functions is a variable defined in
testcover.el.gz.
Value
nil
Documentation
Symbols declared with defun in the last file processed by
testcover-start, whose functions might always return the same value.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/testcover.el.gz
(defvar testcover-module-potentially-1value-functions nil
"Symbols declared with defun in the last file processed by
`testcover-start', whose functions might always return the same value.")