{% extends "base.html" %} {% block title %}{{ snapshot.repo_name }} — PolyglotMiner Report{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
Dashboard / {{ snapshot.repo_name }} / {{ snapshot.scan_id }}
Dashboard

{{ snapshot.repo_name }}

Snapshot
{% if snapshot.repo_path.startswith('http') %} {{ snapshot.repo_path }} {% else %} {{ snapshot.repo_path }} {% endif %}
{% if snapshot.commit_hash %}
Commit: {{ snapshot.commit_hash }}
{% endif %} {% if snapshot.branch %}
Branch: {{ snapshot.branch }}
{% endif %}
{{ snapshot.timestamp }}
Total Files
-
- unique languages
Code Lines (LOC)
-
- of active lines
Comments
-
- comment density
Blank & Total Lines
-
- blank lines

Language Share (by Code Lines)

Hover segments for details

Language Share (LOC)

Slices:
-
Code LOC

File Distribution (Count)

Slices:
-
Total Files

Source Line Composition

-
Total Lines
Languages Breakdown
Click any column header to sort
Language Category Files File Share Code LOC Comments Blanks Total Lines Code Share
File Explorer ({{ total_file_count }} files)
Search, sort, paginate, and copy file paths across all analyzed project files.
All {% for lang in snapshot.languages.values() %} {{ lang.name }} {% endfor %}
Per Page:
Showing - files
File Path Language Code LOC Comments Blanks Total Lines File Size Action
Page 1 of 1
{% endblock %} {% block scripts %} {% endblock %}