class Covered::Statistics

def initialize

def initialize
	@total = Aggregate.new
	@paths = Hash.new
end