From c8e9610306641e7f601a7da44621b51f1feb8183 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Wed, 16 Jan 2013 15:24:34 -0500
Subject: [PATCH] Added phploc metrics.

---
 build.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/build.xml b/build.xml
index 77310528adc..18726a3b10e 100644
--- a/build.xml
+++ b/build.xml
@@ -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 -->
-- 
GitLab