Searched defs:CoverageTotal (Results 1 – 1 of 1) sorted by relevance
16 type CoverageTotal struct { struct17 Count int `json:"count"`18 Covered int `json:"covered"`19 Uncovered int `json:"notcovered"`20 Percent float64 `json:"percent"`