Peter Snyder
unread,Feb 11, 2016, 12:21:48 PM2/11/16You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Thanks for the reply Erik,
There are a couple of things where it'd be very useful at the moment.
We'd like to test the coverage of other tools we're using (LOC and other
complexity measures) and we'd like to get confidence that we're
measuring all methods / functions in the code base.
We're also interested in tying to get a simplified understanding of how
dense the call graph is, and being able to list all methods, for
example, would let us do something like:
foreach `function:*` as M
count `callers:M`
There are a couple of other cases where being able to do these high
level measures would also be very interesting and useful for us.
Think we might have more luck looking at the DB directly, in the short
term at least?
Thanks for your help Erik!
Pete