rcov is (mainly) a code coverage tool for Ruby featuring fast execution (20-300 times faster than previous tools), multiple analysis modes, cross-referenced XHTML and several kinds of text reports, easy automation with Rake and Rant...
rcov is (mainly) a code coverage tool for Ruby featuring fast execution (20-300 times faster than previous tools), multiple analysis modes, cross-referenced XHTML and several kinds of text reports, easy automation with Rake and Rant...
To install rb-rcov, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb-rcov
To see what files were installed by rb-rcov, run:
port contents rb-rcov
To later upgrade rb-rcov, run:
sudo port selfupdate && sudo port upgrade rb-rcov
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.