aplteam / CodeCoverage

Collects data on code coverage and create an HTML report on the data collected
MIT License
1 stars 1 forks source link

Several lines are reported as not executed that shouldn't #3

Closed aplteam closed 2 years ago

aplteam commented 3 years ago
  1. Run the test cases of the OS project under both Windows and Linux
  2. The coverage report lists lines 25, 27 and 29 of the KillPID function as not executed.

    • 25 is an :Else statement and should therefore nt been reported
    • 27 is an EndSelect statement and should therefore nt been reported
    • 29 does not even exist
aplteam commented 2 years ago

Not reproducible