aplteam / CodeCoverage

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

New features required by CodeCoverage to become 100% useful #9

Open aplteam opened 1 year ago

aplteam commented 1 year ago
  1. We need a mechanism that returns all names in a class, including private names
  2. We need a tool that returns the ⎕CR of private code in a class
  3. ⎕PROFILE must learn to handle multi-line dfns locally defined in a traditional function
  4. We need a tool that returns the ⎕CR of instance objects without the need to instantiate a class

Dyalog has created a project for v20 to address these issues.

aplteam commented 1 year ago

I've added topic number four to the list.