Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ByParseOrder ¶
type ByParseOrder []CoverageCmp
ByParseOrder sorts CoverageCmp to match the order in which the Before coverages were presented to driver.Parser.
func (ByParseOrder) Len ¶
func (x ByParseOrder) Len() int
func (ByParseOrder) Less ¶
func (x ByParseOrder) Less(i, j int) bool
func (ByParseOrder) Swap ¶
func (x ByParseOrder) Swap(i, j int)
type CoverageCmp ¶
CoverageCmp is a pair of coverage
func (*CoverageCmp) Delta ¶
func (cmp *CoverageCmp) Delta() float32
func (*CoverageCmp) Package ¶
func (cmp *CoverageCmp) Package() string
Click to show internal directories.
Click to hide internal directories.