class Covered::Statistics

def to_json(options)

@returns [String] The JSON representation.
@parameter options [Hash] Options forwarded to `to_json`.
Convert these statistics to JSON.
def to_json(options)
	as_json.to_json(options)
end