Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 782 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 782 Bytes

Software_Engineering

  1. 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
  2. control.py is used to count the number of control statement used in the file.
    how to run the code:- pytjon control.py
  3. fog.py is used to calculate the FOG index of the document.
    how to run the code:- python fog.py
  4. 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
  5. test.py is used to count number of operator, operand, difficulty, volume of the code.
    how to run the code:- python test.py