Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. sb@thinkpad bankaccount % phploc --count-tests .
  2. phploc @package_version@ by Sebastian Bergmann.
  3.  
  4. Directories: 13
  5. Files: 39
  6.  
  7. Lines of Code (LOC): 1202
  8. Cyclomatic Complexity / Lines of Code: 0.03
  9. Executable Lines of Code (ELOC): 635
  10. Comment Lines of Code (CLOC): 162
  11. Non-Comment Lines of Code (NCLOC): 1040
  12.  
  13. Namespaces: 0
  14. Interfaces: 0
  15. Classes: 20
  16. Abstract: 2 (10.00%)
  17. Concrete: 18 (90.00%)
  18. Average Class Length (NCLOC): 47
  19. Methods: 37
  20. Scope:
  21. Non-Static: 37 (100.00%)
  22. Static: 0 (0.00%)
  23. Visibility:
  24. Public: 26 (70.27%)
  25. Non-Public: 11 (29.73%)
  26. Average Method Length (NCLOC): 25
  27. Cyclomatic Complexity / Number of Methods: 1.49
  28.  
  29. Anonymous Functions: 1
  30. Functions: 0
  31.  
  32. Constants: 0
  33. Global constants: 0
  34. Class constants: 0
  35.  
  36. Tests:
  37. Classes: 17
  38. Methods: 41
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement