{% import "macros.html" as macros %} Coverage report for {{ crate_path | filename | escape }}

Coverage report for {{ crate_path | filename | escape }}

{% for file in files %} {% set s = file.summary %} {{ macros::coverage_percent_cell(value=s.lines_covered, total=s.lines_count, fair=75, good=90) }} {{ macros::coverage_percent_cell(value=s.branches_taken, total=s.branches_count, fair=50, good=75) }} {{ macros::coverage_percent_cell(value=s.functions_called, total=s.functions_count, fair=75, good=90) }} {% endfor %}
Path Lines Branches Functions
{{ file.path | simplify_source_path(crate_path=crate_path) | escape }}