devcon5io / mutation-analysis-plugin

Plugin for SonarQube to process mutation analysis results.
GNU Lesser General Public License v3.0
30 stars 17 forks source link

Process numberOfTestsRun #19

Closed gmuecke closed 5 years ago

gmuecke commented 6 years ago

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.