int add_values()
in
calc_lib.cpp [3:5]
3
lines of code
1
McCabe index (conditional complexity)
int add_values (int a, int b) { return (a+b); }