# File lib/deep_test/metrics/gatherer.rb, line 30
30:       def section(title, &block)
31:         @sections << Section.new(title, &block) if enabled?
32:       end