HenrikBengtsson / R.oo

R package: R.oo - R Object-Oriented Programming with or without References
https://cran.r-project.org/package=R.oo
20 stars 1 forks source link

TESTS: Increase test coverage to >= 90% #7

Open HenrikBengtsson opened 9 years ago

HenrikBengtsson commented 9 years ago

Add package tests such that the average test coverage (avg. coverage) of the source code in the 'develop' becomes >= 90%. Every 10% increase is worth $?? in bounties.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/8267652-tests-increase-test-coverage-to-90?utm_campaign=plugin&utm_content=tracker%2F1793596&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F1793596&utm_medium=issues&utm_source=github).
HenrikBengtsson commented 8 years ago

Test coverage is now at 41%. The reason for this low coverage is mostly because almost none of the Rdoc functionality is tested, which is less critical because it is not really part of the official R.oo API, but only used by the few people how compile Rdoc comments into Rd.