Skip to content

Measure the complexity of TodoMVC implementations

Notifications You must be signed in to change notification settings

coderstats/todomvc-metrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stats to calculate

Todo's Dojo needs better cleanup or omit it

Project Rankings

  • files per project
  • total sloc (physical, logical) per project
  • total functions per project
  • avg complexity per project
  • avg maintainabilty score per project
  • avg sloc per file per project
  • avg number of functions per file per project
  • avg number of params per file per project

install and prepare

npm install complexity-report
fab clone
fab clean

generate cr reports

python gen_reports.py

References

https://github.com/philbooth/complexityReport.js https://github.com/tastejs/todomvc