Branch Coverage

lib/Template/Plugin/Scalar.pm
Criterion Covered Total %
branch 6 10 60.0


line true false branch
65 0 1 if $item eq 'DESTROY'
71 0 1 if (not defined $value) { }
1 0 elsif (ref $value eq 'CODE') { }
96 0 3 if $item eq 'DESTROY'
99 2 1 if (&Scalar::Util::blessed($this)) { }