# File lib/licensee/matchers/dice_matcher.rb, line 45
      def confidence
        @confidence ||= match ? file.similarity(match) : 0
      end