object

mi_metric(Stroud)

  • Stroud - Halstead metric coefficient for computing the time required to program.

Computes the maintainability index metric based on the Cyclomatic Complexity, Halstead Volume, and lines of code metrics for an entity.

Availability:
logtalk_load(code_metrics(loader))
Author: Paulo Moura
Version: 1:0:0
Date: 2026-03-14
Compilation flags:
static, context_switching_calls
Remarks:
  • Formula: The original equation is used: MI = 171 - 5.2 * ln(V) - 0.23 * C - 16.2 * ln(L). V is the Halstead volume, C is the Cyclomatic Complexity, and L is the number of code lines.

  • Entity score: Represented as the compound term mi(MI).

Public predicates

(no local declarations; see entity ancestors if any)

Protected predicates

(no local declarations; see entity ancestors if any)

Private predicates

(no local declarations; see entity ancestors if any)

Operators

(none)