class Swagcov::Coverage

def ignore_path? path

def ignore_path? path
  ignored_regex&.match?(path)
end