NAME
Test::Run::Straps - analyse the test results by using TAP::Parser.
METHODS
my $strap = Test::Run::Straps->new();
Initialize a new strap.
my $results = $self->analyze( $name, \@output_lines)
Analyzes the output @output_lines of a given test, to which the name $name is assigned. Returns the results $results of the test - an object.
@output_lines should be the output of the test including newlines.
LICENSE
This file is licensed under the MIT X11 License:
http://www.opensource.org/licenses/mit-license.php
AUTHOR
Shlomi Fish <shlomif@iglu.org.il>