Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Format ¶
the coverage format is defined at:
https://github.com/golang/go/blob/master/src/cmd/cover/profile.go > First line is "mode: set|count|atomic". > Rest of file is in the format > encoding/base64/base64.go:34.44,37.40 3 1 > where the fields are: pkg/name.go:startLine.column,endLine.column numberOfStatements count
Types ¶
type CovLine ¶
func Compact ¶ added in v1.0.32
same file can have multiple lines of count see: https://go-review.googlesource.com/c/go/+/76875 go will append coverage profiles of multiple runnings
func ParseCovLine ¶
Click to show internal directories.
Click to hide internal directories.