Simple case (no overlap): Total = L + R + Between. Overlapping case (cross): Minimum Total = (L + R) - (Between + 2).
Subtract (Between + 2) for the minimum possible row count!