-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
84af688
commit ec2ad1e
Showing
6 changed files
with
101 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
title: PHP Constraint Operations | ||
--- | ||
|
||
(((TODO))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,41 @@ | ||
--- | ||
title: Example statistics | ||
--- | ||
|
||
This is a very simple example report that PHP analysis can produce. | ||
|
||
# Some stats | ||
|
||
--- | ||
* Total number of class decls: 4021 | ||
* Unique class paths: 4021 (100%) | ||
* Unique class names: 3997 (99%) | ||
|
||
--- | ||
* Total number of interfaces decls: 160 | ||
* Unique interfaces paths: 160 (100%) | ||
* Unique interfaces names: 156 (97%) | ||
|
||
--- | ||
* Total number of trait decls: 0 | ||
* Unique trait paths: 0 (0%) | ||
* Unique trait names: 0 (0%) | ||
|
||
--- | ||
* Total number of mixed decls: 4181 | ||
* Unique mixed paths: 4181 (100%) | ||
* Unique mixed names: 4152 (99%) | ||
|
||
Type | Total | Unique Paths* | Unique Names* | Number of non unique: | ||
- | - | - | - | - | ||
class | 4021 | 4021 (100%) | 3997 (99%) | 24 | ||
interface | 160 | 160 (100%) | 156 (97%) | 4 | ||
trait | 0 | 0 (100%) | 0 (100%) | 0 | ||
mixed | 4181 | 4181 (100%) | 4152 (99%) | 27 | ||
| Type | Total | Unique Paths | Unique Names | Number of non unique | | ||
| - | - | - | - | - | | ||
| class | 4021 | 4021 (100%) | 3997 (99%) | 24 | | ||
| interface | 160 | 160 (100%) | 156 (97%) | 4 | | ||
| trait | 0 | 0 (100%) | 0 (100%) | 0 | | ||
| mixed | 4181 | 4181 (100%) | 4152 (99%) | 27 | | ||
|
||
\* `Unique Paths` contain the namespace, `Unique Names` only the name of the class. | ||
|
||
List of duplicate class names: | ||
|
||
|
||
|
||
``` | ||
<a.x, 425234> | ||
<b.y, 425234> | ||
<c.x, 425234> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.