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
234 997 0 0 $self->_code_is_literal(@code) and $node->id ne 'render_string'
997 0 0 $self->_code_is_literal(@code) and $node->id ne 'render_string' and $node->id ne 'find_file'
0 997 0 $Text::Xslate::Compiler::OPTIMIZE and ($self->_code_is_literal(@code) and $node->id ne 'render_string' and $node->id ne 'find_file')