Skip to content

Commit

Permalink
Report for issue #142 updated by Rhaydden
Browse files Browse the repository at this point in the history
  • Loading branch information
c4-bot-1 committed Apr 5, 2024
1 parent b2d4872 commit 4a7d534
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions data/Rhaydden-Analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,12 @@ This section lists functions that are explicitly declared public or payable. Ple
||Totals |12 |1 |3254 |3043 |1911 |756 |1029|


`Lines:` total lines of the source unit
`nLines:` normalized lines of the source unit (e.g. normalizes functions spanning multiple lines)
`nSLOC:` normalized source lines of code (only source-code lines; no comments, no blank lines)
`Comment Lines:` lines containing single or block comments
`Complexity Score:` a custom complexity score derived from code statements that are known to introduce code complexity (branches, loops, calls, external interfaces, ...)


## 4. Architecture Assessment

Expand Down Expand Up @@ -754,8 +760,8 @@ In general, The DittoETH’s protocol presents a well-designed architecture. The


## 10. Time Spent
36 hours
55 hours


### Time spent:
36 hours
55 hours

0 comments on commit 4a7d534

Please sign in to comment.