LSTFile.this

LSTFile constructor

This constructs the LSTFile from customizable parameters

  1. this(string text)
  2. this(string filename, Line[] lines, Nullable!ubyte totalCoverage)
    struct LSTFile
    @safe
    this
    (
    string filename
    ,,
    Nullable!ubyte totalCoverage = Nullable!(ubyte).init
    )
  3. this(DirEntry file)

Parameters

filename string

file name of the covered .d file

lines Line[]

list of Line representing the coverage and line content

totalCoverage Nullable!ubyte

total reported coverage in percentage

Meta