{% include 'snippet_style.html' %}

Diff Quality

Quality Report: {{ report_name }}

Diff: {{ diff_name }}

{% if src_stats %} {% for src_path, stats in src_stats|dictsort %} {% if stats.percent_covered < 100 %} {% else %} {% endif %} {% endfor %}
Source File Diff Quality (%) Lines in violation
{{ src_path }} {{ stats.percent_covered|round(1) }}%
    {% for line, message in stats.violations %}
  • {{ line }}: {{ message }}
  • {% endfor %}
{{ src_path }} 100%  
{% else %}

No lines with quality information in this diff.

{% endif %} {% include 'snippet_content.html' %}