Searched defs:FuncExtent (Results 1 – 1 of 1) sorted by relevance
110 type FuncExtent struct { struct111 name string112 startLine int113 startCol int114 endLine int115 endCol int149 func (f *FuncExtent) coverage(profile *cover.Profile) (num, den int64) {