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

NAME

TAP::Formatter::HTML::Session - TAP Test Harness output delegate for html output

SYNOPSIS

 # see TAP::Formatter::HTML

DESCRIPTION

This module is part of TAP::Formatter::HTML, which provides HTML output formatting for TAP::Harness. It handles individual test sessions, eg. output from an individual test script.

As documentation is a bit sparse at the moment, you'll need to read the source if you need to inherit/hack on the module at all.

BUGS

Please use http://rt.cpan.org to report any issues.

AUTHOR

Steve Purkis <spurkis@cpan.org>

COPYRIGHT

Copyright (c) 2008-2010 Steve Purkis <spurkis@cpan.org>, S Purkis Consulting Ltd. All rights reserved.

This module is released under the same terms as Perl itself.

SEE ALSO

TAP::Formatter::HTML

TAP::Formatter::Console::Session - the default TAP formatter used by TAP::Harness