blib/lib/EJS/Template.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 12 | 50.0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
335 | 0 | 8 | 0 | ref $class || $class |
336 | 8 | 0 | 0 | $context ||= $class->new |
360 | 9 | 73 | 0 | $self->{'parser'} ||= 'EJS::Template::Parser'->new($self) |
385 | 20 | 53 | 0 | $self->{'executor'} ||= 'EJS::Template::Executor'->new($self) |