aplteam / CodeCoverage

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

Closing line of a called fns is (wrongly) reported as not covered #4

Closed aplteam closed 2 years ago

aplteam commented 3 years ago

In this code block:

[0] myFns←{
[1]    +/⍵
[2] }xyz

line 2 is always reported by CodeCoverage as not covered by test cases.

That's wrong. Can we improve on this?

aplteam commented 2 years ago

Fixed