Condition Coverage

blib/lib/EJS/Template.pm
Criterion Covered Total %
condition 6 12 50.0


or 3 conditions

line l !l&&r !l&&!r condition
336 0 8 0 ref $class || $class
337 8 0 0 $context ||= $class->new
361 9 74 0 $self->{'parser'} ||= 'EJS::Template::Parser'->new($self)
386 20 54 0 $self->{'executor'} ||= 'EJS::Template::Executor'->new($self)