Allow more Delphi versions
GoogleCodeExporter opened this issue · 0 comments
GoogleCodeExporter commented
Is it possible to extend to all major versions ie : D7 -> Xe2 ?
Original issue reported on code.google.com by Phil.Pr...@gmail.com on 18 Oct 2011 at 11:28
GoogleCodeExporter commented
Delphi-Code-Coverage should compile from Delphi 7 onwards. There may some
tweaking for Delphi XE2 (haven't had time to look at Delphi XE2 yet).
Delphi-Code-Coverage only covers code that the compiler puts in to the
executable. It does not (and most likely will never) cover dead code that the
compiler strips out.
Original comment by ring....@gmail.com on 20 Oct 2011 at 12:33
- Changed state: Done
GoogleCodeExporter commented
It works well with other Delphi EXE version. I don't have any issue. And you ?
Original comment by trident.job on 19 Oct 2011 at 6:10
GoogleCodeExporter commented
I just tried with D7 (the only version I have), it seems run but the result is
"Line coverage in percent 100%" but I know that all the lines are not covered.
Original comment by Phil.Pr...@gmail.com on 19 Oct 2011 at 6:15