# File lib/brakeman/report/report_base.rb, line 122
  def number_of_templates tracker
    Set.new(tracker.templates.map {|k,v| v.name.to_s[/[^.]+/]}).length
  end