- cal_lack.py is used to find the Lack of cohesion(Chidamber and Kemerer,Henderson-Sellers and Pairwise Field Irrelation)
how to run the code:- python cal_lack.py - control.py is used to count the number of control statement used in the file.
how to run the code:- pytjon control.py - fog.py is used to calculate the FOG index of the document.
how to run the code:- python fog.py - line_count.py is used to count the line of code, single line comment, multi line comment.
how to run the code:- python line_count.py - test.py is used to count number of operator, operand, difficulty, volume of the code.
how to run the code:- python test.py