Skip to content
Snippets Groups Projects
Commit c8e96103 authored by Demian Katz's avatar Demian Katz
Browse files

Added phploc metrics.

parent b722ca6a
No related merge requests found
......@@ -46,6 +46,12 @@
<phingcall target="phpdoc"/>
<phingcall target="phpcpd"/>
<phingcall target="pdepend"/>
<phingcall target="phploc"/>
</target>
<!-- Measure project with phploc -->
<target name="phploc">
<exec command="phploc --log-csv ${builddir}/reports/phploc.csv ${srcdir}/module" />
</target>
<!-- PHP_Depend code analysis -->
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment