{% include 'snippet_style.html' %}

Diff Coverage

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 Coverage (%) Missing Lines
{{ src_path }} {{ stats.percent_covered|round(1) }}% {{ stats.violation_lines|join(',') }}
{{ src_path }} 100%  
{% else %}

No lines with coverage information in this diff.

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