# File lib/nmap/parser.rb, line 1310
        def name_accuracy(index = 0)
                return nil if @osmatches.empty?

                @osmatches[index.to_i].accuracy
        end