aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc/rdoc.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rdoc/rdoc.rb')
-rw-r--r--lib/rdoc/rdoc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rdoc/rdoc.rb b/lib/rdoc/rdoc.rb
index c66e66a87c..3eab6cdfc4 100644
--- a/lib/rdoc/rdoc.rb
+++ b/lib/rdoc/rdoc.rb
@@ -455,7 +455,7 @@ The internal error was:
end
end
- unless @options.quiet or not @stats then
+ if @stats and (@options.coverage_report or not @options.quiet) then
puts
puts @stats.summary
end