func testing.CoverMode

4 uses

	testing (current package)
		testing.go#L718: func CoverMode() string {
		testing.go#L2637: 	if *coverProfile != "" && CoverMode() == "" {
		testing.go#L2641: 	if *gocoverdir != "" && CoverMode() == "" {
		testing.go#L2750: 	if CoverMode() != "" {