A quantitative measure of the number of linearly independent
paths through a program's source code.
C 31:0 Datetimeencoder - A
M 33:8 Datetimeencoder.default - A
C 37:0 ObjExportApi - A
M 39:4 ObjExportApi.__init__ - A
M 42:4 ObjExportApi.OpenFile - A
M 45:4 ObjExportApi.CloseFile - A
M 48:4 ObjExportApi.WriteHeader - A
M 52:4 ObjExportApi.WriteData - A
M 56:4 ObjExportApi.EscapeCSV - A
M 59:4 ObjExportApi.DefaultExtension - A
Halstead’s goal was to identify measurable properties of software, and the relations between them.
These numbers are statically computed from the source code
η1 = the number of distinct operators
η2 = the number of distinct operands
N1 = the total number of operators
N2 = the total number of operands
h1: 2
h2: 6
N1: 3
N2: 6
vocabulary: 8
length: 9
calculated_length: 17.509775004326936
volume: 27.0
difficulty: 1.0
effort: 27.0
time: 1.5
bugs: 0.009
Maintainability Index is a software metric which measures how maintainable
factory.export/ObjDataExportMarkdown.py - A
Updated : 2025-03-05
cythonize -3 -a -i ObjDataExportMarkdown.py
Compiling /home/axion/projects/axion/factory.export/ObjDataExportMarkdown.py because it changed..[1/1] Cythonizing /home/axion/projects/axion/factory.export/ObjDataExportMarkdown.py
Updated : 2025-09-10