Module | statements | run | excluded | {% if arcs %}partial | {% endif %}coverage |
---|---|---|---|---|---|
{{file.cu.name}} | {{file.nums.n_statements}} | {{file.nums.n_run}} | {{file.nums.n_excluded}} | {% if arcs %}{{file.par}} | {% endif %}{{file.nums.percent_covered|format_pct}}% |
Total | {{totals.n_statements}} | {{totals.n_run}} | {{totals.n_excluded}} | {% if arcs %}{{total_par}} | {% endif %}{{totals.percent_covered|format_pct}}% |