class Covered::Statistics::Aggregate

def initialize

Initialize empty aggregate statistics.
def initialize
	@count = 0
	@executable_count = 0
	@executed_count = 0
end