From: Brandon L Black <blblack@gmail.com>
Date: Fri, 28 Jul 2006 16:07:01 +0000 (+0000)
Subject: may as well document the coverage
X-Git-Tag: 0.02~4^2
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6d8a26f9ea66c5b510dc7bb708d651fcf06917a5;p=gitmo%2FAlgorithm-C3.git

may as well document the coverage
---

diff --git a/lib/Algorithm/C3.pm b/lib/Algorithm/C3.pm
index b0a9a61..8e49370 100644
--- a/lib/Algorithm/C3.pm
+++ b/lib/Algorithm/C3.pm
@@ -224,9 +224,9 @@ is the B<Devel::Cover> report on this module's test suite.
  ------------------------ ------ ------ ------ ------ ------ ------ ------
  File                       stmt   bran   cond    sub    pod   time  total
  ------------------------ ------ ------ ------ ------ ------ ------ ------
- Algorithm/C3.pm           100.0  100.0   55.6  100.0  100.0  100.0   94.4
+ Algorithm/C3.pm           100.0  100.0  100.0  100.0  100.0  100.0  100.0
  ------------------------ ------ ------ ------ ------ ------ ------ ------
- Total                     100.0  100.0   55.6  100.0  100.0  100.0   94.4
+ Total                     100.0  100.0  100.0  100.0  100.0  100.0  100.0
  ------------------------ ------ ------ ------ ------ ------ ------ ------
 
 =head1 SEE ALSO