

 Function foo

    line 5 / 11
    1 + max(y, 0)
    O(n^1)
      line 6 / 10
      max(y, 0)
      O(n^1)

Total Complexity: O(n^1)
