# File lib/simplecov/filter.rb, line 61
    def matches?(source_file)
      (source_file.project_filename =~ filter_argument)
    end