func testing.CoverMode

4 uses

	testing (current package)
		testing.go#L702: func CoverMode() string {
		testing.go#L2331: 	if *coverProfile != "" && CoverMode() == "" {
		testing.go#L2335: 	if *gocoverdir != "" && CoverMode() == "" {
		testing.go#L2432: 	if CoverMode() != "" {