{% extends "cacsremoteservice/views/layouts/analysis-view.html" %} {% block scripts %} {% endblock %} {% block analysis-presentation %}
High-level development activity views.
{% endblock %} {% block main-content %}{% if feature-flags.change-frequency-code-health %} This graph shows the change frequency and code health of all the files in project. Depending on the size of the project, each bar represents one or more files, ranked by the total number of changes made over the hotspot analysis period. The colors are scaled by the number of commits made in files with the corresponding code health categories. {% else %} The following graph shows each file in your codebase sorted on change frequency, that is, how many commits you do to each file. A typical distribution shows a power law curve and CodeScene's Hotspot Analysis shows you the files with the highest change frequency, which you use as a proxy for interest rate when evaluating technical debt. {% endif %}