You could debug it as follows, to see how often the if-condition is satisfied:
<cfif getNumber.recordcount EQ getCount.minRequire>
<p>Start debuggng <br>
<cfoutput>
getNumber.recordcount = #getNumber.recordcount# <br>
getCount.minRequire = #getCount.minRequire# <br>
</cfoutput>
End debugging</p>
<cfabort>