{{ category.category.value|replace('_', ' ')|title }}
{{ category.completeness.value|title }}{% if category.score is not none %}{{ '%.1f'|format(category.score) }}/100{% else %}—{% endif %}
Overall weight {{ '%.1f'|format(category.weight) }}
Category scoring explanation
{% if category.completeness.value == 'available' %}All enabled evidence for this category was available.
{% elif category.completeness.value == 'partial' %}This score uses available evidence only. Skipped checks may affect how completely it represents the repository.
{% elif category.completeness.value == 'skipped' %}This category was not analyzed and its weight was excluded from the overall score.
{% else %}No score was calculated, and this category's weight was excluded from the overall score.
{% endif %} {% if category.limitations %}- {% for limitation in category.limitations %}
- {{ limitation }} {% endfor %}