A quantitative measure of the number of linearly independent
paths through a program's source code.
M 67:4 ObjExportApi.WriteData - C
M 52:4 ObjExportApi.WriteHeader - A
C 26:0 ObjExportApi - A
M 100:4 ObjExportApi.EscapeCSV - A
M 43:4 ObjExportApi.__init__ - A
M 46:4 ObjExportApi.OpenFile - A
M 49:4 ObjExportApi.CloseFile - A
M 106: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: 6
h2: 49
N1: 28
N2: 55
vocabulary: 55
length: 83
calculated_length: 290.6305573659721
volume: 479.8528562225468
difficulty: 3.36734693877551
effort: 1615.831046463678
time: 89.76839147020434
bugs: 0.15995095207418225
Maintainability Index is a software metric which measures how maintainable
factory.export/ObjDataExportCsv.py - A
Updated : 2025-03-05
cythonize -3 -a -i ObjDataExportCsv.py
Compiling /home/axion/projects/axion/factory.export/ObjDataExportCsv.py because it changed..[1/1] Cythonizing /home/axion/projects/axion/factory.export/ObjDataExportCsv.py
Updated : 2025-09-10