{% extends "base.html" %} {% block extra_head %} {% endblock %} {% block content %}
{{ source_url }}
This analysis failed: {{ error or "unknown error" }}.
Start a new one from the AI Usage Analyzer.
| File | Language | SLOC | Origin | Quality deficit | Category | Signals |
|---|---|---|---|---|---|---|
| {% if file.source_url %}{{ file.path }}{% else %}{{ file.path }}{% endif %} | {{ file.language }} | {{ file.lines }} | {{ file.origin_score }} | {{ file.quality_deficit_score }} | {{ file.category }} | {% for group in file.signal_groups[:4] %} {% set chip_title = group.title ~ (" (" ~ group.count ~ " occurrences, lines " ~ group.lines|join(", ") ~ ")" if group.count > 1 else (" (line " ~ group.lines[0] ~ ")" if group.lines else "")) %} {% if file.source_url and group.lines %} {{- group.code -}} {%- if group.count > 1 %}{{ group.count }}{% endif -%} {% else %} {{- group.code -}} {%- if group.count > 1 %}{{ group.count }}{% endif -%} {% endif %} {% endfor %} {% if file.signal_groups|length > 4 %}+{{ file.signal_groups|length - 4 }}{% endif %} |
{{ badge.markdown }}
{{ badge.html }}
Generated by {{ generator_model or "the static engine" }}{% if generated_at %} {{ dt_ago(generated_at) }}{% endif %}. {% if content_hash %}Content hash {{ content_hash[:16] }}.{% endif %}