function calls internal function, that perform a division
| 3 | |
| 4 | // function calls internal function, that perform a division |
| 5 | long long Recaller(int test, int testB) |
| 6 | { |
| 7 | nullcRunFunction("inside", test, testB); |
| 8 | return nullcGetResultInt(); |
| 9 | } |
| 10 | |
| 11 | // function calls an external function "Recaller" |
| 12 | int Recaller2(int testA, int testB) |
no test coverage detected