Changes between Version 4 and Version 5 of SoftwareDevelopment/LinesOfCode


Ignore:
Timestamp:
07/22/14 13:13:38 (10 years ago)
Author:
Dieter Van Uytvanck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SoftwareDevelopment/LinesOfCode

    v4 v5  
    105105{{{
    106106
    107 cloc . --ignored=ignored.txt  --force-lang="XML”,acc
    108 
    109 827 text files.
    110      804 unique files.                                         
     107dieters-mbp:trunk dietuyt$ cloc . --exclude-list-file=exclude.txt --ignored=ignored.txt --exclude-ext=.min.js --force-lang="XML",acc --counted=counted.txt
     108     829 text files.
     109     806 unique files.                                         
    111110Wrote ignored.txt
    112      116 files ignored.
    113 
    114 -------------------------------------------------------------------------------
    115 Language                     files          blank        comment           code
    116 -------------------------------------------------------------------------------
    117 XML                            396            642           1412          48969
    118 SQL                             12           2302           3497          32911
    119 Javascript                      74           5824           5828          21793
    120 HTML                           135            571          10375          13886
    121 XSLT                            65           1117            737          11873
    122 CSS                              6             58             17            374
     111Wrote counted.txt
     112     187 files ignored.
     113
     114http://cloc.sourceforge.net v 1.60  T=3.57 s (176.6 files/s, 34354.1 lines/s)
     115-------------------------------------------------------------------------------
     116Language                     files          blank        comment           code
     117-------------------------------------------------------------------------------
     118XML                            376            616           1218          47912
     119SQL                             11           2295           3492          32872
     120XSLT                            62           1065            672          11444
     121Javascript                      65           2503           3197           9837
     122HTML                           105            233             88           4610
    123123JavaServer Faces                 7              0              0            243
    124 PHP                              2             17             10             83
     124CSS                              2             16              0            189
    125125Ant                              2             11              2             30
    126126-------------------------------------------------------------------------------
    127 SUM:                           699          10542          21878         130162
     127SUM:                           630           6739           8669         107137
    128128-------------------------------------------------------------------------------
    129129