File Coverage

blib/lib/Template/Plugin/CloneVMethods.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package Template::Plugin::CloneVMethods;
2 1     1   29425 use Template::Plugin::VMethods;
  1         39581  
  1         6  
3 1     1   31 use base qw(Template::Plugin::VMethods);
  1         3  
  1         64  
4 1     1   652 use Template::Plugin::Clone;
  1         3  
  1         76  
5             $VMETHOD_PACKAGE = 'Template::Plugin::Clone';
6             @SCALAR_OPS = qw(clone);
7             @LIST_OPS = qw(clone);
8             @HASH_OPS = qw(clone);
9             1;