lib/covered/statistics.rb in covered-0.24.3 vs lib/covered/statistics.rb in covered-0.25.0

- old
+ new

@@ -61,9 +61,12 @@ def initialize @total = Aggregate.new @paths = Hash.new end + attr :total + attr :paths + def count @paths.size end def executable_count