{% import "macros.html" as macros %} {% extends "base.html" %} {% block title %}Grcov report - {{ current }} {% endblock title %} {%- block content -%} {{ macros::summary(parents=parents, stats=stats, precision=precision) }}
| {{ kind }} | Line Coverage | Functions{% if branch_enabled %} | Branches{% endif %} | ||||
|---|---|---|---|---|---|---|---|