0

Is there a way to know all the line of codes that was not executed during my test? Manually it's easy but terribly laborious, I put a breakpoint on the line of code, if this breakpoint fire during the test then this line of code was executed else not. Is there a way to automate this for all the line of codes in my unit and get a report at the end?

zeus
  • 12,173
  • 9
  • 63
  • 184
  • 3
    Have a look at https://github.com/DelphiCodeCoverage/DelphiCodeCoverage or inside the IDE https://github.com/UweRaabe/DelphiCodeCoveragePlugin – Uwe Raabe Sep 10 '22 at 13:30

0 Answers0