

 Function foo

    line 5 / 12
    1 + max(0, (x - z))
    O(n^1)
      line 6 / 9
      max(0, (y - z))
      O(n^1)

Total Complexity: O(n^1)
