TASKS(3) User Contributed Perl Documentation TASKS(3)NAME
TASKS - Want to help? These things need doing...
Increase test coverage
More tests need to be added to test the codes that not urrently being tested.
It's pretty poor right now:
http://pjcj.sytes.net/cover/latest/DBI-1.52/coverage.html
Start with improving the subroutine coverage
http://pjcj.sytes.net/cover/latest/DBI-1.52/blib-lib-DBI-pm--subroutine.html
Test the proxy
The current t/80proxy.t is isolated from the rest of the test suite so actually tests very little, and what it does test is duplicating
other tests.
Ideally the proxy should be tested in the same way as DBI::PurePerl. In other words, by creating wrappers test files for each test file
that set $ENV{DBI_AUTOPROXY} and run the original test. They'll also need to start and stop a proxy server.
Fixing bugs
The official bug list is here:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=DBI
Naturally I'll offer direction and guidance on any you want to tackle. I've also got a few that could be entered into rt.cpan.org.
perl v5.10.0 2006-09-04 TASKS(3)
Check Out this Related Man Page
GCOV2PERL(1) User Contributed Perl Documentation GCOV2PERL(1)NAME
gcov2perl - convert gcov files to Devel::Cover databases
VERSION
version 1.03
SYNOPSIS
gcov2perl -h -i -v -db database gcov_files
DESCRIPTION
Convert gcov files to Devel::Cover databases.
OPTIONS
The following command line options are supported:
-db database - specify the database to use
-h -help - show help
-i -info - show documentation
-v -version - show version
DETAILS
To obtain coverage of XS files they must first be compiled with the appropriate options. In a standard Makefile environment, such as that
created by ExtUtils::MakeMaker, this can be accomplished with the command:
HARNESS_PERL_SWITCHES=-MDevel::Cover make test
CCFLAGS=-O0 -fprofile-arcs -ftest-coverage
OTHERLDFLAGS=-fprofile-arcs -ftest-coverage
If you have already built your object files it may be necessary to run make clean first, or to find some other way to ensure that they get
rebuilt with the options gcov requires.
Now the code coverage data has been collected "gcov" needs to be run:
gcov Mylib.xs
This will create one or more gcov files on which you can run "gcov2perl":
gcov2perl Mylib.xs.gcov
Finally, "cover" should be run as usual with any options required:
cover
If you are running everything with standard options, you can do all this with one command:
cover -test
EXIT STATUS
The following exit values are returned:
0 All files converted successfully
>0 An error occurred.
SEE ALSO
Devel::Cover
BUGS
Huh?
LICENCE
Copyright 2001-2013, Paul Johnson (paul@pjcj.net)
This software is free. It is licensed under the same terms as Perl itself.
The latest version of this software should be available from my homepage: http://www.pjcj.net
perl v5.16.3 2013-05-20 GCOV2PERL(1)
Could someone tell me how I can simplify the script that follows!!!
I know that there must be a way how to
grep Average from sar01..................
sar02 .......................
sar03.......................
sar04... (3 Replies)
hello all,
as we know that the kernal Schedules tasks with some time slice given to each.
how does the Kernal know that the time of a Task has been elapsed?
does it follow the syatem Clock?or how?
thanks for your time (4 Replies)
hello there,
i'm learning about task scheduling with cron and all seems hyper exciting, yeppie. But there is a prob:
assume i have a script that needed to be executed at 7am everyday. I could do:
vi mycron
00 7 * * * echo hi mother, i wanna be a script daddy.
:wq
crontab mycron
how... (4 Replies)
I need to do some code benchmarking in unix.
On windows, it is always recommended that before you run any kind of benchmark, that you execute the command
Rundll32.exe advapi32.dll,ProcessIdleTasks
which commits idle tasks, so that hopefully this does not happen in the middle of your benchmark... (9 Replies)
Hi all,
Using shell script, how to assign tasks to individual processors in a multicore processor ? For example: If I have 4 processors, I want to give one job to each of the processors. (When I give multiple jobs, it's assigning all the load to a single processor. )
Thanks
R (5 Replies)
1. Write a shell program which renames the current directory with the given file extension to another extension. The playoffs are given on the command line.
Example usage:
$ Rename txt doc
will be renamed:
aaa.txt in aaa.doc
Juhutxt in Juhudoc
...
* To solve, you can also help with... (5 Replies)
Hello i hope this post is ok! and i hope that i get the point of rules :)
i made this tasks by my self but few of them arent working.. and i dont know why!?
u think u could help me? to give me some reasons why dont they work.. and remake my code that will work?
hope to get answer soon!
... (9 Replies)
I am trying to use a loop to start tasks 0-3, running 0,1,2 in the background with &.
FOLDSET=( 0 1 2 3 )
for FOLDSET in ${FOLDSET}
do
if ; then
BACKGRD="&"
else
BACKGRD=""
fi
# start task $FOLDSET
task1 -nogui -ni -p $PROJ \
epochs=$EPOS ... (3 Replies)
i was trying to open terminal window from HMC its giving me the below message .
Unable to Switch Tasks
The task you want to switch to is an applet based task, which does not support 'Switch To'. Please use the window switching capabilities for local windows to 'Switch To' the window for... (4 Replies)
Hello Everyone...I am new to this forum and before asking i already see links for books and videos...I would like to know the tasks for L2 and L3 AIX System Admin.
edit by bakunin: You shouldn't hijack others threads for your own questions. If you have a genuine question to ask you're entitled... (3 Replies)
1. The problem statement, all variables and given/known data:
Hello!
I need help with this problem bash shell scripting that basically just reads the data in a tab delimited file and does the following below
1. Read in the data file Survey.txt and assign the column values to variables of... (6 Replies)
Hello All,
I am opening this thread for keeping track of on going things/tasks in forums, forum's backlog tasks and for posting new thoughts related to forum's betterment, all are invited to post their ideas, thoughts, views here.
Completed tasks:
1- HTML and php code's upgrades to new... (8 Replies)