#########################
#        TODO           #
#                       #
# (no particular order) #
#########################

* feedback from cpan-testers-discuss

===> Add to cpantesters wiki <===

* use accessor/mutator methods for the package vars...
    not necessary?? can now be set from start(safer=>{})

* POD notes:
  + levels of test reporting

* better coverage

##############
COVERAGE STATS
##############

*** v0.03 ***
---------------------------- ------ ------ ------ ------ ------ ------ ------
File                           stmt   bran   cond    sub    pod   time  total
---------------------------- ------ ------ ------ ------ ------ ------ ------
.../Reporter/Smoker/Safer.pm   95.8   90.0   55.6  100.0  100.0  100.0   91.7	# 111/121
---------------------------- ------ ------ ------ ------ ------ ------ ------

cover -test
chmod go+rx cover_db

export HARNESS_PERL_SWITCHES=-MDevel::Cover=+ignore,Errno.pm
cover -delete
make test
cover
chmod go+rx cover_db

