----------------------------------------------------------------------------- Check is a comparison of two variables leads to condition, which is always true or false. For instance: int a = 1; if(isless(a,a)){...} In this case isless(a,a) always evaluates to false. Reference: - http://www.cplusplus.com/reference/cmath/ -----------------------------------------------------------------------------
source not stored for this graph (policy: none)
no test coverage detected