d-cobertura ~master (2021-08-30T18:37:38Z)
Dub
Repo
FileCoverage
cobertura
Undocumented in source.
struct
FileCoverage {
string
path
;
LineCoverage
[]
lines
;
size_t
linesCovered
;
}
Members
Variables
lines
LineCoverage
[]
lines
;
Undocumented in source.
linesCovered
size_t
linesCovered
;
Undocumented in source.
path
string
path
;
Undocumented in source.
Meta
Source
See Implementation
cobertura
functions
generateXmlFile
parseLstFile
manifest constants
testLst
structs
FileCoverage
LineCoverage
templates
tryTo