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