class Covered::Statistics

def executable_count

@returns [Integer] The total executable line count.
The total number of executable lines.
def executable_count
	@total.executable_count
end