Tap-Parser-Result

TAP::Parser::Result(3p) Perl Programmers Reference Guide

Tap-Parser-Result

TAP::Parser::Result(3p) Perl Programmers Reference Guide # TAP::Parser::Result(3p) Perl Programmers Reference Guide NNAAMMEE # TAP::Parser::Result - Base class for TAP::Parser output objects VVEERRSSIIOONN # Version 3.44 SSYYNNOOPPSSIISS # # abstract class - not meant to be used directly # see TAP::Parser::ResultFactory for preferred usage # directly: use TAP::Parser::Result; my $token = {...}; my $result = TAP::Parser::Result->new( $token ); DDEESSCCRRIIPPTTIIOONN # This is a simple base class used by TAP::Parser to store objects that represent the current bit of test output data from TAP (usually a single line). ...