Lines Matching defs:Parser
61 # TAP::Parser::OpenSSL implementation further down
163 package TAP::Parser::OpenSSL;
164 use parent -norequire, 'TAP::Parser';
165 require TAP::Parser;
176 # objects down all the way to the TAP::Parser::Result object
226 # We know we are a TAP::Parser::Aggregator object
253 $tapargs{parser_class} = "TAP::Parser::OpenSSL";
313 if (ref($ret) ne "TAP::Parser::Aggregator" || !$ret->has_errors) {
319 # If this is a TAP::Parser::Aggregator, $ret->has_errors is the count of
322 if (ref($ret) eq "TAP::Parser::Aggregator") {
337 # If this isn't a TAP::Parser::Aggregator, it's the pre-TAP test harness,