Stability: [beta] Most of the functionality is there but it is still missing some testing and/or verification.
This module implements predicates for generating statistical summaries for the testing processes.
Usage:get_statistical_summary(IdxTestSummaries,Stats)
Narrow the information of the tests and generate the statistical information structure needed to perform the statistical summary. IdxTestSummaries contains a list of terms with the results of tests.
Usage:print_statistical_summary(Stats)
Prints the statistical summary of the test, previously computed and given as input Stats.
Usage:statistical_summary(IdxTestSummaries)
Makes the statistic summary with the results of the tests. IdxTestSummaries contains a list of terms with the results of the tests.