Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Re-rag POD so it will look better in HTML.
  • Loading branch information
jkeenan committed Mar 1, 2011
1 parent 807f85f commit 85a71c8
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions config/auto/coverage.pm
Expand Up @@ -9,15 +9,14 @@ config/auto/coverage- Check whether coverage analysis tools are present
Coverage analysis is the measurement of the extent to which a program's source
code is exercised by its tests.
In Parrot, we can perform coverage analysis
on our Parrot source code (well, at least on F<.c> and F<.pmc> files) and on
the Perl 5 components used in our tools.
To conduct such analysis, we need
the C coverage utility F<gcov> and two utilities, F<cover> and F<gcov2perl>,
which are included in the Devel-Cover distribution from CPAN. (Paul
Johnson++). This configuration step determines whether those utilities are
present.
In Parrot, we can perform coverage analysis on our Parrot source code (well,
at least on F<.c> and F<.pmc> files) and on the Perl 5 components used in our
tools.
To conduct such analysis, we need the C coverage utility F<gcov> and two
utilities, F<cover> and F<gcov2perl>, which are included in the Devel-Cover
distribution from CPAN. (Paul Johnson++). This configuration step determines
whether those utilities are present.
=cut

Expand Down

0 comments on commit 85a71c8

Please sign in to comment.