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

Member predicate MetricFile::getHalsteadDifficulty

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

float getHalsteadDifficulty()