lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Wed, Jan 26, 2011 at 11:20 AM, François Perrad
<francois.perrad@gadz.org> wrote:
>> Doesn't the same concern apply to multi-part expressions on the same line?
> yes, especially when contains function calls.

One solution may be to break lines via a preprocessor (perhaps based
on the tokenizers in [1]) before running coverage analysis.

[1] http://lua-users.org/wiki/LpegRecipes