* @brief Function to check whether the pair is amicable or not. * @param x First number. * @param y Second number. * @return `true` if the pair is amicable * @return `false` if the pair is not amicable */
source not stored for this graph (policy: none)
no test coverage detected