github
78 of 81 new or added lines in 13 files covered. (96.3%)
3689 existing lines in 120 files now uncovered.24912 of 37731 relevant lines covered (66.03%)
771.82 hits per line
1 |
//go:build !mobile
|
|
2 |
|
|
3 |
package test
|
|
4 |
|
|
UNCOV
5
|
func (d *device) IsMobile() bool { |
× |
6 |
return false |
× |
7 |
} |
× |