카테고리 없음

개발자 생산성 확인. 라인수는 얼마나 될까?

Edward. K 2020. 1. 7. 18:00
반응형

 

cloc.zip
1.13MB

http://cloc.sourceforge.net/

 

D:\_utils\_portables>cloc --exclude-dir=.svn,lib,bin D:\roi_framework\workspaces_3\MPMS_JAVA\src
    6125 text files.
    5013 unique files.
    1331 files ignored.

http://cloc.sourceforge.net v 1.09  T=20.0 s (215.0 files/s, 72208.3 lines/s)
-------------------------------------------------------------------------------
Language          files     blank   comment      code    scale   3rd gen. equiv
-------------------------------------------------------------------------------
Javascript         2900    117410    147717    626450 x   1.48 =      927146.00
HTML                523      4725       169    252970 x   1.90 =      480643.00
CSS                 282      3140      4336    127596 x   1.00 =      127596.00
JSP                 299     13479     10809     66360 x   1.48 =       98212.80
Java                227     11002     10310     34735 x   1.36 =       47239.60
XML                  47      1362       177      8771 x   1.90 =       16664.90
PHP                  13       214       437       882 x   3.50 =        3087.00
ASP                   1       101        12       449 x   1.29 =         579.21
SQL                   4        12        12       304 x   2.29 =         696.16
YAML                  4        23        42       160 x   0.90 =         144.00
-------------------------------------------------------------------------------
SUM:               4300    151468    174021   1118677 x   1.52 =     1702008.67
-------------------------------------------------------------------------------

comment      : 주석라인
blank   :  공란.
code     : 코드가 있는 라인 


반응형