[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: coverage analysis using debug interface?
- From: nr@... (Norman Ramsey)
- Date: Sun, 23 Apr 2006 23:17:34 -0400 (EDT)
I would like to use the reflexive debug interface to identify
every Lua statement that is never executed. My hope was to enumerate
all the possible statements, then to use the line hook to find those
that were executed. Any left over are not executed.
Is there any way to enumerate all statements (or even all line numbers)
in all Lua functions?
Norman