value: function transitionCount(from, to) {
      if (typeof this.failedTransitions[from] === "undefined") {
        return 0;
      }