This task runs phploc, a tool for measuring the size of PHP projects. You need an installed version of this tool (installable via PEAR) to use this task.
Table 125. Attributes
Name | Type | Description | Default | Required |
---|---|---|---|---|
reportType |
String |
The type of the report. Available types are cli|csv|txt|xml. | cli | No |
reportName |
String |
The name of the report type without a file extension. | phploc-report | No |
reportDirectory |
String |
The directory to write the report file to. | false | Yes, when report type csv, txt or xml is defined. |
countTests |
Boolean |
Flag to count the projects tests or not. | false | No |
file |
String |
The name of the file to check. | n/a | Yes, when no nested fileset is defined. |
suffixes |
String |
A comma-separated list of file suffixes to check. | php | No |