CodeQL library for C/C++
codeql/cpp-all 0.12.10 (changelog, source)
Search

Member predicate MetricClass::getHalsteadDifficulty

Gets the Halstead difficulty value of this class. This is proportional to the number of unique operators, and further proportional to the ratio of total operands to unique operands.

float getHalsteadDifficulty()