Condition Coverage

blib/lib/Template/Like/Processor.pm
Criterion Covered Total %
condition 16 28 57.1


and 3 conditions

line !l l&&!r l&&r condition
258 8 0 0 exists $$self{'OPEND'}{$filepath} and $$self{'OPEND'}{$filepath} > 10
572 281 4 2 defined($token = $9) and $directive eq 'USE'
596 0 0 13 $token =~ /^\./ and $code =~ /\)$/
634 3 0 1 $token =~ /^\./ and $code =~ /\)$/
659 141 0 27 $token =~ /^\./ and $code =~ /\)$/
845 0 0 1 @_ == 1 and UNIVERSAL::isa($_[0], 'ARRAY')

or 2 conditions

line l !l condition
337 0 181 $self->PRE_CHOMP || 0
338 13 168 $self->POST_CHOMP || 0

or 3 conditions

line l !l&&r !l&&!r condition
337 0 0 181 $pre_chomp ||= $self->PRE_CHOMP || 0
338 0 13 168 $post_chomp ||= $self->POST_CHOMP || 0