GCC Code Coverage Report
Directory: {{DIRECTORY}} Exec Total Coverage
Date: {{DATE}} Lines: {{LINES_EXEC}} {{LINES_TOTAL}} {{LINES_COVERAGE}} %
Legend: low: < {{COVERAGE_MED}} % {% if COVERAGE_MED != COVERAGE_HIGH %} medium: >= {{COVERAGE_MED}} % {% endif %} high: >= {{COVERAGE_HIGH}} % Branches: {{BRANCHES_EXEC}} {{BRANCHES_TOTAL}} {{BRANCHES_COVERAGE}} %
{% for row in ROWS %} {% endfor %}

File Lines Branches
{{row.filename}}
{{row.LinesCoverage}} % {{row.LinesExec}} / {{row.LinesTotal}} {{row.BranchesCoverage}} % {{row.BranchesExec}} / {{row.BranchesTotal}}