CoverageLoader

Handles *.lst files

Constructors

this
this(string fname)
this(File f)

Opens file

Members

Functions

byEntry
ByEntryRange byEntry()

Creates ByEntryRange, which lazily iterates over input file

Properties

getCoverage
float getCoverage [@property getter]

This function reads file only once, so calling it many times doesn't result in any slowdown

getCoveredCount
size_t getCoveredCount [@property getter]

This function reads file only once, so calling it many times doesn't result in any slowdown

getFile
string getFile [@property getter]
getSourceFile
string getSourceFile [@property getter]

This function reads file only once, so calling it many times doesn't result in any slowdown

getTotalCount
size_t getTotalCount [@property getter]

This function reads file only once, so calling it many times doesn't result in any slowdown

Meta