class Covered::Statistics::Aggregate
def as_json
A JSON-compatible representation of these aggregate statistics.
def as_json { count: count, executable_count: executable_count, executed_count: executed_count, percentage: percentage.to_f.round(2), } end