Here is a first pass over the Wordpress repository:
https://gist.github.com/caipre/feb7f9fe46dc2fa90a79Unfortunately, analyzing symphony caused an HHVM segfault. =(
I'm not sure it's the same issue, but this happened to me before: https://github.com/facebook/hhvm/issues/4363
This was a good exercise: I was happy to see that hussar adapts pretty easily to outside projects. Basically, I ended up doing this:
$ git clone git@github.com:Wordpress/Wordpress.git
$ cd Wordpress
$ ~/hussar/bin/make-report
There were one or two hiccups that required some manual changes to the scripts; I'll get fixes for these up soon.