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 18 0 $$self{'parser'} ||= 'Text::APL::Parser'->new
21 0 18 0 $$self{'translator'} ||= 'Text::APL::Translator'->new
22 0 18 0 $$self{'compiler'} ||= 'Text::APL::Compiler'->new
23 18 0 0 $$self{'reader'} ||= 'Text::APL::Reader'->new
24 0 18 0 $$self{'writer'} ||= 'Text::APL::Writer'->new