Lines Matching defs:Parser
66 # TAP::Parser::OpenSSL implementation further down
168 package TAP::Parser::OpenSSL;
169 use parent -norequire, 'TAP::Parser';
170 require TAP::Parser;
182 # objects down all the way to the TAP::Parser::Result object
199 # workaround for parser not coping with sub-test indentation
253 # We know we are a TAP::Parser::Aggregator object
280 $tapargs{parser_class} = "TAP::Parser::OpenSSL";
340 if (ref($ret) ne "TAP::Parser::Aggregator" || !$ret->has_errors) {
346 # If this is a TAP::Parser::Aggregator, $ret->has_errors is the count of
349 if (ref($ret) eq "TAP::Parser::Aggregator") {
364 # If this isn't a TAP::Parser::Aggregator, it's the pre-TAP test harness,