

 Function foo

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

Total Complexity: O(n^1)
