# File lib/roodi/checks/cyclomatic_complexity_check.rb, line 39
      def decrease_depth
        @counting = @counting - 1
        if @counting <= 0
          @counting = 0
          evaluate_matching_end
        end
      end