# File lib/mspec/guards/guard.rb, line 88
88:   def reporting?
89:     MSpec.mode?(:report) or
90:       (MSpec.mode?(:report_on) and SpecGuard.guards.include?(name))
91:   end