github
3 of 3 new or added lines in 1 file covered. (100.0%)
6 of 6 relevant lines covered (100.0%)
0.0 hits per line
1 |
package pkg2
|
|
2 |
|
|
3 |
func WorldString() string { |
1✔ |
4 |
return "World" |
1✔ |
5 |
} |
1✔ |
6 |
|
|
|
func WorldByte() []byte { |
× |
|
return []byte("World") |
× |
|
} |
× |