Branch Coverage

blib/lib/Text/Handlebars/Compiler.pm
Criterion Covered Total %
branch 27 30 90.0


line true false branch
22 35 35 if $node->first
50 42 1641 if ($node->is_helper)
54 4 39 if ($arg->arity eq 'pair') { }
66 34 8 if ($node->is_block_helper) { }
83 3 0 if (ref $file eq 'ARRAY')
93 1 2 if ($args)
151 34 35 if ($name->arity eq 'call')
162 7 27 $block{'else'} ? :
225 1001 70 if ($self->is_unary($node->id)) { }
232 0 0 if ($Text::Xslate::Compiler::OPTIMIZE and ($self->_code_is_literal(@code) and $node->id ne 'render_string' and $node->id ne 'find_file'))
278 35 751 if ($node->third)
317 35 1 if ($i) { }
362 35 1 $i ? :
450 105 105 if &blessed($val)
594 35 751 @_ > 1 ? :