(x)
| 15 | |
| 16 | |
| 17 | def second_func(x): |
| 18 | short_arg = x |
| 19 | loooooooooooooooong_arg = x |
| 20 | third_func(short_arg, short_arg, 1 + loooooooooooooooong_arg |
| 21 | , short_arg, short_arg, loooooooooooooooong_arg |
| 22 | ) |
| 23 | |
| 24 | |
| 25 | def third_func(*args): |
no test coverage detected