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