{iframe:src=http://update.sonarsource.org/plugins/violationdensity.html|width=700|height=250|frameborder=0}
Your browser does not support iframes.
{iframe} |
Compute a new metric named violation density. This is kind of "opposite" for rule compliance metric. Rule compliance metric formula is: max(0, 100 - weighted_violations / Lines of code * 100). Violation density metric formula is: weighted_violations / Lines of code * 100. The main advantage is that bad projects can always be compared (because the formula allow to exceed 100% while rule compliance can never be under 0%).
The new metric key is: violation_index
There is a new widget to replace Rule Compliance widget.