Function coverageShield

Create line coverage shield as svg

string coverageShield (
  string percent
);

Example

The line coverage shield should contain the percent

coverageShield("30").should.contain("30%");