class Covered::Coverage

def executed_count

@returns [Integer] The number of executed lines.
The number of executable lines that were executed.
def executed_count
	executed_lines.count
end