class SimpleCov::Formatter::JSONFormatter::ResultHashFormatter
def format_single_statistic(stat)
def format_single_statistic(stat) { covered: stat.covered, missed: stat.missed, total: stat.total, percent: stat.percent, strength: stat.strength } end
def format_single_statistic(stat) { covered: stat.covered, missed: stat.missed, total: stat.total, percent: stat.percent, strength: stat.strength } end