Branch Coverage

lib/Async/Template.pm
Criterion Covered Total %
branch 9 26 34.6


line true false branch
46 0 3 if ($config->{'BLOCKER'} and not $config->{'DONE'}) { }
3 0 elsif (not $config->{'BLOCKER'} || $config->{'DONE'}) { }
75 0 32 @opts == 1 && ref $opts[0] eq 'HASH' ? :
77 32 0 if ($self->{'_ourblocker'})
81 0 32 if defined $outstream and 'SCALAR' ne ref $outstream
86 32 0 defined $outstream && 'SCALAR' eq ref $outstream ? :
103 0 32 if $@
106 32 0 if $self->{'BLOCKER'}
129 0 0 1 == @_ && 'HASH' eq ref $_[0] ? :
134 0 0 if (2 == @_) { }
0 0 elsif (1 == @_) { }
137 0 0 'ARRAY' eq ref $_[0] ? :
158 0 4 if ($_[0] and $_[0] eq 'tt')