The representation of a line from the .lst file
It should parse an empty line
auto lineCoverage = LineCoverage(` |`); lineCoverage.code.should.equal(""); lineCoverage.hits.should.equal(0); lineCoverage.hasCode.should.equal(false);
See Implementation
The representation of a line from the .lst file