github.com/gagliardetto/golang-go@v0.0.0-20201020153340-53909ea70814/cmd/go/testdata/script/cover_mod_empty.txt (about)

     1  go tool cover -func=cover.out
     2  stdout total.*statements.*0.0%
     3  
     4  go mod init golang.org/issue/33855
     5  
     6  go tool cover -func=cover.out
     7  stdout total.*statements.*0.0%
     8  
     9  -- cover.out --