class SimpleCov::Formatter::RcovFormatter
def coverage_code(file_list)
def coverage_code(file_list) return 100.0 if file_list.length == 0 or lines_of_code(file_list) == 0 lines_covered(file_list) * 100 / lines_of_code(file_list).to_f end
def coverage_code(file_list) return 100.0 if file_list.length == 0 or lines_of_code(file_list) == 0 lines_covered(file_list) * 100 / lines_of_code(file_list).to_f end