Calling this function in a `ert` test shows it as completely uncovered: ```emacs-lisp (defun foobar (x) (interactive (list (if current-prefix-arg (read-string "arg: ") "foobar"))) (message "arg: %s" x)) ```
Calling this function in a
erttest shows it as completely uncovered: