{% include '_header.html' %}

Repository Files

Analysis of files in repositories and their developer knowledge distribution.

File Analysis Status

{{ data|length if data else 0 }} files analyzed for developer knowledge distribution.

Work in Progress

Data calculations are incomplete and inaccurate.

File Analysis

{% if data %} {% for row in data %} {% endfor %} {% else %} {% endif %}
File Path Orphaned Active Developers Total Developers Lines of Code
{% if row.get('orphaned') %} Yes {% else %} No {% endif %} {{ row.get('intersection', 0) }} {{ row.get('committers', 0) }} {{ row.get('Lines', "Unknown") }}

No files found

No repository files are available for analysis.

{% include '_footer_scripts.html' %} {% include '_datatable_scripts.html' %}