testcover-reinstrument

testcover-reinstrument is a compiled Lisp function in `testcover.el'.

(testcover-reinstrument FORM)

Reinstruments FORM to use testcover instead of edebug. This
function modifies the list that FORM points to. Result is nil if
FORM should return multiple values, t if should always return same
value, 'maybe if either is acceptable.