ate;
use Template::Constants qw( :debug );
use TAP::Formatter::HTML '0.08';
use TAP::Harness;
use JSON::Util;
use YAML::Syck ();
use XML::LibXML;
use HTML::Entities 'encode_entities';
our $VERSION =
'ttdir' => $self->ttdir,
'ttlibdir' => $self->ttlibdir,
'json' => JSON::Util->new(),
%{$more_tt_args},
},
$out_filename,
) || die
0;
foreach my $folder ($self->_all_folders) {
my $folder_summary = JSON::Util->decode([ $folder, 'summary.json' ]);
$all_passed += $folder_summary->{'all_passed'}->[0] || 0;