class Covered::Statistics

def executed_count

@returns [Integer] The total executed line count.
The total number of executed lines.
def executed_count
	@total.executed_count
end