Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.49 KB | None | 0 0
  1. $ git checkout gecko/openrg-pending
  2. $ ~/metrics.sh '*.cs'
  3. Total Lines:   64067
  4. Non-Blanks:    56483
  5. // Comments:    3941
  6. /* Comments:     824
  7. Semicolons:    20980
  8. Classes:        1015
  9. Interfaces:       82
  10. Namespaces:       59
  11. Files:           583
  12.  
  13. $ git checkout chris
  14. $ ~/metrics.sh '*.cs'
  15. Total Lines:   46793
  16. Non-Blanks:    41187
  17. // Comments:    1559
  18. /* Comments:     607
  19. Semicolons:    16272
  20. Classes:         830
  21. Interfaces:       77
  22. Namespaces:       44
  23. Files:           490
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement