# File lib/simplecov/source_file.rb, line 37
      def covered?
        not never? and coverage > 0
      end