

 Function foo

    line 4 / 10
    1 + max(x, 0) + max(0, (1 - x))
    O(n^1)

Total Complexity: O(n^1)
