Reply to thread

It's a boring day in the office so here the new values for xf 1.0.1^^


without zf

[code]

C:\Users\ragtek\Downloads>phploc xenforo_1.0.1_full_withoutZF\upload

phploc 1.5.1 by Sebastian Bergmann.


Directories:                                        137

Files:                                              833


Lines of Code (LOC):                            148060

  Cyclomatic Complexity / Lines of Code:          0.10

Comment Lines of Code (CLOC):                    42121

Non-Comment Lines of Code (NCLOC):              105939


Namespaces:                                          0

Interfaces:                                          13

Classes:                                            788

  Abstract:                                          71 (9.01%)

  Concrete:                                        717 (90.99%)

  Average Class Length (NCLOC):                    138

Methods:                                          5521

  Scope:

    Non-Static:                                    4954 (89.73%)

    Static:                                        567 (10.27%)

  Visibility:

    Public:                                        3857 (69.86%)

    Non-Public:                                    1664 (30.14%)

  Average Method Length (NCLOC):                    19

  Cyclomatic Complexity / Number of Methods:      2.88


Anonymous Functions:                                  0

Functions:                                          31


Constants:                                          234

  Global constants:                                  4

  Class constants:                                  230

[/code]


with zf

[code]

C:\Users\ragtek\Downloads>phploc xenforo_1.0.1_full_withZF\upload

phploc 1.5.1 by Sebastian Bergmann.


Directories:                                        408

Files:                                            2019


Lines of Code (LOC):                            416453

  Cyclomatic Complexity / Lines of Code:          0.11

Comment Lines of Code (CLOC):                    162116

Non-Comment Lines of Code (NCLOC):              254337


Namespaces:                                          0

Interfaces:                                          56

Classes:                                          1927

  Abstract:                                        179 (9.29%)

  Concrete:                                        1748 (90.71%)

  Average Class Length (NCLOC):                    135

Methods:                                          13899

  Scope:

    Non-Static:                                  12508 (89.99%)

    Static:                                        1391 (10.01%)

  Visibility:

    Public:                                      10538 (75.82%)

    Non-Public:                                    3361 (24.18%)

  Average Method Length (NCLOC):                    18

  Cyclomatic Complexity / Number of Methods:      3.00


Anonymous Functions:                                  0

Functions:                                          31


Constants:                                        3384

  Global constants:                                  5

  Class constants:                                3379

[/code]


Back
Top Bottom