{% extends "base.html" %} {% block content %}
Extension | Count (%) | Byte Size (%) | Lines count (%) | Lines per file | ||
---|---|---|---|---|---|---|
{{ ext }} | {{ row["files_count"] }} ({{'%0.2f'|format(row["files_count"]|to_percentage(project.total_files_count))}}%) | {{ row["size_bytes"] }} ({{'%0.2f'|format(row["size_bytes"]|to_percentage(project.size))}}%) | {% if not is_binary %}{{ row["lines_count"] }} ({{'%0.2f'|format(row["lines_count"]|to_percentage(project.total_lines_count))}}%) | {{'%0.1f'|format(row["lines_count"] | to_ratio(row["files_count"]))}} | {% else %}binary | - | {% endif %}
File path | Authors count |
---|---|
{{ filepath }} | {{ contributors_count }} |