HTML: {{.IncantationCoverage | printf "%.02f"}}% of incantations w/ desc
Docstrings: {{.DocstringCoverage | printf "%.02f"}}% of incantations w/ desc
Combined: {{.CombinedCoverage | printf "%.02f"}}% of incantations w/ desc
Normalized: {{.NormalizedCoverage | printf "%.02f"}}% of non-empty identifiers
Valid HTML: {{.ValidCoverage | printf "%.02f"}}% of non-empty identifiers
Structured: {{.StructuredCoverage | printf "%.02f"}}% of incantations w/ desc

At least 1 func role: {{.FuncRoleCoverage | printf "%.02f"}}% of incantations w/ desc

At least 1 class role: {{.ClassRoleCoverage | printf "%.02f"}}% of incantations w/ desc

At least 1 meth role: {{.MethRoleCoverage | printf "%.02f"}}% of incantations w/ desc

At least 1 role (any kind): {{.HasRoleCoverage | printf "%.02f"}}% of incantations w/ desc

{{range .Packages}} {{ if gt .FuncRoleCoverage 0.00 }} {{ else }} {{ end }} {{ if gt .ClassRoleCoverage 0.00 }} {{ else }} {{ end }} {{ if gt .MethRoleCoverage 0.00 }} {{ else }} {{ end }} {{ if ge .RemainingGain 1.0 }} {{ else }} {{ end }} {{ if eq .Normalized "YES" }} {{ else if eq .Normalized "NO" }} {{ else if eq .Normalized "" }} {{ end }} {{ if eq .Valid "YES" }} {{ else if eq .Valid "NO" }} {{ else if eq .Valid "" }} {{ end }} {{end}}
Package Version Methods Incantations % of Total Incantations Incantation Coverage Docstring Coverage Combined Coverage Structured Coverage :func: :class: :meth: Remaining Gain Normalized Valid
{{.Package}} {{.Version}} {{.Methods}} {{.Incantations}} {{.PercentOfIncantations | printf "%.02f"}} {{.IncantationCoverage | printf "%.02f"}} {{.DocstringCoverage | printf "%.02f"}} {{.CombinedCoverage | printf "%.02f"}} {{.StructuredCoverage | printf "%.02f"}}{{.FuncRoleCoverage | printf "%.05f"}}{{.FuncRoleCoverage | printf "%.02f"}}{{.ClassRoleCoverage | printf "%.05f"}}{{.ClassRoleCoverage | printf "%.02f"}}{{.MethRoleCoverage | printf "%.05f"}}{{.MethRoleCoverage | printf "%.02f"}}{{.RemainingGain | printf "%.02f"}}{{.RemainingGain | printf "%.02f"}}YESNOEMPTYYESNOEMPTY