CPAN

 view release on metacpan or  search on metacpan

t/30shell.coverage  view on Meta::CPAN

2006-12-30  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>

	* with SVK rev. 1645:

	---------------------------- ------ ------ ------ ------ ------ ------ ------
	File                           stmt   bran   cond    sub    pod   time  total
	---------------------------- ------ ------ ------ ------ ------ ------ ------
	lib/CPAN.pm                    40.5   26.9   22.6   54.3    n/a   99.6   35.0
	lib/CPAN/Admin.pm              12.9    0.0    0.0   62.5  100.0    0.0   12.3
	lib/CPAN/Debug.pm              61.8   56.2    0.0  100.0    0.0    0.1   57.9
	lib/CPAN/FirstTime.pm           8.8    1.4    0.0   53.3    n/a    0.0    6.1
	lib/CPAN/HandleConfig.pm       49.6   33.1   15.1   61.9    7.1    0.1   38.4
	lib/CPAN/Kwalify.pm            18.0    0.0    0.0   60.0    n/a    0.0   15.4
	lib/CPAN/Nox.pm               100.0   50.0    n/a  100.0    n/a    0.0   95.0
	lib/CPAN/Queue.pm              33.3   11.1    0.0   54.5    0.0    0.0   27.6
	lib/CPAN/Tarzip.pm             53.1   29.8   33.3   85.7    0.0    0.1   44.9
	lib/CPAN/Version.pm            86.4   56.2   81.8  100.0    0.0    0.1   74.8
	Total                          38.5   25.0   18.7   57.3    5.4  100.0   32.8
	---------------------------- ------ ------ ------ ------ ------ ------ ------


2006-12-26  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>

	* with 0.59 and 29563:

	---------------------------- ------ ------ ------ ------ ------ ------ ------
	File                           stmt   bran   cond    sub    pod   time  total
	---------------------------- ------ ------ ------ ------ ------ ------ ------
	blib/lib/CPAN/FirstTime.pm      n/a    n/a    n/a    n/a    n/a    n/a    n/a
	lib/CPAN.pm                    17.6    8.3    7.1   38.3    n/a   74.8   14.5
	lib/CPAN/Admin.pm              12.9    0.0    0.0   62.5  100.0    0.2   12.3
	lib/CPAN/Debug.pm              61.8   50.0    0.0  100.0    0.0    2.0   56.1
	lib/CPAN/HandleConfig.pm       17.7    8.1    0.0   42.9    7.1    2.4   12.7
	lib/CPAN/Kwalify.pm            18.0    0.0    0.0   60.0    n/a    0.1   15.4
	lib/CPAN/Nox.pm               100.0   50.0    n/a  100.0    n/a    0.3   95.0
	lib/CPAN/Queue.pm              10.5    0.0    0.0   18.2    0.0    0.3    8.2
	lib/CPAN/Tarzip.pm             32.8   14.0   13.3   71.4    0.0    1.8   26.7
	lib/CPAN/Version.pm            86.4   56.2   81.8  100.0    0.0   18.2   74.8
	Total                          19.2    9.1    8.0   42.1    5.4  100.0   15.9
	---------------------------- ------ ------ ------ ------ ------ ------ ------


	* Devel::Cover 0.59 broke the coverage level I had already achieved by
	50 percent from 74% to 37%. 0.58 was fine for me at that time but then
	D:C broke completely in bleadperl 28771 and I forgot about it. Paul J
	has since fixed the 28771 related failure in his SVN repository and is
	now reporting another problem with an endless loop.

	I seem to see the endless loop in bleadperl@29622 but not with 28771 and
	I can probably do binary search manually without the usual procedure.
	29220 OK, 496 OK, 563 OK, 596 NOT, 579 NOT, 66 OK, 73 NOT, 68 OK, 70 NOT

	* Switching to ChangeLog format today. All notes below have been written
	between Februar and October 2006.

Notes about coverage. The target in the Makefile is called
C<testcover>.

 2006-02-03 after rev. 517 we have this coverage:
 ----------------------------------- ------ ------ ------ ------ ------ ------
 File                                  stmt   bran   cond    sub   time  total
 ----------------------------------- ------ ------ ------ ------ ------ ------
 blib/lib/CPAN.pm                      20.1   10.2    7.9   37.0   37.9   16.7
 blib/lib/CPAN/Admin.pm                12.9    0.0    0.0   62.5    0.0   11.8
 blib/lib/CPAN/Debug.pm                63.6   40.0    0.0  100.0    0.1   55.3
 blib/lib/CPAN/FirstTime.pm            55.6   33.0   27.8   79.3   40.1   44.6
 blib/lib/CPAN/HandleConfig.pm         61.6   47.5   32.1   88.2   21.6   54.6
 blib/lib/CPAN/Nox.pm                 100.0   50.0    n/a  100.0    0.0   95.0
 blib/lib/CPAN/Tarzip.pm                6.8    0.0    0.0   28.6    0.0    5.2
 blib/lib/CPAN/Version.pm              83.3   54.5   84.0  100.0    0.3   78.6
 Total                                 25.6   13.9   15.5   45.2  100.0   22.0
 ----------------------------------- ------ ------ ------ ------ ------ ------

Admin.pm is kind of deprecated, but if we ever would like to test it,
we would issue C<! use CPAN::Admin> rather late in the testing which
would activate the override. C<reload cpan> would then switch back.

 After rev. 523:
 ----------------------------------- ------ ------ ------ ------ ------ ------
 File                                  stmt   bran   cond    sub   time  total
 ----------------------------------- ------ ------ ------ ------ ------ ------
 blib/lib/CPAN.pm                      26.7   15.6   10.4   42.6    4.2   22.5
 blib/lib/CPAN/Admin.pm                12.9    0.0    0.0   62.5    0.0   11.8
 blib/lib/CPAN/Debug.pm                63.6   40.0    0.0  100.0    0.1   55.3
 blib/lib/CPAN/FirstTime.pm            55.6   33.0   27.8   79.3   61.8   44.6
 blib/lib/CPAN/HandleConfig.pm         61.6   47.5   32.1   88.2   33.4   54.6
 blib/lib/CPAN/Nox.pm                 100.0   50.0    n/a  100.0    0.0   95.0
 blib/lib/CPAN/Tarzip.pm               17.6    6.6    0.0   50.0    0.1   14.8
 blib/lib/CPAN/Version.pm              83.3   54.5   84.0  100.0    0.4   78.6
 Total                                 31.2   18.5   17.1   50.4  100.0   26.8
 ----------------------------------- ------ ------ ------ ------ ------ ------

The time for the CPAN.pm tests is down because we're now using the
local, test-specific index files. Next thing to do: upload the demo
distro so that we can add a signed CHECKSUMS file.

 After 525:
 ----------------------------------- ------ ------ ------ ------ ------ ------
 File                                  stmt   bran   cond    sub   time  total
 ----------------------------------- ------ ------ ------ ------ ------ ------
 blib/lib/CPAN.pm                      41.0   26.3   21.5   57.8   44.1   35.4
 blib/lib/CPAN/Admin.pm                12.9    0.0    0.0   62.5    0.0   11.8
 blib/lib/CPAN/Debug.pm                63.6   40.0    0.0  100.0    0.1   55.3
 blib/lib/CPAN/FirstTime.pm            55.6   33.0   27.8   79.3   35.8   44.6



( run in 0.924 second using v1.01-cache-2.11-cpan-39bf76dae61 )