]> git.mxchange.org Git - hub.git/blobdiff - pdepend.sh
Code syncronized with shipsimu code base
[hub.git] / pdepend.sh
diff --git a/pdepend.sh b/pdepend.sh
new file mode 100755 (executable)
index 0000000..9185237
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+if ! test -e `which pdepend`; then
+       echo "$0: This script needs PHP_Depend. See URL"
+       echo "$0: http://www.manuel-pichler.de/pages/pdepend.html for details."
+fi
+
+pdepend --bad-documentation --ignore=db,docs,ship-simu.org \
+       --jdepend-chart=test.png --overview-pyramid=pyramid.png \
+       --summary-xml=summary.xml --jdepend-xml=jdepend.xml .