class SimpleCovLcov::Configuration

def output_directory

def output_directory
  @output_directory || File.join(SimpleCov.coverage_path, 'lcov')
end