percent property

num get percent

Implementation

num get percent => (linesHit / linesFound) * 100;