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

?

kinds Mutation.Kind[]

mutation kinds to use in the distance analyze

limit ulong

limit the number of test cases to the top limit.

Meta