http://www.perlmonks.org?node_id=425879


in reply to Test/ Code Ratio

Ignoring the coverage stats and just looking at pure size, what you might be interested to do is to take PPI, load each file from the code and tests and find the number of significant tokens in each.

That would give you some idea of size in non-line terms.

I've been thinking about writing something like this for a while.