Condition Coverage

blib/lib/Text/APL/Core.pm
Criterion Covered Total %
condition 5 15 33.3


or 3 conditions

line l !l&&r !l&&!r condition
20 0 20 0 $self->{'parser'} ||= 'Text::APL::Parser'->new
21 0 20 0 $self->{'translator'} ||= 'Text::APL::Translator'->new
22 0 20 0 $self->{'compiler'} ||= 'Text::APL::Compiler'->new
23 20 0 0 $self->{'reader'} ||= 'Text::APL::Reader'->new
24 0 20 0 $self->{'writer'} ||= 'Text::APL::Writer'->new