diff --git a/lib/report/templates/head.txt b/lib/report/templates/head.txt index f98094e5..1ab64b38 100644 --- a/lib/report/templates/head.txt +++ b/lib/report/templates/head.txt @@ -25,28 +25,28 @@
{{pct}}% Statements - {{covered}}/{{total}} + {{covered}}/{{total}}
{{/with}} {{#with metrics.branches}}
{{pct}}% Branches - {{covered}}/{{total}} + {{covered}}/{{total}}
{{/with}} {{#with metrics.functions}}
{{pct}}% Functions - {{covered}}/{{total}} + {{covered}}/{{total}}
{{/with}} {{#with metrics.lines}}
{{pct}}% Lines - {{covered}}/{{total}} + {{covered}}/{{total}}
{{/with}} {{#if_has_ignores metrics}}