# File lib/asciidoctor/timings.rb, line 17
    def read_parse
      (time = (@log[:read] || 0) + (@log[:parse] || 0)) > 0 ? time : nil
    end