trident-job / delphi-code-coverage

Automatically exported from code.google.com/p/delphi-code-coverage
0 stars 0 forks source link

Allow more Delphi versions #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 9 years ago
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 9 years ago
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

GoogleCodeExporter commented 9 years ago
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