{% extends "base.html" %} {% block title %}Complexity — Rust Analyzer{% endblock %} {% block topbar_title %}Complexity Report{% endblock %} {% block content %}
| Function | Kind | Cyclomatic | Cognitive | Nesting | Branches | Calls | LOC | Location | |
|---|---|---|---|---|---|---|---|---|---|
| {{ row.name }} | {{ row.kind }} | {{ row.cyclomatic_complexity }} | {{ row.cognitive_complexity }} | {{ row.nesting_depth }} | {{ row.num_branches }} | {{ row.num_function_calls }} | {{ row.lines_of_code }} | {{ row.file_path }}:{{ row.start_line }} | |
| No functions above threshold | |||||||||