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

Modus Operandi

Modus Operandi is the method of operation. It’s the signature for how your organization works with the codebase and reveals trends in the code being produced.

{% endblock %} {% block main-content %}
{# TODO: obsolete view class #}

Commit Message Trend

The trends for all commit messages that match your given pattern.


Frequency of Matching Commit Messages

The number of commits that match your configured expression.

Lines of Code with Matching Commit Messages

The added amount of code in commits that match your configured expression.

{% endblock %}