functions property
Map of function/method names to their maintainability results.
Class methods are prefixed with class name: ClassName.methodName.
Implementation
final Map<String, MaintainabilityResult> functions;
Map of function/method names to their maintainability results.
Class methods are prefixed with class name: ClassName.methodName.
final Map<String, MaintainabilityResult> functions;