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

NAME

Test::Presenter::Present - A submodule for Test::Presenter This module provides a methods for outputting test results with the gnuplot tool. Other tools can be supported in the future, however.

SYNOPSIS

    $report->to_plot("output.png", "lines");

DESCRIPTION

Test::Presenter::Present is a helper module to give Test::Presenter the ability to output test results with the help of gnuplot. This is supported through the use of the to_plot() method.

FUNCTIONS

to_plot()

    Purpose: Allow our perl object to be outputted with gnuplot
    Input: The item number, a filename to save the generated gnuplot,
    a style for the gnuplot ('lines', 'dots', .etc
    This is the default, an xyplot.  Later this will select the 
    correct type of plot.
    Output: file of type png.