Open svaarala opened 9 years ago
Statement count would be very difficult I think, you could probably count lines easily (with some potential for inaccuracy, and not a very useful statistic in the case of, e.g. minified code), but counting at the statement level would need, at the very least, instrumentation from the compiler.
Useful execution-related statistics:
The easiest statistic available would be cumulative opcode execution count, with debugger executed opcodes excluded.