Files
codeql/cpp/ql/src/Metrics/Namespaces/UnstableNamespaces.qhelp
2022-10-11 00:23:36 -04:00

22 lines
705 B
XML

<!DOCTYPE qhelp PUBLIC
"-//Semmle//qhelp//EN"
"qhelp.dtd">
<qhelp>
<overview>
<p>This query finds namespaces that have an instability higher than 0.8.</p>
<p>Instability is a measure of how likely a package is to be influenced
by changes to other packages. If this metric value is high, a package is easily
influenced. If the values is low, the impact of changes to other packages is likely to be minimal. Instability
is estimated as the number of outgoing dependencies relative to the total
number of dependencies.</p>
</overview>
<references>
<li>C++ reference: <a href="https://en.cppreference.com/w/cpp/language/namespace">Namespaces</a>
</li>
</references>
</qhelp>