A quantitative measure of the number of linearly independent
paths through a program's source code.
M 46:4 ObjExportApi.WriteData - A
C 31:0 ObjExportApi - A
M 33:4 ObjExportApi.__init__ - A
M 36:4 ObjExportApi.OpenFile - A
M 39:4 ObjExportApi.CloseFile - A
M 42:4 ObjExportApi.WriteHeader - A
M 61:4 ObjExportApi.EscapeCSV - A
M 64: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: 8
N1: 4
N2: 8
vocabulary: 10
length: 12
calculated_length: 26.0
volume: 39.863137138648355
difficulty: 1.0
effort: 39.863137138648355
time: 2.2146187299249087
bugs: 0.013287712379549451
Maintainability Index is a software metric which measures how maintainable
factory.export/ObjDataExportYaml.py - A
Updated : 2025-03-05
cythonize -3 -a -i ObjDataExportYaml.py
Compiling /home/axion/projects/axion/factory.export/ObjDataExportYaml.py because it changed..[1/1] Cythonizing /home/axion/projects/axion/factory.export/ObjDataExportYaml.py
Updated : 2025-09-10