class Covered::Statistics

def initialize

def initialize
	@count = 0
	@executable_count = 0
	@executed_count = 0
end