{% if snippet_style %} {% endif %}

Diff Coverage

Diff: {{ diff_name }}

{% if src_stats %} {% for src_path, stats in src_stats.iteritems() %} {% if stats.percent_covered < 100 %} {% else %} {% endif %} {% endfor %}
Source File Diff Coverage (%) Missing Line(s)
{{ src_path }} {{ stats.percent_covered|round(1) }}% {{ stats.violation_lines|join(',') }}
{{ src_path }} 100%  
{% else %}

No lines with coverage information in this diff.

{% endif %} {% for src_path, stats in src_stats.iteritems() %} {% if stats.snippets_html %}
{{ src_path }}
{% for snippet in stats.snippets_html %} {{ snippet }} {% endfor %}
{% endif %} {% endfor %}