# File lib/simplecov/source_file.rb, line 32
      def missed?
        not never? and coverage == 0
      end