{# Copyright (C) 2014 The Debsources developers . See the AUTHORS file at the top-level directory of this distribution and at https://salsa.debian.org/qa/debsources/blob/master/AUTHORS License: GNU Affero General Public License, version 3 or above. #} {# copied from templates/stats_all_suites.html #} {% extends "sources/base.html" %} {% block title %}Statistics{% endblock %} {% block breadcrumbs %}stats{% endblock %} {% block content %}

{{ self.title() }}

Size (current)

{% macro size_table(suites) -%} {% for suite in suites %} {% endfor %} {% for suite in suites %} {% endfor %} {% for suite in suites %} {% endfor %} {% for suite in suites %} {% endfor %} {% for suite in suites %} {% endfor %} {% for suite in suites %} {% endfor %}
{{ suite[7:] }}
Disk usage (kB){{ results[suite + ".disk_usage"] | format_big_num }}
Sources lines of code{{ results[suite + ".sloccount"] | format_big_num }}
Source packages{{ results[suite + ".source_packages"] | format_big_num }}
Source files{{ results[suite + ".source_files"] | format_big_num }}
Ctags (symbols){{ results[suite + ".ctags"] | format_big_num }}
{% endmacro -%}

Releases

{{ size_table(release_suites) }}

Development suites

{{ size_table(devel_suites) }}

Source lines of code (current)

{% macro sloccount_table(suites) -%} {% for suite in suites %} {% endfor %} {% for suite in suites %} {% endfor %} {% for lang in languages|sort %} {% for suite in suites %} {% endfor %} {% endfor %}
{{ suite[7:] }}
Total{{ results[suite + ".sloccount"] | format_big_num }}
{{ lang }}{{ results[suite + ".sloccount." + lang] | format_big_num }}
{% endmacro -%}

Releases

{{ sloccount_table(release_suites) }}

Development suites

{{ sloccount_table(devel_suites) }}

Historical trends

{% import "sources/stats_trends.inc.html" as stats_trends %} {{ stats_trends.render_trends("ALL") }} {% endblock %}