

 Function foo

    line 4 / 9
    1 + max(x, 0)
    O(n^1)
      line 5 / 7
      max(y, 0)
      O(n^1)

Total Complexity: O(n^1)
