The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

TM::Coverage - Topic Maps, Code Coverage

DESCRIPTION

This auxiliary package keeps track of the code coverage. Probably quite irrelevant for a user.

Automatically generated for TM ($TMVERSION).

EOT

my $coverage = `cat /tmp/coverage.txt`;

$coverage =~ s/Reading.*?cover_db\n//s; $coverage =~ s/Writing HTML.*done.//s;

print join "\n", map { " $_" } split /\n/, $coverage;

print <<EOT;

SEE ALSO

TM

COPYRIGHT AND LICENSE

Copyright 200[8] by Robert Barta, <drrho\@cpan.org>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.