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

Bug Prediction Metrics #22

Closed gmuecke closed 3 years ago

gmuecke commented 6 years ago

Compute Number of potentially uncovered bugs, based on kLoC and Mutation Coverage. Based on the assumption that

Threshold values and ratios should be coverable.

These metrics should give an indication of scale of number of bugs that are potentially hidden in the codebase and are left for test approaches other than unit test.

see also

In a future extension, the potential bugs could be comapared with actual bugs (i.e. from Jira)

JoaoGFarias commented 4 years ago

A misbehavior only exists in context: Somebody's expectation is not met.

"industry statistics" and "Microsoft application" apply to these contexts - their metrics don't apply to other's contexts, because their "somebody" are different people.

The proposed prediction model is an unscientific stretch of data that would mislead people.

gmuecke commented 3 years ago

agreed, I'm closing this