Condition Coverage

blib/lib/Template/AutoFilter.pm
Criterion Covered Total %
condition 4 8 50.0


and 3 conditions

line !l l&&!r l&&r condition
17 3 0 15 defined $_[0] && ref $_[0] eq 'HASH'

or 2 conditions

line l !l condition
18 0 18 $$params{'FILTERS'}{'none'} ||= sub { $_[0]; }

or 3 conditions

line l !l&&r !l&&!r condition
20 0 18 0 $$params{'PARSER'} ||= 'Template::AutoFilter::Parser'->new($params)