Branch Coverage

lib/Template/Plugin/Scalar.pm
Criterion Covered Total %
branch 8 10 80.0


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