Condition Coverage

blib/lib/Text/Handlebars/Compiler.pm
Criterion Covered Total %
condition 3 9 33.3


and 3 conditions

line !l l&&!r l&&r condition
232 1001 0 0 $self->_code_is_literal(@code) and $node->id ne 'render_string'
1001 0 0 $self->_code_is_literal(@code) and $node->id ne 'render_string' and $node->id ne 'find_file'
0 1001 0 $Text::Xslate::Compiler::OPTIMIZE and ($self->_code_is_literal(@code) and $node->id ne 'render_string' and $node->id ne 'find_file')