Complete test case of Copter

I want to use callgrind in valgrind to generate a method call graph, but because callgrind can only capture methods in dynamic operation, the method call graph cannot completely cover all methods. Do you have any suggestions?
At present, I want to find Copter test cases to run all situations to supplement the method call graph, but I don’t know where to find the complete test cases of Copter.