| blib/lib/Text/MustacheTemplate/Compiler.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 15 | 15 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 50 | 306 | 86 | 134 | @ast == 1 and $ast[0][0] == 0 |
| 52 | 78 | 39 | 17 | not @CONTEXT_HINT and $text =~ /[\r\n](?!\z)/amno |
| 103 | 466 | 127 | 209 | @CONTEXT_HINT and $depth == 0 |
| 168 | 148 | 38 | 244 | $ast->[0][0] == 0 and not $ast->[0][1] =~ /[\r\n]/amno |
| 264 | 77 | 7 | 51 | @CONTEXT_HINT && !$Text::MustacheTemplate::LAMBDA_TEMPLATE_RENDERING |