func testing.CoverMode

4 uses

	testing (current package)
		testing.go#L710: func CoverMode() string {
		testing.go#L2529: 	if *coverProfile != "" && CoverMode() == "" {
		testing.go#L2533: 	if *gocoverdir != "" && CoverMode() == "" {
		testing.go#L2630: 	if CoverMode() != "" {