The function code-coverage-data-generate-statistics
generates statistics about code coverage.
code-coverage-data, if supplied, must be a code-coverage-data object, otherwise the internal code-coverage-data object is used. For each file in the data, code-coverage-data-generate-statistics
generates a code-coverage-file-stats object. It returns a vector of these code-coverage-file-stats objects.
If the argument sort is non-nil (the default), the vector is sorted by the cl:file-namestring
of the source file.
code-coverage-data-generate-statistics
returns, even if the data that was used is the internal one.LispWorks User Guide and Reference Manual - 13 Feb 2015