James E Keenan
2013-03-21 02:08:49 UTC
In Devel/Cover.pm's documentation, I read:
#####
=head1 OPTIONS
-blib - "use blib" and ignore files matching \bt/
(default true iff blib directory exists).
-coverage criterion - Turn on coverage for the specified criterion.
Criteria include statement, branch, condition, path, subroutine,
pod, time, all and none (default all available).
#####
Whereas in the documentation for 'cover', there is no mention of path
analysis:
#####
cover
Specify -coverage options to report on specific criteria. By default
all available information on all criteria in all files will be reported.
Available coverage options are statement, branch, condition, subroutine,
and pod.
#####
But in point of fact, I have never known Devel::Cover to report path
analysis. That word 'path' should be removed from the Devel::Cover POD
-- correct?
Thank you very much.
Jim Keenan
#####
=head1 OPTIONS
-blib - "use blib" and ignore files matching \bt/
(default true iff blib directory exists).
-coverage criterion - Turn on coverage for the specified criterion.
Criteria include statement, branch, condition, path, subroutine,
pod, time, all and none (default all available).
#####
Whereas in the documentation for 'cover', there is no mention of path
analysis:
#####
cover
Specify -coverage options to report on specific criteria. By default
all available information on all criteria in all files will be reported.
Available coverage options are statement, branch, condition, subroutine,
and pod.
#####
But in point of fact, I have never known Devel::Cover to report path
analysis. That word 'path' should be removed from the Devel::Cover POD
-- correct?
Thank you very much.
Jim Keenan