[erlang-questions] LOC tool for Erlang

Fredrik Thulin ft@REDACTED
Wed Mar 5 15:51:03 CET 2008


Convey Christian J NPRI wrote:
> Does anyone know of an open source tool (hopefully without output in English) that counts lines of Erlang code?

The 'cover' module in Erlang/OTP can be used for that (cover:analyse/3).

For example usage, see YXA src/autotest.erl function get_module_coverage/1.

/Fredrik



More information about the erlang-questions mailing list