Code Coverage tool for LW?
Hi, Is there any way to do code coverage statistics in LispWorks? Something like those in SBCL [1] and Clozure CL [2]. I see LW's Profiler could show all function symbols used when evaluating a form, and years ago Dave Fox gave a way to grab a DSPEC definition's file position using facilities built in LW editor [3]. Maybe these information would be enough to make out a third-party code coverage tool? --binghe [1] http://www.sbcl.org/manual/#sb_002dcover [2] http://ccl.clozure.com/manual/chapter4.13.html#code-coverage [3] http://article.gmane.org/gmane.lisp.lispworks.general/8012