NAME
Test::Run::TAP::Model::Consolidated - The unification of several Test::Run::TAP::Model reports.
SYNOPSIS
use Test::Run::TAP::Model::Consolidated;
my $c = Test::Run::TAP::Model::Consolidated->new(@models); # see Test::Run::TAP::Model
$c->ok; # all tests from all models are OK?
DESCRIPTION
Test::Run::TAP::Model::Consolidated is the same interface to Test::Run::TAP::Model except that it provides an aggregate interface to result processing.
Using it with the Test::Run::Straps kind of methods will not work.