Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raghav714/software_engineering

This are the program implemented as a part of Software Engineering
https://github.com/raghav714/software_engineering

control-statements difficulty-of-document fog-index lack-of-cohesion line-of-code volume-of-document

Last synced: about 2 months ago
JSON representation

This are the program implemented as a part of Software Engineering

Awesome Lists containing this project

README

        

# 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