Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileStatements ¶
type PackageStatements ¶
type PackageStatements struct { Package string Files map[string]*FileStatements Percent float64 Stmts int64 CoveredStmts int64 }
func ByPackage ¶
func ByPackage(profiles []*cover.Profile) []*PackageStatements
func ReadByPackage ¶ added in v1.1.0
func ReadByPackage(r io.Reader) ([]*PackageStatements, error)
Click to show internal directories.
Click to hide internal directories.