Home > User Support > QTE
yquestionz
Coverage of member functions of the template class under test is 0%.B
yAnswerz
If the target template class is not instantiated in the source file under test, the coverage will be 0%.
Therefore, if the target template class is not used in the source file under test,
it is necessary to explicitly instantiate the template class.
#include "calc.h"
template class Calc