Branch Coverage

blib/lib/HTML/Template/HashWrapper.pm
Criterion Covered Total %
branch 13 16 81.2


line true false branch
10 0 6 unless (UNIVERSAL::isa($wrapped, 'HASH'))
16 2 4 if (UNIVERSAL::isa($wrapped, 'UNIVERSAL'))
21 0 6 if $@
41 16 8 if (defined $name) { }
42 4 12 if (defined $value) { }
63 0 4 unless (UNIVERSAL::isa($target, 'HASH'))
73 16 8 if (defined $name) { }
74 4 12 if (defined $value) { }