class SimpleCov::FileList

def covered_percent

Returns:
  • (Float) -
def covered_percent
  coverage_statistics[:line]&.percent
end