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

NAME

Test::Presenter::Query - A submodule for Test::Presenter This module provides methods for gathering some standard information that is common to a wide set of test results data. A method is also provided to allow for direct querying of the DBXml Perl object.

SYNOPSIS

    $report->query_header("doc_name");
    $report->query_all("doc_name");

DESCRIPTION

Test::Presenter::Query is a helper module to give Test::Presenter the ability to query DBXml Containers. This is supported through the use of the Test::Presenter::DbXml module.

FUNCTIONS

query_header()

    Purpose: Populate the 'header' perl object with the necessary information
        from the DBXml Container
    Input: Document to query
    Output: 1

query_all()

    Purpose: Populate the 'component' perl object with all information
        from the DBXml Container.
    Input: NA
    Output: 1

data_get_id(<column>)

Input: a column name for a data type. Returns: a data point id value