# File lib/stella/report.rb, line 104 def error_count errors.all.size end
expects Statuses plugin is loaded
# File lib/stella/report.rb, line 93 def errors? exceptions? || timeouts? || fubars? || (statuses && !statuses.nonsuccessful.empty?) end
# File lib/stella/report.rb, line 96 def exceptions? return false unless processed? && errors errors.exceptions? end
Generated with the Darkfish Rdoc Generator 2.