Skip to content

Commit a36817b

Browse files
(fix) fix broken links and typo (#5)
* docs: format and include test metrics * (fix) fix broken links and typo
1 parent 0826790 commit a36817b

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

courseProjectDocs/project-proposal.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
## Key Quality Metrics
99

10-
For the purpose of this assignment, we will be diving into the **[Data Dtructures](https://github.com/SWEN-777/TheAlgorithms-Python/tree/master/data_structures)** directory to evaluate its key quality metrics.
10+
For the purpose of this assignment, we will be diving into the **[Data Structures](https://github.com/SWEN-777/TheAlgorithms-Python/tree/master/data_structures)** directory to evaluate its key quality metrics.
1111

1212
### Code Structure
1313

@@ -35,11 +35,7 @@ Data Structures Directory:
3535
Comment lines: 7160
3636
Comment density: 50.82%
3737

38-
> Note: Refer to comment density code [here](https://github.com/SWEN-777/TheAlgorithms-Python/blob/master/courseProjectCode/metrics/comment_density.py)
39-
40-
#### Cyclomatic Complexity
41-
42-
< include metrics here >
38+
> Note: Refer to comment density code [here](https://github.com/SWEN-777/TheAlgorithms-Python/blob/master/courseProjectCode/Metrics/comment_density.py)
4339
4440
### Testability
4541

@@ -64,4 +60,4 @@ While many examples are provided for the data structure algorithms, the followin
6460

6561
#### Test Coverage
6662

67-
< include metrics here >
63+
The repository does not include dedicated test coverage scripts, so an accurate coverage percentage could not be determined.

0 commit comments

Comments
 (0)