cover

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NotCoverFuncExamples

func NotCoverFuncExamples()

Types

type CoverageStatus

type CoverageStatus interface {
	GetFile() string
	GetRange() Range
	InCoverage() bool
}

type NotInCoverage

type NotInCoverage interface {
	GetFile() string
	GetAbsPath() string
	GetRange() Range
}

func GetNotCoverage

func GetNotCoverage(filename string) ([]NotInCoverage, error)

type Range

type Range struct {
	From int
	To   int
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL