HTML: {{.IncantationCoverage | printf "%.02f"}}% of incantations w/ descriptions
Docstrings: {{.DocstringCoverage | printf "%.02f"}}% of incantations w/ descriptions
Combined: {{.CombinedCoverage | printf "%.02f"}}% of incantations w/ descriptions
Normalized: {{.NormalizedCoverage | printf "%.02f"}}% of non-empty identifiers
ValidHTML: {{.ValidHTMLCoverage | printf "%.02f"}}% of non-empty identifiers
Structured: {{.StructuredCoverage | printf "%.02f"}}% of incantations w/ desc
{{range .Identifiers}} {{ if eq .FuncRole "YES" }} {{ else }} {{ end }} {{ if eq .ClassRole "YES" }} {{ else }} {{ end }} {{ if eq .MethRole "YES" }} {{ else }} {{ end }} {{ if eq .Normalized "YES" }} {{ else if eq .Normalized "NO" }} {{ else if eq .ValidHTML "" }} {{ end }} {{ if eq .ValidHTML "YES" }} {{ else if eq .ValidHTML "NO" }} {{ else if eq .ValidHTML "" }} {{ end }} {{end}}
Identifier Incantations % of Package :func: :class: :meth: Has Description Fully Normalized Valid HTML
{{.Identifier}} {{.Incantations}} {{.PercentOfPackage | printf "%.02f"}}YESNOYESNOYESNO{{.HasDescription}}YESNOEMPTYYESNOEMPTY