Risk Profile
The Risk Profile gives a quick overview about the complexity and risk structure of the code base. It tells you how much of the code is placed in files associated with low/high risk in means of maintainability. The separation of code in risk classes like low or high complexity is based on Java reference metric values and therefore may be inaccurate for other programming languages. More information can be found here: link to How-To article.
Calculations are always based on mcc (cyclomatic complexity)
  • {{ data.riskProfile.lowRisk }}% of overall code is in files with low complexity
  • {{ data.riskProfile.moderateRisk }}% of overall code is in files with moderate complexity
  • {{ data.riskProfile.highRisk }}% of overall code is in files with high complexity
  • {{ data.riskProfile.veryHighRisk }}% of overall code is in files with extreme complexity
{{ data.riskProfile.lowRisk }}%
{{ data.riskProfile.moderateRisk }}%
{{ data.riskProfile.highRisk }}%
{{ data.riskProfile.veryHighRisk }}%
Could not calculate Risk Profile. Metrics rloc(Real lines of code) and mcc(Cyclomatic complexity) not available.