reportTestCaseSimilarityAnalyse

Analyse the similarity between test cases.

TODO: the algorithm used is slow. Maybe matrix representation and sorted is better?

@safe @safe
reportTestCaseSimilarityAnalyse
(,
ulong limit
)

Parameters

db Database

?

limit ulong

limit the number of test cases to the top limit.

Meta