Versions in this module Expand all Collapse all v1 v1.0.0 Mar 25, 2026 Changes in this version + type FieldCoverage struct + Covered bool + Name string + ObservedVals []string + TotalValues int + Type string + type Report struct + Covered int + Fields []FieldCoverage + Percent float64 + Protocol string + Total int + func NewReport(protocol string) *Report + func (r *Report) AddField(name, typ string, observed []string, totalEnum int) + func (r *Report) ToHTML() string + func (r *Report) ToJSON() string + func (r *Report) ToText() string