Variable: testcover-compose-functions

testcover-compose-functions is a customizable variable defined in testcover.el.gz.

Value

(rst-re
 +
 -
 *
 /
 =
 append
 length
 list
 make-keymap
 make-sparse-keymap
 message
 propertize
 replace-regexp-in-string
 run-with-idle-timer
 set-buffer-modified-p)

Documentation

Functions that are 1-valued if all their args are either constants or calls to one of the testcover-1value-functions, so if that's true then no
brown splotch is shown for these. This list is quite incomplete! Most
side-effect-free functions should be here.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/testcover.el.gz
(defcustom testcover-compose-functions
  '(+ - * / = append length list make-keymap make-sparse-keymap
    message propertize replace-regexp-in-string
    run-with-idle-timer set-buffer-modified-p)
  "Functions that are 1-valued if all their args are either constants or
calls to one of the `testcover-1value-functions', so if that's true then no
brown splotch is shown for these.  This list is quite incomplete!  Most
side-effect-free functions should be here."
  :group 'testcover
  :type '(repeat symbol))