Documentation ¶ Index ¶ func Format(mode string, lines []*CovLine) string type CovLine func Filter(covs []*CovLine, check func(line *CovLine) bool) []*CovLine func Merge(covs ...[]*CovLine) []*CovLine func Parse(content string) (mode string, covLines []*CovLine) func ParseCovLine(line string) *CovLine Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Format ¶ func Format(mode string, lines []*CovLine) string mode can be: set Types ¶ type CovLine ¶ type CovLine struct { Prefix string Count int64 } func Filter ¶ func Filter(covs []*CovLine, check func(line *CovLine) bool) []*CovLine func Merge ¶ func Merge(covs ...[]*CovLine) []*CovLine func Parse ¶ func Parse(content string) (mode string, covLines []*CovLine) func ParseCovLine ¶ func ParseCovLine(line string) *CovLine Source Files ¶ View all Source files format.gomerge.goparse.go Click to show internal directories. Click to hide internal directories.