Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/raghav714/software_engineering
- Owner: Raghav714
- License: apache-2.0
- Created: 2019-03-19T16:07:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-19T16:29:40.000Z (almost 6 years ago)
- Last Synced: 2024-03-09T18:44:16.865Z (10 months ago)
- Topics: control-statements, difficulty-of-document, fog-index, lack-of-cohesion, line-of-code, volume-of-document
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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