Condition Coverage

blib/lib/Template/TAL/Language/TALES.pm
Criterion Covered Total %
condition 9 12 75.0


and 3 conditions

line !l l&&!r l&&r condition
64 1 30 1 ref $local and blessed $local
31 0 1 ref $local and blessed $local and $local->can($atom)

or 3 conditions

line l !l&&r !l&&!r condition
64 24 0 7 UNIVERSAL::isa($local, 'HASH') or overload::Method($local, '%{}')
6 0 1 UNIVERSAL::isa($local, 'ARRAY') or overload::Method($local, '@{}')