{% extends "cacsremoteservice/views/layouts/analysis-view.html" %} {% block scripts %} {% endblock %} {% block analysis-presentation %}

System Trends

Track the evolution of your system over time.

{% endblock %} {% block main-content %}
{% include "cacsremoteservice/views/analyses/system-complexity-header.html" %}

System Complexity Growth

{% ifunequal complete-history "true" %}
Analysis Scope. This complexity trend analysis shows data for the files modified since {{analysis-start-date}}. Read more in the documentation.
{% endifunequal %}
{% if system-trend-data-available? %}

Hover over a point in the trend to view the details.

Complexity vs. Lines of Code

{% else %}
System complexity trends were not enabled for this analysis. To enable system complexity trends for your next analysis, go to the Architectural Trends Configuration section in the Architecture configuration tab of this project.
{% endif %}
{% endblock %}