File Coverage

blib/lib/Template/Plugin/RoundRobin.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::RoundRobin;
2 2     2   93795 use strict;
  2         5  
  2         94  
3 2     2   11 use warnings;
  2         5  
  2         86  
4 2     2   22 use base qw(Data::RoundRobin Template::Plugin);
  2         5  
  2         1779  
5             our $VERSION = '0.02';
6              
7             1;
8              
9             __END__