aplteam / CodeCoverage

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

Putting instance names on "ignore" does not work #11

Open aplteam opened 1 year ago

aplteam commented 1 year ago

There is no way to obtain the names of instance objects in a class. ⎕NL returns the information but requires an instance for doing so. CodeCoverage cannot instantiate classes just for analyzing purposes.

For the moment the only way to get around this is to remove the check for names being defined.

aplteam commented 1 year ago

Fixed in 0.10.3 by removing the check