It should get the coverage summary from the .lst file with no coverage
" | double threadUsage(uint index); |} core/cloud/source/cloud/system.d has no code ".getCoverageSummary.front.should.equal("core/cloud/source/cloud/system.d has no code");
It should get the coverage summary from the .lst file with missing data
" ".getCoverageSummary.empty.should.equal(true);
It should get the coverage summary from the .lst file with percentage
" 2| statusList[0].properties[\"thread1\"].value.should.startWith(\"1;\"); |} core/cloud/source/cloud/system.d is 88% covered ".getCoverageSummary.front.should.equal("core/cloud/source/cloud/system.d is 88% covered");
Get the line that contains the coverage summary