trivial-coverage

MIT

A simple Common Lisp library to print out the code coverage collected. Supports SBCL and CCL.

$ area51 add trivial-coverageCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(trivial-coverage:some-function ...)

Dependencies