Generates statistics about code coverage.
hcl
code-coverage-data-generate-statistics &key code-coverage-data sort => result
| code-coverage-data⇩ |
A code-coverage-data object. |
| sort⇩ |
A generalized boolean. |
| result |
A vector of code-coverage-file-stats objects. |
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 - 01 Dec 2021 19:30:35