Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Class ¶
type Class struct {
XMLName xml.Name `xml:"class"`
Filename string `xml:"filename,attr"`
LinesContainer LinesContainer `xml:"lines"`
}
type ClassesContainer ¶
type DefaultLoader ¶
type DefaultLoader struct {
// contains filtered or unexported fields
}
func NewReportLoader ¶
func NewReportLoader(sourceDir string) *DefaultLoader
type LinesContainer ¶
type Package ¶
type Package struct {
XMLName xml.Name `xml:"package"`
Name string `xml:"name,attr"`
ClassesContainer ClassesContainer `xml:"classes"`
}
type PackageContainer ¶
type Report ¶
type Report struct {
XMLName xml.Name `xml:"coverage"`
ReportSources ReportSources `xml:"sources"`
PackageContainer PackageContainer `xml:"packages"`
// contains filtered or unexported fields
}
type ReportSources ¶
Click to show internal directories.
Click to hide internal directories.