A quantitative measure of the number of linearly independent
paths through a program's source code.
M 41:4 ObjExportApi.WriteData - A
C 25:0 ObjExportApi - A
M 37:4 ObjExportApi.WriteHeader - A
M 26:4 ObjExportApi.__init__ - A
M 29:4 ObjExportApi.OpenFile - A
M 34:4 ObjExportApi.CloseFile - A
M 52: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: 3
h2: 10
N1: 6
N2: 12
vocabulary: 13
length: 18
calculated_length: 37.974168451037094
volume: 66.60791492653966
difficulty: 1.8
effort: 119.8942468677714
time: 6.660791492653967
bugs: 0.022202638308846556
Maintainability Index is a software metric which measures how maintainable
factory.export/ObjDataExportXls.py - A
Updated : 2025-03-05
cythonize -3 -a -i ObjDataExportXls.py
Compiling /home/axion/projects/axion/factory.export/ObjDataExportXls.py because it changed..[1/1] Cythonizing /home/axion/projects/axion/factory.export/ObjDataExportXls.py
Updated : 2025-09-10