This is the trivial-coverage Reference Manual, version 0.0.4, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Sep 15 06:56:12 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
trivial-coverage
A simple Common Lisp library to print out the code coverage collected. Supports SBCL and CCL.
Eric Diethelm <ediethelm@yahoo.com>
MIT
0.0.4
lquery
(system).
package.lisp
(file).
trivial-coverage.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
trivial-coverage/trivial-coverage.asd
trivial-coverage/package.lisp
trivial-coverage/trivial-coverage.lisp
trivial-coverage/trivial-coverage.asd
trivial-coverage
(system).
trivial-coverage/trivial-coverage.lisp
trivial-coverage
(system).
get-coverage
(function).
test-and-print-coverage
(function).
clear-coverage
(function).
create-coverage-report
(function).
disable-coverage
(function).
enable-coverage
(function).
get-coverage-for-file
(function).
pprint-coverage
(function).
Packages are listed by definition order.
trivial-coverage
A simple Common Lisp library to print out the code coverage collected by sb-cover. As such it only supports SBCL.
common-lisp
.
get-coverage
(function).
test-and-print-coverage
(function).
clear-coverage
(function).
create-coverage-report
(function).
disable-coverage
(function).
enable-coverage
(function).
get-coverage-for-file
(function).
pprint-coverage
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Calculates the total code coverage reported by sb-cover (via the HTML report) and returns this value.
*report-path* - the path to the directory containing the HTML coverage report
*exclude* - files to be excluded from the calculation
Loads and tests the given *system* collecting coverage information. Also prints a line containing the coverage to *stream*.
*system* - name of the system to be tested
*exclude* - files to be excluded from the calculation
*keep-report* - if NIL, the generated HTML coverage files are removed
*stream* - the stream to which the coverage result shall be written
Jump to: | C D E F G P T |
---|
Jump to: | C D E F G P T |
---|
Jump to: | F P S T |
---|
Jump to: | F P S T |
---|