Evaluate the possibilities of processing the metric "numberOfTestsRun" per Mutation/target Class.
High numbers might be an indication that the UnitTest lack cohesiveness with that Unit so that other tests "have to jump in". Low numbers indicate high cohesiveness.
Consider to have absolute numbers (sum of numberOfTestsRun per class) or relative numbers (testRuns per mutation, testRuns per Unit) or all of them.
Evaluate the possibilities of processing the metric "numberOfTestsRun" per Mutation/target Class.
High numbers might be an indication that the UnitTest lack cohesiveness with that Unit so that other tests "have to jump in". Low numbers indicate high cohesiveness.
Consider to have absolute numbers (sum of numberOfTestsRun per class) or relative numbers (testRuns per mutation, testRuns per Unit) or all of them.