Skip to content

This are the program implemented as a part of Software Engineering

License

Notifications You must be signed in to change notification settings

Raghav714/Software_Engineering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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