LSTFile.Line

Coverable Line

This struct defines a coverable line in the lst file.

struct LSTFile
struct Line {}

Members

Variables

content
string content;

content of the line

coverage
Nullable!uint coverage;

coverage of that line (if appliable)

Meta