testcover-reinstrument-list

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

(testcover-reinstrument-list LIST)

Reinstruments each form in LIST to use testcover instead of edebug.
This function modifies the forms in LIST. Result is `testcover-reinstrument's
value for the last form in LIST. If the LIST is empty, its evaluation will
always be nil, so we return t for 1-valued.