Changeset 16784
- Timestamp:
- 07/29/08 11:35:13 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/HTTP-Engine/branches/lazy_request/tools/coverage_test.sh
r11692 r16784 1 1 #!/bin/zsh 2 3 # generate to t/00_allload.t 4 echo " 5 use strict; 6 use warnings; 7 use Test::More; 8 9 my @modules = qw( 10 " > t/00_allload.t 11 12 find lib -name "*.pm" | sed "s/lib\// /;s/\.pm//;s/\//::/g" | grep -v 'HTTP::Engine::Interface' >> t/00_allload.t 13 14 echo " 15 ); 16 17 plan tests => scalar(@modules); 18 19 use_ok \$_ for @modules; 20 " >> t/00_allload.t 21 2 22 rm -rf cover_db 3 23 perl Makefile.PL 4 24 HARNESS_PERL_SWITCHES=-MDevel::Cover=+ignore,inc,-coverage,statement,branch,condition,path,subroutine make test 5 25 cover 26 rm t/00_allload.t 6 27 open cover_db/coverage.html
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)