Branch Coverage

blib/lib/Template/Tiny.pm
Criterion Covered Total %
branch 21 26 80.7


line true false branch
103 12 0 if (@_) { }
0 0 elsif (defined wantarray) { }
133 3 17 defined $4 ? :
146 8 8 eval { do { $2 eq 'U' xor not !$self->_expression($stash, $4) } } ? :
2 16 if ($2 eq 'F') { }
167 1 31 if $self->{'TRIM'}
178 0 2 unless (ref $list eq "ARRAY")
194 2 74 if substr($_, 0, 1) eq "_"
198 5 69 if ($type eq 'ARRAY') { }
67 2 elsif ($type eq 'HASH') { }
2 0 elsif ($type) { }
199 1 4 unless /^(?:0|[0-9]\d*)\z/
211 1 50 if ref $cursor eq "CODE"