Branch Coverage

blib/lib/Template/TAL/Language/TALES.pm
Criterion Covered Total %
branch 11 12 91.6


line true false branch
64 1 31 if (ref $local and blessed $local and $local->can($atom)) { }
24 7 elsif (UNIVERSAL::isa($local, 'HASH') or overload::Method($local, '%{}')) { }
6 1 elsif (UNIVERSAL::isa($local, 'ARRAY') or overload::Method($local, '@{}')) { }
73 5 1 if ($atom eq int $atom) { }
86 17 5 if defined $local
114 0 6 unless defined $string