[Bioperl-l] Devel::Cover

Nathan Haigh n.haigh at sheffield.ac.uk
Thu Mar 8 14:00:39 UTC 2007


Find the Devel::Cover report for bioperl-live here:

http://www.bioinf.shef.ac.uk/public/bioperl-live/cover_db/coverage.html

First things to note are:
1) There appear to be quite a few modules without POD for all methods
(pod column).
2) The test suite doesn't test all subs in the modules (sub column).

More rigorous code coverage would be achieved by ensuring tests were
designed to execute all statements (stmt column). Details of the other
columns can be found in Devel::Cover::Tutorial but essentially inform
how well all the different possible routes in condition statements are
covered by the tests.

Have fun!
Nath



More information about the Bioperl-l mailing list