--------------------------------------------------------------------------- This check rule works for checking the "const A a = getA()" usage when getA() returns "const A &" or "A &". In most scenarios, "const A & a = getA()" will be more efficient. ---------------------------------------------------------------------------
source not stored for this graph (policy: none)
no test coverage detected