

 Function foo

    line 4 / 8
    1 + max(0, (1 + max(x, y)))
    O(n^1)

Total Complexity: O(n^1)
